2024-05-03T09:13:26.385 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T09:13:26.385 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242 -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/orig.config.yaml 2024-05-03T09:13:26.412 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:13:26.488 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7687242' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 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\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 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: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUdbfcIVU3KCWyCoHxFvKUJbTEimQ4CMEV6GuA0Sbgfibux30NNbizIYli5XSHFZCME2LJT6FL7dQJgdzxohF8= smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH9UMxLgv7EPxGuOWKW2ogAAt4iM9T6oTGXHIb/vkKQIAIFAyQjdwnm1OG9wAf+w8VMEpbEDXCUu6lEjs7rUnDE= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0VckTURGsZlvGYfckGm1pa4Znh8hYgUyDDAprNO7Epnm1YWCabRG7OlSLaG1+LxxIZTwCHyIKhlCRRUPV8oJg= tasks: - 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T09:13:26.488 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T09:13:26.489 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T09:13:26.489 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T09:13:26.491 INFO:teuthology.task.internal:Checking packages... 2024-05-03T09:13:26.514 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T09:13:26.514 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T09:13:26.514 INFO:teuthology.packaging:ref: None 2024-05-03T09:13:26.514 INFO:teuthology.packaging:tag: None 2024-05-03T09:13:26.514 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T09:13:26.514 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:13:26.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T09:13:26.656 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353.gf8e6d2d7 2024-05-03T09:13:26.658 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T09:13:26.663 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T09:13:26.663 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T09:13:26.798 INFO:teuthology.task.internal:Saving configuration 2024-05-03T09:13:26.811 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T09:13:26.829 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:13:26.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.605955', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUdbfcIVU3KCWyCoHxFvKUJbTEimQ4CMEV6GuA0Sbgfibux30NNbizIYli5XSHFZCME2LJT6FL7dQJgdzxohF8='} 2024-05-03T09:13:26.876 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.608833', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH9UMxLgv7EPxGuOWKW2ogAAt4iM9T6oTGXHIb/vkKQIAIFAyQjdwnm1OG9wAf+w8VMEpbEDXCUu6lEjs7rUnDE='} 2024-05-03T09:13:26.900 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.611484', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0VckTURGsZlvGYfckGm1pa4Znh8hYgUyDDAprNO7Epnm1YWCabRG7OlSLaG1+LxxIZTwCHyIKhlCRRUPV8oJg='} 2024-05-03T09:13:26.900 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T09:13:26.907 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-03T09:13:26.907 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-03T09:13:26.907 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-03T09:13:26.907 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T09:13:27.033 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1433a0fe50>, signals=[15]) 2024-05-03T09:13:27.035 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T09:13:27.041 INFO:teuthology.task.internal:Opening connections... 2024-05-03T09:13:27.042 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2024-05-03T09:13:27.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:13:27.123 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T09:13:27.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:13:27.203 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-05-03T09:13:27.204 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:13:27.278 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T09:13:27.284 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2024-05-03T09:13:27.303 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2024-05-03T09:13:27.303 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="9" 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="9" 2024-05-03T09:13:27.361 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:13:27.362 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:13:27.363 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2024-05-03T09:13:27.381 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-05-03T09:13:27.398 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-05-03T09:13:27.399 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-05-03T09:13:27.456 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-05-03T09:13:27.456 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-05-03T09:13:27.456 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-05-03T09:13:27.456 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:13:27.457 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:13:27.457 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-05-03T09:13:27.481 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-05-03T09:13:27.498 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-05-03T09:13:27.499 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-05-03T09:13:27.555 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="9" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="9" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:13:27.556 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:13:27.557 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:13:27.557 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-05-03T09:13:27.572 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T09:13:27.581 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T09:13:27.612 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T09:13:27.612 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:13:27.615 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:13:27.617 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:13:27.633 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T09:13:27.645 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T09:13:27.645 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:13:27.673 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:13:27.675 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:13:27.768 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T09:13:27.838 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T09:13:27.852 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T09:13:27.852 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T09:13:27.852 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:13:27.853 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:13:27.853 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:13:27.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:27.870 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-05-03T09:13:27.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:27.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:27.872 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-05-03T09:13:27.873 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-05-03T09:13:27.927 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:13:27.927 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-437.el9.x86_64 2024-05-03T09:13:27.927 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-05-03T09:13:27.930 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:13:27.930 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.14.0-437.el9.x86_64 2024-05-03T09:13:27.930 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-05-03T09:13:27.932 INFO:teuthology.orchestra.run.smithi043.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:13:27.932 INFO:teuthology.task.kernel:Running kernel on smithi043: 5.14.0-437.el9.x86_64 2024-05-03T09:13:27.932 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2024-05-03T09:13:30.171 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-05-03T09:13:31.889 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-05-03T09:13:32.298 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.0 MB 00:02 2024-05-03T09:13:33.447 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 2.1 MB/s | 8.0 MB 00:03 2024-05-03T09:13:35.215 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-05-03T09:13:36.998 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-05-03T09:13:37.832 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 19 MB 00:04 2024-05-03T09:13:38.732 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-05-03T09:13:39.223 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-05-03T09:13:40.519 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-03T09:13:41.882 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01 2024-05-03T09:13:42.919 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-05-03T09:13:42.983 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-05-03T09:13:44.717 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-05-03T09:13:45.524 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-05-03T09:13:46.110 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-03T09:13:47.422 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:13:47.423 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:13:47.511 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:13:47.512 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:13:47.512 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:13:47.621 DEBUG:teuthology.orchestra.run.smithi161:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:13:47.883 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-03T09:13:48.069 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:01 ago on Fri 03 May 2024 09:13:47 AM UTC. 2024-05-03T09:13:48.164 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:13:45 AM UTC. 2024-05-03T09:13:48.283 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalling: 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 255 k 2024-05-03T09:13:48.300 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 0 2024-05-03T09:13:48.301 INFO:teuthology.orchestra.run.smithi161.stderr:Operation aborted. 2024-05-03T09:13:48.362 INFO:teuthology.orchestra.run.smithi161.stdout:Is this ok [y/N]: 2024-05-03T09:13:48.363 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum reinstall -y kernel || true 2024-05-03T09:13:48.861 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:13:45 AM UTC. 2024-05-03T09:13:48.978 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:13:48.979 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.979 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:48.979 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.979 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalling: 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 255 k 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 0 2024-05-03T09:13:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:13:49.410 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-05-03T09:13:49.410 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:13:49.410 INFO:teuthology.orchestra.run.smithi161.stdout:Total 593 kB/s | 255 kB 00:00 2024-05-03T09:13:49.425 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:13:49.617 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:13:49.619 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:13:49.622 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:13:49.623 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:13:49.747 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:13:49.764 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:13:49.764 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:13:49.819 INFO:teuthology.orchestra.run.smithi161.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:49.819 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:49.854 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:13:49.855 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:13:49.855 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:13:49.975 DEBUG:teuthology.orchestra.run.smithi084:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:13:50.473 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:50.473 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:50.474 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:13:47 AM UTC. 2024-05-03T09:13:50.601 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:50.614 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:50.615 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T09:13:50.615 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T09:13:50.615 INFO:teuthology.orchestra.run.smithi084.stderr:Operation aborted. 2024-05-03T09:13:50.671 INFO:teuthology.orchestra.run.smithi084.stdout:Is this ok [y/N]: 2024-05-03T09:13:50.672 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum reinstall -y kernel || true 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout:Reinstalled: 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:13:51.162 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:13:51.168 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 09:13:47 AM UTC. 2024-05-03T09:13:51.285 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:13:51.285 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:51.285 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:51.286 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T09:13:51.287 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T09:13:51.287 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:13:51.334 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-03T09:13:51.341 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:13:51.388 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:51.388 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:13:51.389 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:13:51.389 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-03T09:13:51.389 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:13:51.423 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-05-03T09:13:51.440 DEBUG:teuthology.parallel:result is None 2024-05-03T09:13:51.635 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-05-03T09:13:51.635 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:13:51.635 INFO:teuthology.orchestra.run.smithi084.stdout:Total 731 kB/s | 255 kB 00:00 2024-05-03T09:13:51.657 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:13:51.840 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:13:51.840 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:13:51.845 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:13:51.846 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:13:52.006 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:13:52.077 INFO:teuthology.orchestra.run.smithi084.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:52.077 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:52.779 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:52.780 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:53.283 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:13:53.283 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:13:53.379 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:13:53.380 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:13:53.381 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:13:53.474 DEBUG:teuthology.orchestra.run.smithi043:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalled: 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:13:53.481 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:13:53.647 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:13:53.693 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:53.693 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:13:53.694 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:13:53.694 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T09:13:53.694 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:13:53.721 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-05-03T09:13:53.744 DEBUG:teuthology.parallel:result is None 2024-05-03T09:13:53.997 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:02 ago on Fri 03 May 2024 09:13:51 AM UTC. 2024-05-03T09:13:54.120 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalling: 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:54.138 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 255 k 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 0 2024-05-03T09:13:54.139 INFO:teuthology.orchestra.run.smithi043.stderr:Operation aborted. 2024-05-03T09:13:54.194 INFO:teuthology.orchestra.run.smithi043.stdout:Is this ok [y/N]: 2024-05-03T09:13:54.194 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum reinstall -y kernel || true 2024-05-03T09:13:54.708 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:13:51 AM UTC. 2024-05-03T09:13:54.830 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:13:54.831 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.831 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:13:54.831 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalling: 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:13:54.832 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:54.833 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 255 k 2024-05-03T09:13:54.833 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 0 2024-05-03T09:13:54.833 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:13:55.012 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.8 MB/s | 255 kB 00:00 2024-05-03T09:13:55.012 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:13:55.012 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.4 MB/s | 255 kB 00:00 2024-05-03T09:13:55.029 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:13:55.229 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:13:55.230 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:13:55.234 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:13:55.235 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:13:55.440 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:13:55.513 INFO:teuthology.orchestra.run.smithi043.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:55.513 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:56.204 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:56.204 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:13:56.912 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:13:56.913 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:56.913 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalled: 2024-05-03T09:13:56.913 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:56.913 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:13:56.913 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:13:57.102 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:13:57.151 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:13:57.151 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:13:57.151 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:13:57.151 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T09:13:57.151 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:13:57.182 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2024-05-03T09:13:57.210 DEBUG:teuthology.parallel:result is None 2024-05-03T09:13:57.210 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T09:13:57.218 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T09:13:57.218 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:13:57.253 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:13:57.255 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:13:57.273 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T09:13:57.279 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T09:13:57.309 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T09:13:57.309 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:13:57.311 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:13:57.314 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:13:57.347 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T09:13:57.359 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T09:13:57.359 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T09:13:57.377 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T09:13:57.383 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T09:13:57.414 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.414 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.424 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.424 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.429 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:13:57.431 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T09:13:57.438 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T09:13:57.439 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:13:57.469 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:13:57.471 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:13:57.497 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T09:13:57.506 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T09:13:57.506 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:13:57.534 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:13:57.536 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:13:57.553 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:57.631 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:57.675 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:57.756 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:57.796 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:13:57.796 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:13:57.860 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:57.904 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:57.954 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:58.036 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:58.077 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:13:58.077 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:13:58.142 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:58.192 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:13:58.241 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:58.325 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:13:58.366 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:13:58.366 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:13:58.431 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2024-05-03T09:13:58.434 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-05-03T09:13:58.436 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-05-03T09:13:58.469 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:13:58.474 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:13:58.514 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:13:58.880 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T09:13:58.887 INFO:teuthology.task.internal:Starting timer... 2024-05-03T09:13:58.888 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T09:13:58.928 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T09:13:58.977 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T09:13:58.977 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2024-05-03T09:13:59.034 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2024-05-03T09:13:59.036 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-05-03T09:13:59.101 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-05-03T09:13:59.103 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-05-03T09:13:59.177 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-05-03T09:13:59.179 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T09:13:59.179 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2024-05-03T09:13:59.201 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2024-05-03T09:13:59.201 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-05-03T09:13:59.222 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-05-03T09:13:59.222 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-05-03T09:13:59.260 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-05-03T09:13:59.260 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2024-05-03T09:13:59.260 DEBUG:teuthology.orchestra.run.smithi043:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:13:59.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:59.288 DEBUG:teuthology.orchestra.run.smithi084:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:13:59.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:59.313 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:13:59.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:13:59.337 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T09:13:59.337 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:13:59.362 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:13:59.387 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:13:59.410 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T09:13:59.421 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-03T09:13:59.426 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-03T09:13:59.556 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T09:13:59.572 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-03T09:13:59.574 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi084.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T09:17:53.661 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-05-03T09:17:53.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-05-03T09:17:53.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:17:53.741 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-05-03T09:17:53.822 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-05-03T09:17:53.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T09:17:53.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:17:53.898 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-05-03T09:17:53.985 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T09:17:53.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-05-03T09:17:53.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:17:54.060 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-05-03T09:17:54.097 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-05-03T09:17:54.097 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T09:17:54.107 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T09:17:54.107 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:17:54.107 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-05-03T09:17:54.110 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:17:54.110 DEBUG:teuthology.orchestra.run.smithi084:> 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 2024-05-03T09:17:54.112 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:17:54.113 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-05-03T09:17:54.138 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:17:54.140 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:17:54.151 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:17:54.155 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:17:54.164 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:17:54.174 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-05-03T09:17:54.177 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:17:54.180 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2024-05-03T09:17:54.184 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-05-03T09:17:54.191 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2024-05-03T09:17:54.197 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:17:54.200 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-05-03T09:17:54.205 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:17:54.209 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:17:54.210 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-05-03T09:17:54.219 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:17:54.223 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:17:54.236 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:17:54.260 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.264 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.282 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:17:54.283 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:17:54.283 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-05-03T09:17:54.284 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.284 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.284 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.284 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.290 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:17:54.293 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:17:54.294 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-05-03T09:17:54.294 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.294 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.294 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.294 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:17:54.295 INFO:teuthology.run_tasks:Running task install... 2024-05-03T09:17:54.303 DEBUG:teuthology.task.install:project ceph 2024-05-03T09:17:54.304 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'}} 2024-05-03T09:17:54.304 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T09:17:54.304 INFO:teuthology.task.install:Using flavor: default 2024-05-03T09:17:54.310 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']} 2024-05-03T09:17:54.310 INFO:teuthology.task.install:extra packages: [] 2024-05-03T09:17:54.310 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:17:54.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:17:54.313 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:17:54.313 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:17:54.314 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:17:54.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:17:54.464 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:17:54.465 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:17:54.576 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:17:54.576 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:17:54.576 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:17:54.600 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 2024-05-03T09:17:54.600 DEBUG:teuthology.orchestra.run.smithi084:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:17:54.637 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:17:54.637 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:17:54.642 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:17:54.642 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:17:54.677 DEBUG:teuthology.orchestra.run.smithi084:> 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 2024-05-03T09:17:54.750 DEBUG:teuthology.orchestra.run.smithi084:> 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 2024-05-03T09:17:54.752 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:17:54.753 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:17:54.753 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:17:54.755 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/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-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:17:54.755 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:17:54.755 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:17:54.780 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 2024-05-03T09:17:54.780 DEBUG:teuthology.orchestra.run.smithi161:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:17:54.782 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 2024-05-03T09:17:54.782 DEBUG:teuthology.orchestra.run.smithi043:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:17:54.813 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2024-05-03T09:17:54.814 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2024-05-03T09:17:54.846 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-05-03T09:17:54.849 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-05-03T09:17:54.920 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-05-03T09:17:54.925 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-05-03T09:17:54.984 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2024-05-03T09:17:54.985 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2024-05-03T09:17:54.989 INFO:teuthology.orchestra.run.smithi043.stdout:check_obsoletes = 1 2024-05-03T09:17:54.991 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum clean all 2024-05-03T09:17:55.037 INFO:teuthology.orchestra.run.smithi084.stdout:50 files removed 2024-05-03T09:17:55.064 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2024-05-03T09:17:55.210 INFO:teuthology.orchestra.run.smithi161.stdout:50 files removed 2024-05-03T09:17:55.227 INFO:teuthology.orchestra.run.smithi043.stdout:50 files removed 2024-05-03T09:17:55.237 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2024-05-03T09:17:55.255 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-radosgw 2024-05-03T09:17:55.776 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 185 kB/s | 84 kB 00:00 2024-05-03T09:17:56.134 INFO:teuthology.orchestra.run.smithi043.stdout:ceph packages for x86_64 138 kB/s | 84 kB 00:00 2024-05-03T09:17:56.150 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 129 kB/s | 84 kB 00:00 2024-05-03T09:17:56.360 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 22 kB/s | 12 kB 00:00 2024-05-03T09:17:56.476 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 42 kB/s | 12 kB 00:00 2024-05-03T09:17:56.593 INFO:teuthology.orchestra.run.smithi043.stdout:ceph noarch packages 28 kB/s | 12 kB 00:00 2024-05-03T09:17:56.777 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-05-03T09:17:57.026 INFO:teuthology.orchestra.run.smithi043.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-05-03T09:17:57.110 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 3.2 kB/s | 1.9 kB 00:00 2024-05-03T09:17:57.394 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-05-03T09:17:57.685 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-05-03T09:17:59.128 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-05-03T09:17:59.578 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-05-03T09:17:59.777 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.0 MB 00:02 2024-05-03T09:18:01.502 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-05-03T09:18:05.004 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-05-03T09:18:05.445 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-05-03T09:18:06.546 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-05-03T09:18:06.670 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-05-03T09:18:07.479 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 22 kB/s | 16 kB 00:00 2024-05-03T09:18:08.245 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-05-03T09:18:09.350 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-05-03T09:18:09.780 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 21 MB 00:03 2024-05-03T09:18:09.956 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 21 MB 00:02 2024-05-03T09:18:14.439 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-05-03T09:18:14.888 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-05-03T09:18:15.273 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-05-03T09:18:16.590 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:18:16.592 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:16.592 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:18:16.593 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:18:16.594 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:16.595 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout:Install 30 Packages 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 60 M 2024-05-03T09:18:16.596 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:18:17.089 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:18:17.091 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:17.091 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:18:17.091 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:18:17.092 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:18:17.093 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:18:17.094 INFO:teuthology.orchestra.run.smithi084.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout:Install 30 Packages 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2024-05-03T09:18:17.095 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:17.096 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 60 M 2024-05-03T09:18:17.096 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:18:17.535 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:18:17.537 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrading: 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:18:17.538 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:18:17.539 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:18:17.540 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:17.541 INFO:teuthology.orchestra.run.smithi043.stdout:Install 30 Packages 2024-05-03T09:18:17.542 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrade 2 Packages 2024-05-03T09:18:17.542 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:17.542 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 60 M 2024-05-03T09:18:17.543 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:18:18.457 INFO:teuthology.orchestra.run.smithi161.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 3.1 MB/s | 5.4 MB 00:01 2024-05-03T09:18:18.566 INFO:teuthology.orchestra.run.smithi161.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 232 kB/s | 25 kB 00:00 2024-05-03T09:18:18.866 INFO:teuthology.orchestra.run.smithi161.stdout:(3/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 9.9 MB/s | 21 MB 00:02 2024-05-03T09:18:18.899 INFO:teuthology.orchestra.run.smithi161.stdout:(4/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 2.2 MB/s | 746 kB 00:00 2024-05-03T09:18:18.950 INFO:teuthology.orchestra.run.smithi161.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 5.9 MB/s | 501 kB 00:00 2024-05-03T09:18:19.033 INFO:teuthology.orchestra.run.smithi161.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 542 kB/s | 45 kB 00:00 2024-05-03T09:18:19.117 INFO:teuthology.orchestra.run.smithi161.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.6 MB/s | 135 kB 00:00 2024-05-03T09:18:19.209 INFO:teuthology.orchestra.run.smithi161.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 1.7 MB/s | 161 kB 00:00 2024-05-03T09:18:19.351 INFO:teuthology.orchestra.run.smithi161.stdout:(9/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 4.0 MB/s | 11 MB 00:02 2024-05-03T09:18:19.376 INFO:teuthology.orchestra.run.smithi161.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 1.9 MB/s | 321 kB 00:00 2024-05-03T09:18:19.460 INFO:teuthology.orchestra.run.smithi161.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 2.7 MB/s | 298 kB 00:00 2024-05-03T09:18:19.485 INFO:teuthology.orchestra.run.smithi161.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 914 kB/s | 99 kB 00:00 2024-05-03T09:18:19.664 INFO:teuthology.orchestra.run.smithi084.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 2.3 MB/s | 5.4 MB 00:02 2024-05-03T09:18:19.668 INFO:teuthology.orchestra.run.smithi161.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 512 kB/s | 107 kB 00:00 2024-05-03T09:18:19.711 INFO:teuthology.orchestra.run.smithi161.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 711 kB/s | 160 kB 00:00 2024-05-03T09:18:19.736 INFO:teuthology.orchestra.run.smithi161.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 677 kB/s | 45 kB 00:00 2024-05-03T09:18:19.756 INFO:teuthology.orchestra.run.smithi084.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 275 kB/s | 25 kB 00:00 2024-05-03T09:18:19.820 INFO:teuthology.orchestra.run.smithi161.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-05-03T09:18:19.845 INFO:teuthology.orchestra.run.smithi161.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-05-03T09:18:19.904 INFO:teuthology.orchestra.run.smithi161.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 501 kB/s | 42 kB 00:00 2024-05-03T09:18:19.929 INFO:teuthology.orchestra.run.smithi161.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-05-03T09:18:19.971 INFO:teuthology.orchestra.run.smithi161.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 544 kB/s | 36 kB 00:00 2024-05-03T09:18:19.973 INFO:teuthology.orchestra.run.smithi084.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 3.4 MB/s | 746 kB 00:00 2024-05-03T09:18:19.996 INFO:teuthology.orchestra.run.smithi161.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 710 kB/s | 47 kB 00:00 2024-05-03T09:18:20.148 INFO:teuthology.orchestra.run.smithi084.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 2.8 MB/s | 501 kB 00:00 2024-05-03T09:18:20.180 INFO:teuthology.orchestra.run.smithi161.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-05-03T09:18:20.222 INFO:teuthology.orchestra.run.smithi161.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 625 kB/s | 26 kB 00:00 2024-05-03T09:18:20.264 INFO:teuthology.orchestra.run.smithi161.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.2 MB/s | 49 kB 00:00 2024-05-03T09:18:20.348 INFO:teuthology.orchestra.run.smithi161.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-05-03T09:18:20.373 INFO:teuthology.orchestra.run.smithi161.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 629 kB/s | 67 kB 00:00 2024-05-03T09:18:20.440 INFO:teuthology.orchestra.run.smithi161.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-05-03T09:18:20.465 INFO:teuthology.orchestra.run.smithi161.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-05-03T09:18:20.532 INFO:teuthology.orchestra.run.smithi161.stdout:(29/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.3 MB/s | 5.4 MB 00:01 2024-05-03T09:18:20.574 INFO:teuthology.orchestra.run.smithi161.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-05-03T09:18:20.698 INFO:teuthology.orchestra.run.smithi084.stdout:(5/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 6.3 MB/s | 21 MB 00:03 2024-05-03T09:18:20.790 INFO:teuthology.orchestra.run.smithi084.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 494 kB/s | 45 kB 00:00 2024-05-03T09:18:20.882 INFO:teuthology.orchestra.run.smithi084.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.4 MB/s | 135 kB 00:00 2024-05-03T09:18:20.991 INFO:teuthology.orchestra.run.smithi084.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 1.5 MB/s | 161 kB 00:00 2024-05-03T09:18:21.024 INFO:teuthology.orchestra.run.smithi043.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 1.6 MB/s | 5.4 MB 00:03 2024-05-03T09:18:21.124 INFO:teuthology.orchestra.run.smithi043.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 252 kB/s | 25 kB 00:00 2024-05-03T09:18:21.150 INFO:teuthology.orchestra.run.smithi084.stdout:(9/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 2.8 MB/s | 11 MB 00:03 2024-05-03T09:18:21.175 INFO:teuthology.orchestra.run.smithi084.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 1.7 MB/s | 321 kB 00:00 2024-05-03T09:18:21.182 INFO:teuthology.orchestra.run.smithi161.stdout:(31/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 4.7 MB/s | 3.4 MB 00:00 2024-05-03T09:18:21.242 INFO:teuthology.orchestra.run.smithi084.stdout:(11/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.9 MB/s | 5.4 MB 00:01 2024-05-03T09:18:21.267 INFO:teuthology.orchestra.run.smithi084.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.1 MB/s | 99 kB 00:00 2024-05-03T09:18:21.291 INFO:teuthology.orchestra.run.smithi043.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 4.4 MB/s | 746 kB 00:00 2024-05-03T09:18:21.291 INFO:teuthology.orchestra.run.smithi161.stdout:(32/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-05-03T09:18:21.292 INFO:teuthology.orchestra.run.smithi084.stdout:(13/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 2.0 MB/s | 298 kB 00:00 2024-05-03T09:18:21.296 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:21.296 INFO:teuthology.orchestra.run.smithi161.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-03T09:18:21.393 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:18:21.416 INFO:teuthology.orchestra.run.smithi043.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 3.9 MB/s | 501 kB 00:00 2024-05-03T09:18:21.429 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:18:21.429 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:18:21.468 INFO:teuthology.orchestra.run.smithi084.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 258 kB/s | 45 kB 00:00 2024-05-03T09:18:21.493 INFO:teuthology.orchestra.run.smithi084.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 426 kB/s | 107 kB 00:00 2024-05-03T09:18:21.518 INFO:teuthology.orchestra.run.smithi084.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 639 kB/s | 160 kB 00:00 2024-05-03T09:18:21.577 INFO:teuthology.orchestra.run.smithi084.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-05-03T09:18:21.683 INFO:teuthology.orchestra.run.smithi043.stdout:(5/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 2.7 MB/s | 11 MB 00:03 2024-05-03T09:18:21.735 INFO:teuthology.orchestra.run.smithi084.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.2 MB/s | 292 kB 00:00 2024-05-03T09:18:21.750 INFO:teuthology.orchestra.run.smithi043.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 681 kB/s | 45 kB 00:00 2024-05-03T09:18:21.760 INFO:teuthology.orchestra.run.smithi084.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.2 MB/s | 221 kB 00:00 2024-05-03T09:18:21.794 INFO:teuthology.orchestra.run.smithi084.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.0 MB/s | 662 kB 00:00 2024-05-03T09:18:21.800 INFO:teuthology.orchestra.run.smithi043.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.6 MB/s | 135 kB 00:00 2024-05-03T09:18:21.820 INFO:teuthology.orchestra.run.smithi084.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-05-03T09:18:21.845 INFO:teuthology.orchestra.run.smithi084.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 567 kB/s | 47 kB 00:00 2024-05-03T09:18:21.859 INFO:teuthology.orchestra.run.smithi043.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T09:18:21.901 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:18:21.902 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:18:21.977 INFO:teuthology.orchestra.run.smithi043.stdout:(9/32): python3-rados-19.0.0-3353.gf8e6d2d7.el9 2.7 MB/s | 321 kB 00:00 2024-05-03T09:18:22.095 INFO:teuthology.orchestra.run.smithi084.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 104 kB/s | 26 kB 00:00 2024-05-03T09:18:22.101 INFO:teuthology.orchestra.run.smithi043.stdout:(10/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 7.8 MB/s | 5.4 MB 00:00 2024-05-03T09:18:22.143 INFO:teuthology.orchestra.run.smithi043.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 1.7 MB/s | 298 kB 00:00 2024-05-03T09:18:22.198 INFO:teuthology.orchestra.run.smithi043.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.0 MB/s | 99 kB 00:00 2024-05-03T09:18:22.211 INFO:teuthology.orchestra.run.smithi084.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 417 kB/s | 49 kB 00:00 2024-05-03T09:18:22.279 INFO:teuthology.orchestra.run.smithi084.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 638 kB/s | 309 kB 00:00 2024-05-03T09:18:22.304 INFO:teuthology.orchestra.run.smithi084.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 733 kB/s | 67 kB 00:00 2024-05-03T09:18:22.452 INFO:teuthology.orchestra.run.smithi043.stdout:(13/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9. 4.5 MB/s | 21 MB 00:04 2024-05-03T09:18:22.463 INFO:teuthology.orchestra.run.smithi084.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.5 MB/s | 839 kB 00:00 2024-05-03T09:18:22.477 INFO:teuthology.orchestra.run.smithi043.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 320 kB/s | 107 kB 00:00 2024-05-03T09:18:22.488 INFO:teuthology.orchestra.run.smithi084.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-05-03T09:18:22.536 INFO:teuthology.orchestra.run.smithi043.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 474 kB/s | 160 kB 00:00 2024-05-03T09:18:22.553 INFO:teuthology.orchestra.run.smithi043.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 452 kB/s | 45 kB 00:00 2024-05-03T09:18:22.572 INFO:teuthology.orchestra.run.smithi084.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2024-05-03T09:18:22.595 INFO:teuthology.orchestra.run.smithi043.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-05-03T09:18:22.613 INFO:teuthology.orchestra.run.smithi084.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-05-03T09:18:22.678 INFO:teuthology.orchestra.run.smithi043.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-05-03T09:18:22.729 INFO:teuthology.orchestra.run.smithi043.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-05-03T09:18:22.746 INFO:teuthology.orchestra.run.smithi043.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 536 kB/s | 36 kB 00:00 2024-05-03T09:18:22.771 INFO:teuthology.orchestra.run.smithi043.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.2 MB/s | 662 kB 00:00 2024-05-03T09:18:22.788 INFO:teuthology.orchestra.run.smithi043.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 804 kB/s | 47 kB 00:00 2024-05-03T09:18:22.839 INFO:teuthology.orchestra.run.smithi084.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 12 MB/s | 3.1 MB 00:00 2024-05-03T09:18:22.913 INFO:teuthology.orchestra.run.smithi043.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-05-03T09:18:23.013 INFO:teuthology.orchestra.run.smithi043.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 486 kB/s | 49 kB 00:00 2024-05-03T09:18:23.039 INFO:teuthology.orchestra.run.smithi043.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-05-03T09:18:23.106 INFO:teuthology.orchestra.run.smithi043.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 733 kB/s | 67 kB 00:00 2024-05-03T09:18:23.181 INFO:teuthology.orchestra.run.smithi043.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.8 MB/s | 839 kB 00:00 2024-05-03T09:18:23.206 INFO:teuthology.orchestra.run.smithi043.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-05-03T09:18:23.247 INFO:teuthology.orchestra.run.smithi084.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 4.5 MB/s | 3.4 MB 00:00 2024-05-03T09:18:23.253 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:23.253 INFO:teuthology.orchestra.run.smithi084.stdout:Total 9.8 MB/s | 60 MB 00:06 2024-05-03T09:18:23.273 INFO:teuthology.orchestra.run.smithi043.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 8.8 MB/s | 4.4 MB 00:00 2024-05-03T09:18:23.315 INFO:teuthology.orchestra.run.smithi043.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-05-03T09:18:23.357 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:18:23.371 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:18:23.394 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:18:23.395 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:18:23.450 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:18:23.479 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:18:23.504 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:18:23.527 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:23.549 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:23.607 INFO:teuthology.orchestra.run.smithi043.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 9.4 MB/s | 3.1 MB 00:00 2024-05-03T09:18:23.674 INFO:teuthology.orchestra.run.smithi043.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 7.3 MB/s | 3.4 MB 00:00 2024-05-03T09:18:23.676 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:23.677 INFO:teuthology.orchestra.run.smithi043.stdout:Total 9.8 MB/s | 60 MB 00:06 2024-05-03T09:18:23.735 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:23.784 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:18:23.790 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:23.825 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:18:23.825 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:18:23.865 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:18:23.866 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:18:24.178 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:18:24.232 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:24.307 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:24.315 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:18:24.316 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:18:24.396 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:18:24.425 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:24.488 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:24.525 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:18:24.568 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:18:24.646 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:24.668 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:24.733 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:24.767 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:18:24.878 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:18:24.909 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:18:24.950 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:18:24.975 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:18:25.034 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:18:25.062 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:18:25.350 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:18:25.374 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:18:25.417 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:25.431 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:18:25.469 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:18:25.494 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:18:25.507 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:25.517 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:25.537 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:18:25.538 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:25.573 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:18:25.742 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:25.805 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:25.807 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:18:25.902 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:18:25.938 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:18:25.988 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:18:26.011 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:26.032 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:18:26.052 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:18:26.085 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:26.157 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:18:26.157 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:26.226 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:18:26.246 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:26.255 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:18:26.338 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:26.347 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:26.400 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:18:26.427 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:18:26.456 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:26.552 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:26.589 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:18:26.624 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:18:26.694 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:26.716 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:26.780 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:26.802 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:18:26.814 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:18:26.858 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:26.925 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:18:26.949 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:26.957 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:18:26.997 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:18:27.026 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:18:27.040 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:18:27.067 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:27.113 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:18:27.142 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:18:27.186 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:18:27.206 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:18:27.256 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:27.277 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:27.293 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:18:27.342 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:18:27.376 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:18:27.487 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:18:27.518 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:18:27.559 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:18:27.592 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:18:27.604 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:18:27.621 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:18:27.647 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:27.654 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:18:27.737 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:27.769 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:18:27.805 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:18:27.975 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:18:28.026 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:28.100 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:18:28.130 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:18:28.166 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:18:28.282 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:18:28.316 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:28.387 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:28.457 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:18:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:18:28.523 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:28.551 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:28.672 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:18:28.703 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:28.891 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:18:28.972 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:18:28.997 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:18:29.096 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:29.130 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:29.223 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:29.223 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:18:29.223 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:18:29.223 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:29.257 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:30.761 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:30.799 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:31.345 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:31.347 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:31.378 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:31.386 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:31.463 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:31.463 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:18:31.463 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:18:31.463 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:31.496 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:31.950 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:18:31.989 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:32.080 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:18:32.081 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:18:32.081 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:18:32.081 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:32.107 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:38.826 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:38.826 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2024-05-03T09:18:38.826 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2024-05-03T09:18:38.826 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2024-05-03T09:18:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2024-05-03T09:18:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2024-05-03T09:18:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /root 2024-05-03T09:18:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2024-05-03T09:18:38.827 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:39.817 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:39.842 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:39.845 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:39.937 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:39.937 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2024-05-03T09:18:40.626 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /root 2024-05-03T09:18:40.627 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2024-05-03T09:18:40.627 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:18:41.094 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:18:41.095 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:18:41.096 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:18:41.097 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:18:41.097 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:41.097 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:18:41.097 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:18:41.562 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:41.586 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:41.586 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:18:41.586 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:18:41.587 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:41.587 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:41.587 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:41.588 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:41.673 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:41.673 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:41.838 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:18:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.840 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:41.841 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:18:42.115 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2024-05-03T09:18:42.279 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:42.279 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /sys 2024-05-03T09:18:42.279 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /proc 2024-05-03T09:18:42.279 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /mnt 2024-05-03T09:18:42.279 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /var/tmp 2024-05-03T09:18:42.280 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /home 2024-05-03T09:18:42.280 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /root 2024-05-03T09:18:42.280 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /tmp 2024-05-03T09:18:42.280 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:42.731 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:28 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:18:42.850 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:42.850 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:18:42.850 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:18:42.850 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:18:42.851 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:18:42.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:18:42.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:42.854 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:18:42.854 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:18:42.860 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:18:42.860 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout:Install 4 Packages 2024-05-03T09:18:42.861 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:42.862 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 50 M 2024-05-03T09:18:42.862 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 211 M 2024-05-03T09:18:42.862 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:18:43.162 INFO:teuthology.orchestra.run.smithi161.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 634 kB/s | 163 kB 00:00 2024-05-03T09:18:43.202 INFO:teuthology.orchestra.run.smithi161.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-05-03T09:18:43.253 INFO:teuthology.orchestra.run.smithi161.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 703 kB/s | 64 kB 00:00 2024-05-03T09:18:43.287 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:18:43.314 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:43.316 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:43.414 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:18:43.414 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.608 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:18:43.609 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:43.610 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:18:43.882 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2024-05-03T09:18:44.418 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:30 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:18:44.540 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:18:44.541 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:44.542 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-05-03T09:18:44.542 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:44.542 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 50 M 2024-05-03T09:18:44.542 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 211 M 2024-05-03T09:18:44.542 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:18:44.592 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:18:44.593 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:18:44.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:18:44.595 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:18:44.764 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.9 MB/s | 305 kB 00:00 2024-05-03T09:18:44.890 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 833 kB/s | 64 kB 00:00 2024-05-03T09:18:45.175 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 317 kB/s | 163 kB 00:00 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout:Upgraded: 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.411 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:18:45.412 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.413 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:45.414 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:18:45.548 INFO:teuthology.orchestra.run.smithi161.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-03T09:18:45.551 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:45.552 INFO:teuthology.orchestra.run.smithi161.stdout:Total 18 MB/s | 50 MB 00:02 2024-05-03T09:18:45.578 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:18:45.600 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:18:45.600 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:18:45.694 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-test 2024-05-03T09:18:45.971 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:18:45.971 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:18:46.316 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:31 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:18:46.447 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:18:46.448 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout:Install 4 Packages 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:46.449 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 50 M 2024-05-03T09:18:46.450 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 211 M 2024-05-03T09:18:46.450 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:18:46.494 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:18:46.566 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:18:46.605 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:18:46.633 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:46.982 INFO:teuthology.orchestra.run.smithi043.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 401 kB/s | 163 kB 00:00 2024-05-03T09:18:47.177 INFO:teuthology.orchestra.run.smithi043.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 507 kB/s | 305 kB 00:00 2024-05-03T09:18:47.336 INFO:teuthology.orchestra.run.smithi043.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 180 kB/s | 64 kB 00:00 2024-05-03T09:18:49.567 INFO:teuthology.orchestra.run.smithi043.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 16 MB/s | 49 MB 00:02 2024-05-03T09:18:49.570 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:49.570 INFO:teuthology.orchestra.run.smithi043.stdout:Total 16 MB/s | 50 MB 00:03 2024-05-03T09:18:49.597 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:18:49.620 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:18:49.620 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:18:50.014 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:18:50.014 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:18:50.559 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:18:50.610 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 8.3 MB/s | 49 MB 00:05 2024-05-03T09:18:50.612 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:50.613 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.2 MB/s | 50 MB 00:06 2024-05-03T09:18:50.638 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:18:50.644 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:18:50.658 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:18:50.658 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:18:50.684 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:18:50.711 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:51.031 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:18:51.031 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:18:51.269 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:51.552 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:18:51.627 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:18:51.667 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:18:51.695 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:53.699 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:53.700 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:18:53.700 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:18:53.700 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:54.006 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:18:54.249 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2024-05-03T09:18:54.778 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:18:54.900 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:18:54.903 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:18:54.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:18:54.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout:Install 36 Packages 2024-05-03T09:18:54.906 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:18:54.907 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 30 M 2024-05-03T09:18:54.907 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 108 M 2024-05-03T09:18:54.907 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:18:55.516 INFO:teuthology.orchestra.run.smithi161.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-05-03T09:18:55.557 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:55.627 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:55.674 INFO:teuthology.orchestra.run.smithi161.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.0 MB/s | 2.4 MB 00:00 2024-05-03T09:18:55.708 INFO:teuthology.orchestra.run.smithi161.stdout:(3/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-05-03T09:18:55.800 INFO:teuthology.orchestra.run.smithi161.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 2.6 MB/s | 249 kB 00:00 2024-05-03T09:18:56.290 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:18:56.366 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:56.467 INFO:teuthology.orchestra.run.smithi161.stdout:(5/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 21 MB/s | 17 MB 00:00 2024-05-03T09:18:56.492 INFO:teuthology.orchestra.run.smithi161.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 366 kB/s | 253 kB 00:00 2024-05-03T09:18:56.592 INFO:teuthology.orchestra.run.smithi161.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-05-03T09:18:56.701 INFO:teuthology.orchestra.run.smithi161.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-05-03T09:18:56.810 INFO:teuthology.orchestra.run.smithi161.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-03T09:18:56.918 INFO:teuthology.orchestra.run.smithi161.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-03T09:18:57.052 INFO:teuthology.orchestra.run.smithi161.stdout:(11/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86 3.1 MB/s | 4.7 MB 00:01 2024-05-03T09:18:57.077 INFO:teuthology.orchestra.run.smithi161.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-05-03T09:18:57.119 INFO:teuthology.orchestra.run.smithi161.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 832 kB/s | 35 kB 00:00 2024-05-03T09:18:57.161 INFO:teuthology.orchestra.run.smithi161.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-05-03T09:18:57.186 INFO:teuthology.orchestra.run.smithi161.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-03T09:18:57.203 INFO:teuthology.orchestra.run.smithi161.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 990 kB/s | 42 kB 00:00 2024-05-03T09:18:57.254 INFO:teuthology.orchestra.run.smithi161.stdout:(17/36): python3-cryptography-36.0.1-4.el9.x86_ 1.6 MB/s | 1.2 MB 00:00 2024-05-03T09:18:57.296 INFO:teuthology.orchestra.run.smithi161.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 204 kB/s | 22 kB 00:00 2024-05-03T09:18:57.729 INFO:teuthology.orchestra.run.smithi161.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 91 kB/s | 43 kB 00:00 2024-05-03T09:18:57.763 INFO:teuthology.orchestra.run.smithi161.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 270 kB/s | 151 kB 00:00 2024-05-03T09:18:57.830 INFO:teuthology.orchestra.run.smithi161.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 322 kB/s | 172 kB 00:00 2024-05-03T09:18:57.922 INFO:teuthology.orchestra.run.smithi161.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-05-03T09:18:57.947 INFO:teuthology.orchestra.run.smithi161.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-05-03T09:18:57.972 INFO:teuthology.orchestra.run.smithi161.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 124 kB/s | 18 kB 00:00 2024-05-03T09:18:58.031 INFO:teuthology.orchestra.run.smithi161.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-05-03T09:18:58.056 INFO:teuthology.orchestra.run.smithi161.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-03T09:18:58.090 INFO:teuthology.orchestra.run.smithi161.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-05-03T09:18:58.190 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:58.190 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:18:58.190 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:18:58.190 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:18:58.257 INFO:teuthology.orchestra.run.smithi161.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 205 kB/s | 46 kB 00:00 2024-05-03T09:18:58.282 INFO:teuthology.orchestra.run.smithi161.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 349 kB/s | 79 kB 00:00 2024-05-03T09:18:58.307 INFO:teuthology.orchestra.run.smithi161.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-05-03T09:18:58.357 INFO:teuthology.orchestra.run.smithi161.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-05-03T09:18:58.383 INFO:teuthology.orchestra.run.smithi161.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 897 kB/s | 90 kB 00:00 2024-05-03T09:18:58.433 INFO:teuthology.orchestra.run.smithi161.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 285 kB/s | 36 kB 00:00 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:58.474 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:18:58.516 INFO:teuthology.orchestra.run.smithi161.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.4 MB/s | 230 kB 00:00 2024-05-03T09:18:58.542 INFO:teuthology.orchestra.run.smithi161.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-05-03T09:18:58.575 INFO:teuthology.orchestra.run.smithi161.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 140 kB/s | 20 kB 00:00 2024-05-03T09:18:58.581 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:18:58.581 INFO:teuthology.orchestra.run.smithi161.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-05-03T09:18:58.719 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:18:58.739 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph 2024-05-03T09:18:58.756 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:18:58.756 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:18:58.756 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:18:58.756 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:18:58.758 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:18:58.758 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:18:59.055 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:18:59.056 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:18:59.066 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:18:59.066 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:59.066 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:18:59.066 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:59.066 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:18:59.067 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:18:59.067 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:18:59.067 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:59.067 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:18:59.273 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:44 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:18:59.308 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2024-05-03T09:18:59.403 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:18:59.405 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:18:59.406 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:18:59.407 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:18:59.408 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout:Install 36 Packages 2024-05-03T09:18:59.409 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:18:59.410 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 30 M 2024-05-03T09:18:59.410 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 108 M 2024-05-03T09:18:59.410 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:18:59.817 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:45 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:18:59.943 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:18:59.946 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:18:59.947 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:18:59.948 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout:Install 36 Packages 2024-05-03T09:18:59.949 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:18:59.950 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 30 M 2024-05-03T09:18:59.950 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 108 M 2024-05-03T09:18:59.950 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:00.244 INFO:teuthology.orchestra.run.smithi043.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-05-03T09:19:00.313 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:00.378 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:19:00.411 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:19:00.438 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:19:00.511 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:19:00.552 INFO:teuthology.orchestra.run.smithi084.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 33 kB/s | 6.6 kB 00:00 2024-05-03T09:19:00.554 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:19:00.587 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:19:00.627 INFO:teuthology.orchestra.run.smithi043.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.9 MB/s | 2.4 MB 00:00 2024-05-03T09:19:00.679 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:19:00.703 INFO:teuthology.orchestra.run.smithi043.stdout:(3/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-05-03T09:19:00.766 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:19:00.807 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:19:00.828 INFO:teuthology.orchestra.run.smithi043.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 1.9 MB/s | 249 kB 00:00 2024-05-03T09:19:00.842 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:19:00.871 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:19:00.906 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:19:00.939 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:19:00.978 INFO:teuthology.orchestra.run.smithi043.stdout:(5/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.4 MB/s | 4.7 MB 00:00 2024-05-03T09:19:00.980 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:19:00.985 INFO:teuthology.orchestra.run.smithi084.stdout:(2/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-05-03T09:19:01.015 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:19:01.028 INFO:teuthology.orchestra.run.smithi043.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-05-03T09:19:01.049 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:19:01.087 INFO:teuthology.orchestra.run.smithi043.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-05-03T09:19:01.087 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:19:01.137 INFO:teuthology.orchestra.run.smithi043.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-05-03T09:19:01.160 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:19:01.179 INFO:teuthology.orchestra.run.smithi043.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-05-03T09:19:01.230 INFO:teuthology.orchestra.run.smithi043.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-05-03T09:19:01.264 INFO:teuthology.orchestra.run.smithi043.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 4.3 MB/s | 1.2 MB 00:00 2024-05-03T09:19:01.289 INFO:teuthology.orchestra.run.smithi043.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 3.1 MB/s | 188 kB 00:00 2024-05-03T09:19:01.306 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:19:01.314 INFO:teuthology.orchestra.run.smithi043.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-05-03T09:19:01.340 INFO:teuthology.orchestra.run.smithi043.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 693 kB/s | 35 kB 00:00 2024-05-03T09:19:01.365 INFO:teuthology.orchestra.run.smithi043.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-03T09:19:01.386 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:19:01.390 INFO:teuthology.orchestra.run.smithi043.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 831 kB/s | 42 kB 00:00 2024-05-03T09:19:01.440 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:19:01.479 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:19:01.515 INFO:teuthology.orchestra.run.smithi043.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-05-03T09:19:01.535 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:19:01.557 INFO:teuthology.orchestra.run.smithi043.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-05-03T09:19:01.591 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:19:01.616 INFO:teuthology.orchestra.run.smithi043.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-05-03T09:19:01.691 INFO:teuthology.orchestra.run.smithi043.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-05-03T09:19:01.785 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:19:01.827 INFO:teuthology.orchestra.run.smithi084.stdout:(3/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.7 MB/s | 4.7 MB 00:01 2024-05-03T09:19:01.833 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:19:01.858 INFO:teuthology.orchestra.run.smithi043.stdout:(21/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86 14 MB/s | 17 MB 00:01 2024-05-03T09:19:01.883 INFO:teuthology.orchestra.run.smithi043.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 56 kB/s | 11 kB 00:00 2024-05-03T09:19:01.894 INFO:teuthology.orchestra.run.smithi084.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 3.7 MB/s | 249 kB 00:00 2024-05-03T09:19:01.908 INFO:teuthology.orchestra.run.smithi043.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 364 kB/s | 18 kB 00:00 2024-05-03T09:19:01.930 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:19:02.016 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:19:02.017 INFO:teuthology.orchestra.run.smithi043.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-03T09:19:02.043 INFO:teuthology.orchestra.run.smithi043.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 146 kB/s | 23 kB 00:00 2024-05-03T09:19:02.057 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:19:02.068 INFO:teuthology.orchestra.run.smithi043.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 394 kB/s | 20 kB 00:00 2024-05-03T09:19:02.101 INFO:teuthology.orchestra.run.smithi043.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 794 kB/s | 46 kB 00:00 2024-05-03T09:19:02.127 INFO:teuthology.orchestra.run.smithi043.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-05-03T09:19:02.153 INFO:teuthology.orchestra.run.smithi084.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 981 kB/s | 253 kB 00:00 2024-05-03T09:19:02.169 INFO:teuthology.orchestra.run.smithi043.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 395 kB/s | 16 kB 00:00 2024-05-03T09:19:02.172 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:19:02.194 INFO:teuthology.orchestra.run.smithi043.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-05-03T09:19:02.219 INFO:teuthology.orchestra.run.smithi043.stdout:(31/36): lua-devel-5.4.4-4.el9.x86_64.rpm 26 kB/s | 22 kB 00:00 2024-05-03T09:19:02.244 INFO:teuthology.orchestra.run.smithi043.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 728 kB/s | 36 kB 00:00 2024-05-03T09:19:02.270 INFO:teuthology.orchestra.run.smithi043.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 893 kB/s | 90 kB 00:00 2024-05-03T09:19:02.303 INFO:teuthology.orchestra.run.smithi043.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 7.1 MB/s | 427 kB 00:00 2024-05-03T09:19:02.328 INFO:teuthology.orchestra.run.smithi043.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-05-03T09:19:02.337 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:19:02.368 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:02.387 INFO:teuthology.orchestra.run.smithi043.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-05-03T09:19:02.390 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:02.390 INFO:teuthology.orchestra.run.smithi043.stdout:Total 10 MB/s | 30 MB 00:02 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:02.393 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:02.470 INFO:teuthology.orchestra.run.smithi084.stdout:(6/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 11 MB/s | 17 MB 00:01 2024-05-03T09:19:02.536 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:02.545 INFO:teuthology.orchestra.run.smithi084.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 3.1 MB/s | 1.2 MB 00:00 2024-05-03T09:19:02.580 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:02.580 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:02.604 INFO:teuthology.orchestra.run.smithi084.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-05-03T09:19:02.646 INFO:teuthology.orchestra.run.smithi084.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 608 kB/s | 106 kB 00:00 2024-05-03T09:19:02.671 INFO:teuthology.orchestra.run.smithi084.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-05-03T09:19:02.729 INFO:teuthology.orchestra.run.smithi084.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 3.2 MB/s | 188 kB 00:00 2024-05-03T09:19:02.755 INFO:teuthology.orchestra.run.smithi084.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-03T09:19:02.788 INFO:teuthology.orchestra.run.smithi084.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-05-03T09:19:02.838 INFO:teuthology.orchestra.run.smithi084.stdout:(14/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86 973 kB/s | 2.4 MB 00:02 2024-05-03T09:19:02.864 INFO:teuthology.orchestra.run.smithi084.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 319 kB/s | 35 kB 00:00 2024-05-03T09:19:02.891 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:02.893 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:02.893 INFO:teuthology.orchestra.run.smithi084.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 488 kB/s | 51 kB 00:00 2024-05-03T09:19:02.922 INFO:teuthology.orchestra.run.smithi084.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 713 kB/s | 42 kB 00:00 2024-05-03T09:19:02.964 INFO:teuthology.orchestra.run.smithi084.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-05-03T09:19:02.990 INFO:teuthology.orchestra.run.smithi084.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 650 kB/s | 43 kB 00:00 2024-05-03T09:19:03.015 INFO:teuthology.orchestra.run.smithi084.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-05-03T09:19:03.057 INFO:teuthology.orchestra.run.smithi084.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2024-05-03T09:19:03.083 INFO:teuthology.orchestra.run.smithi084.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-05-03T09:19:03.108 INFO:teuthology.orchestra.run.smithi084.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-05-03T09:19:03.133 INFO:teuthology.orchestra.run.smithi084.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-05-03T09:19:03.158 INFO:teuthology.orchestra.run.smithi084.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 308 kB/s | 23 kB 00:00 2024-05-03T09:19:03.183 INFO:teuthology.orchestra.run.smithi084.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-05-03T09:19:03.208 INFO:teuthology.orchestra.run.smithi084.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 262 kB/s | 20 kB 00:00 2024-05-03T09:19:03.234 INFO:teuthology.orchestra.run.smithi084.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-05-03T09:19:03.259 INFO:teuthology.orchestra.run.smithi084.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-05-03T09:19:03.284 INFO:teuthology.orchestra.run.smithi084.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-05-03T09:19:03.310 INFO:teuthology.orchestra.run.smithi084.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-05-03T09:19:03.335 INFO:teuthology.orchestra.run.smithi084.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-05-03T09:19:03.363 INFO:teuthology.orchestra.run.smithi084.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-05-03T09:19:03.411 INFO:teuthology.orchestra.run.smithi084.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-05-03T09:19:03.436 INFO:teuthology.orchestra.run.smithi084.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-05-03T09:19:03.461 INFO:teuthology.orchestra.run.smithi084.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-05-03T09:19:03.463 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:03.464 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.6 MB/s | 30 MB 00:03 2024-05-03T09:19:03.599 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:03.637 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:03.638 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:03.835 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:03.861 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:03.927 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:03.929 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:04.301 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:04.311 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:04.334 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:04.334 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:04.334 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:19:04.334 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:04.335 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:04.335 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:04.374 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:19:04.407 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:19:04.435 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:19:04.509 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:19:04.559 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:19:04.561 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:04.586 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:04.592 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:19:04.649 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:04.688 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:19:04.774 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:19:04.820 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:19:04.854 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:19:04.884 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:19:04.919 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:19:04.952 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:19:04.994 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:19:05.028 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:19:05.054 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:19:05.100 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:19:05.178 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:19:05.180 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:05.255 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:19:05.296 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:19:05.324 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:19:05.396 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:19:05.448 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:19:05.457 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:19:05.505 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:19:05.528 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:19:05.580 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:19:05.606 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:19:05.617 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:19:05.668 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:19:05.676 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:19:05.717 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:19:05.731 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:19:05.752 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:19:05.782 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:19:05.808 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:19:05.841 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:19:05.882 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:19:05.917 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:19:05.928 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:19:05.951 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:19:05.980 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:19:05.989 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:19:06.061 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:19:06.062 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:19:06.158 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:19:06.196 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:19:06.201 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:19:06.249 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:19:06.250 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:19:06.251 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:19:06.252 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:19:06.252 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:19:06.252 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:19:06.252 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:19:06.252 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:19:06.289 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:19:06.318 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:19:06.341 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:19:06.381 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:19:06.429 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:19:06.482 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:19:06.485 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:19:06.505 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:06.532 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:06.532 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:06.532 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:19:06.532 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:06.533 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:06.533 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:06.673 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:19:06.718 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:19:06.788 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:19:06.885 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:19:06.926 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:19:07.044 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:07.183 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:19:07.184 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:19:07.185 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:07.186 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:07.197 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:19:07.220 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:19:07.246 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:07.529 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-base 2024-05-03T09:19:08.051 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:08.073 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:08.102 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:08.130 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:08.171 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:08.172 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:19:08.173 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:08.236 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install cephadm 2024-05-03T09:19:08.574 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:08.598 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:08.599 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:08.599 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:19:08.599 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:08.599 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:08.599 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:08.696 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:08.722 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:19:08.722 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:08.722 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:19:08.723 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:08.723 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:19:08.723 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:08.749 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:08.833 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:08.857 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:19:08.871 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 762 k 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 769 k 2024-05-03T09:19:08.872 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:08.922 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:09.171 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:09.193 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:19:09.194 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:09.194 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:19:09.194 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:09.194 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:19:09.194 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:09.312 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-05-03T09:19:09.312 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:09.313 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-03T09:19:09.313 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:09.318 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:09.318 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:09.324 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:09.324 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:09.392 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:09.422 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:09.444 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:19:09.445 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:09.445 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:19:09.445 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:09.445 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:19:09.445 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:09.509 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:09.762 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:09.848 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:10.194 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:10.428 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:10.448 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:10.448 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:19:10.448 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:19:10.448 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:19:10.448 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:19:10.449 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:19:10.450 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:19:10.451 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:19:10.451 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:19:10.451 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:19:10.451 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:19:10.451 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:19:10.452 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:19:10.452 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:19:10.640 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:19:11.162 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:11.193 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:19:11.193 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:19:11.193 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:19:11.194 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:19:11.195 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:19:11.196 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:19:11.196 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:19:11.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:19:11.236 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:19:11.236 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:19:11.237 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:19:11.238 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:19:11.239 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:11.240 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:11.287 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:11.288 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 145 k 2024-05-03T09:19:11.289 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 435 k 2024-05-03T09:19:11.289 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:11.577 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-base 2024-05-03T09:19:11.627 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 429 kB/s | 145 kB 00:00 2024-05-03T09:19:11.627 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:11.628 INFO:teuthology.orchestra.run.smithi161.stdout:Total 427 kB/s | 145 kB 00:00 2024-05-03T09:19:11.628 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:11.635 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:11.635 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:11.691 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:11.691 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:11.844 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:11.911 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:11.936 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:11.936 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:11.936 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:19:11.936 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:12.106 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:19:12.106 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:12.106 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:19:12.107 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:19:12.108 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:12.109 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:12.117 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:12.198 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:12.242 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:12.243 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:19:12.243 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:12.305 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install cephadm 2024-05-03T09:19:12.442 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-base 2024-05-03T09:19:12.819 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:12.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:12.820 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:12.820 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:12.820 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:12.820 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:12.843 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:12.961 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:58 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:12.969 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:12.970 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:12.970 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:12.970 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:12.971 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:19:12.972 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:12.972 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 762 k 2024-05-03T09:19:12.972 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 769 k 2024-05-03T09:19:12.972 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:13.029 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr 2024-05-03T09:19:13.039 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:13.080 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:13.081 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:19:13.081 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:13.145 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install cephadm 2024-05-03T09:19:13.241 INFO:teuthology.orchestra.run.smithi043.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-05-03T09:19:13.242 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:13.242 INFO:teuthology.orchestra.run.smithi043.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-05-03T09:19:13.242 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:13.248 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:13.248 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:13.254 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:13.254 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:13.329 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:13.545 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:13.625 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:13.650 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:13.669 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:13.670 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:19:13.670 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:13.728 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:19:13.751 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:13.770 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:19:13.771 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:13.772 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 762 k 2024-05-03T09:19:13.772 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 769 k 2024-05-03T09:19:13.772 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:13.831 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:14.150 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:14.196 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-05-03T09:19:14.197 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:14.197 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-03T09:19:14.197 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:14.202 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:14.203 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:14.208 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:14.209 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:14.242 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:14.280 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:14.364 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:14.365 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:14.365 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:14.365 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:14.365 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:19:14.366 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 8.6 M 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 104 M 2024-05-03T09:19:14.367 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:14.373 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:14.591 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:19:14.732 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:14.810 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:15.121 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:15.140 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 135 kB/s | 34 kB 00:00 2024-05-03T09:19:15.166 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 59 kB/s | 16 kB 00:00 2024-05-03T09:19:15.166 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:15.241 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.5 MB/s | 269 kB 00:00 2024-05-03T09:19:15.246 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:15.247 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:15.247 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:19:15.247 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:15.247 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:15.247 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 145 k 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 435 k 2024-05-03T09:19:15.248 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:15.291 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2024-05-03T09:19:15.397 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:19:15.397 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:15.397 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:15.397 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:15.398 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:15.398 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:15.467 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 6.1 MB/s | 3.5 MB 00:00 2024-05-03T09:19:15.483 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 617 kB/s | 145 kB 00:00 2024-05-03T09:19:15.484 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:15.484 INFO:teuthology.orchestra.run.smithi043.stdout:Total 612 kB/s | 145 kB 00:00 2024-05-03T09:19:15.484 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:15.492 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:15.493 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:15.551 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:15.552 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:15.591 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:19:15.675 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-05-03T09:19:15.709 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:15.734 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-05-03T09:19:15.784 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:15.810 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:15.810 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:15.810 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:19:15.810 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:15.909 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 888 kB/s | 548 kB 00:00 2024-05-03T09:19:16.010 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 307 kB/s | 31 kB 00:00 2024-05-03T09:19:16.068 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 433 kB/s | 144 kB 00:00 2024-05-03T09:19:16.108 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:02 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:16.118 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-05-03T09:19:16.231 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:19:16.232 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:16.233 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 145 k 2024-05-03T09:19:16.233 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 435 k 2024-05-03T09:19:16.233 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:16.376 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.9 MB/s | 2.0 MB 00:00 2024-05-03T09:19:16.379 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:16.379 INFO:teuthology.orchestra.run.smithi161.stdout:Total 4.3 MB/s | 8.6 MB 00:02 2024-05-03T09:19:16.432 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:16.450 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:16.451 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:16.562 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 440 kB/s | 145 kB 00:00 2024-05-03T09:19:16.563 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:16.563 INFO:teuthology.orchestra.run.smithi084.stdout:Total 437 kB/s | 145 kB 00:00 2024-05-03T09:19:16.564 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:16.571 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:16.572 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:16.605 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:16.605 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:16.627 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:16.627 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:16.672 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:16.673 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:16.673 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:16.673 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:16.673 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:16.673 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:16.780 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:16.855 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:16.880 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr 2024-05-03T09:19:16.881 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:16.881 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:16.881 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:19:16.881 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:17.127 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:17.193 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:19:17.237 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:19:17.284 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:19:17.314 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:19:17.390 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:19:17.414 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:02 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:17.495 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:17.524 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:19:17.539 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:17.540 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:19:17.541 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:17.606 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:19:17.617 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:19:17.660 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:19:17.688 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:17.721 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:17.755 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:17.992 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr 2024-05-03T09:19:18.139 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:03 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:18.268 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:18.269 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:18.269 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:18.269 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:18.269 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:18.269 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:18.270 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 8.6 M 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 104 M 2024-05-03T09:19:18.271 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:18.517 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:04 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:18.597 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:18.639 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:18.640 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:19:18.641 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:18.701 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:19:18.804 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:19:18.838 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:19.095 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 174 kB/s | 34 kB 00:00 2024-05-03T09:19:19.121 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 74 kB/s | 16 kB 00:00 2024-05-03T09:19:19.209 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:05 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:19.330 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:19.330 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 8.2 MB/s | 3.5 MB 00:00 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:19:19.331 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T09:19:19.332 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:19.333 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 8.6 M 2024-05-03T09:19:19.333 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 104 M 2024-05-03T09:19:19.333 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:19.629 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.8 MB/s | 863 kB 00:00 2024-05-03T09:19:19.842 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 136 kB/s | 34 kB 00:00 2024-05-03T09:19:19.867 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 60 kB/s | 16 kB 00:00 2024-05-03T09:19:19.942 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.5 MB/s | 269 kB 00:00 2024-05-03T09:19:19.984 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 7.1 MB/s | 1.0 MB 00:00 2024-05-03T09:19:19.996 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 308 kB/s | 269 kB 00:00 2024-05-03T09:19:20.105 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-03T09:19:20.165 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:20.165 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:19:20.165 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:19:20.165 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:19:20.165 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:19:20.166 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:19:20.176 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 6.0 MB/s | 3.5 MB 00:00 2024-05-03T09:19:20.221 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): protobuf-3.14.0-13.el9.x86_64.rpm 917 kB/s | 1.0 MB 00:01 2024-05-03T09:19:20.246 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-05-03T09:19:20.347 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.4 MB/s | 2.0 MB 00:00 2024-05-03T09:19:20.372 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 245 kB/s | 31 kB 00:00 2024-05-03T09:19:20.423 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-05-03T09:19:20.426 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.7 MB/s | 863 kB 00:00 2024-05-03T09:19:20.467 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:19:20.467 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:19:20.468 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:19:20.469 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:20.469 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:20.560 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 51 kB/s | 19 kB 00:00 2024-05-03T09:19:20.589 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 393 kB/s | 144 kB 00:00 2024-05-03T09:19:20.594 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:20.594 INFO:teuthology.orchestra.run.smithi043.stdout:Total 3.7 MB/s | 8.6 MB 00:02 2024-05-03T09:19:20.644 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:20.663 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:20.663 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:20.714 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:19:20.743 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 722 kB/s | 548 kB 00:00 2024-05-03T09:19:20.825 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:20.826 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:20.860 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 264 kB/s | 31 kB 00:00 2024-05-03T09:19:20.886 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 444 kB/s | 144 kB 00:00 2024-05-03T09:19:20.986 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-05-03T09:19:21.222 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:07 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:21.311 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.3 MB/s | 2.0 MB 00:00 2024-05-03T09:19:21.315 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:21.316 INFO:teuthology.orchestra.run.smithi084.stdout:Total 4.4 MB/s | 8.6 MB 00:01 2024-05-03T09:19:21.343 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:21.344 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:19:21.345 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-05-03T09:19:21.346 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:21.347 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 38 M 2024-05-03T09:19:21.347 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 209 M 2024-05-03T09:19:21.347 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:21.363 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:21.376 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:21.380 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:21.380 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:21.458 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:19:21.501 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:19:21.534 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:21.536 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:21.549 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:19:21.577 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:19:21.658 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:19:21.793 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:19:21.884 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:19:21.941 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:19:21.977 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:22.010 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:19:22.025 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 378 kB/s | 195 kB 00:00 2024-05-03T09:19:22.072 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:22.134 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-05-03T09:19:22.153 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:19:22.189 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:19:22.235 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:19:22.251 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-33 10 MB/s | 7.4 MB 00:00 2024-05-03T09:19:22.265 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:19:22.334 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 972 kB/s | 803 kB 00:00 2024-05-03T09:19:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:19:22.443 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 326 kB/s | 35 kB 00:00 2024-05-03T09:19:22.473 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:19:22.518 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-05-03T09:19:22.567 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:19:22.620 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:19:22.648 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:22.681 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:19:22.810 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.4 MB/s | 3.0 MB 00:00 2024-05-03T09:19:22.944 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 574 kB/s | 244 kB 00:00 2024-05-03T09:19:23.113 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:19:23.127 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-05-03T09:19:23.143 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:23.727 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:19:23.764 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:24.475 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:24.475 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:19:24.475 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:19:24.475 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:19:24.476 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:19:24.780 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:19:24.781 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:24.782 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:25.020 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:19:25.101 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:19:25.102 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:19:25.391 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:25.392 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:25.551 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:10 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:25.640 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:19:25.679 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:25.680 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:19:25.680 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:25.680 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:19:25.681 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-05-03T09:19:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:25.683 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 38 M 2024-05-03T09:19:25.683 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 209 M 2024-05-03T09:19:25.683 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:25.769 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.4 MB/s | 4.7 MB 00:03 2024-05-03T09:19:26.148 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:12 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:26.269 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:19:26.270 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T09:19:26.271 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:26.272 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 38 M 2024-05-03T09:19:26.272 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 209 M 2024-05-03T09:19:26.272 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:26.936 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 775 kB/s | 195 kB 00:00 2024-05-03T09:19:26.994 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 803 kB 00:00 2024-05-03T09:19:27.056 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 234 kB/s | 195 kB 00:00 2024-05-03T09:19:27.086 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 218 kB/s | 33 kB 00:00 2024-05-03T09:19:27.144 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-05-03T09:19:27.173 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 845 kB/s | 803 kB 00:00 2024-05-03T09:19:27.203 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 604 kB/s | 35 kB 00:00 2024-05-03T09:19:27.265 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 157 kB/s | 33 kB 00:00 2024-05-03T09:19:27.324 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 317 kB/s | 18 kB 00:00 2024-05-03T09:19:27.352 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-05-03T09:19:27.390 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 530 kB/s | 35 kB 00:00 2024-05-03T09:19:27.428 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.9 MB/s | 3.0 MB 00:00 2024-05-03T09:19:27.482 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.7 MB/s | 3.0 MB 00:00 2024-05-03T09:19:27.487 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.1 MB/s | 244 kB 00:00 2024-05-03T09:19:27.549 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.6 MB/s | 244 kB 00:00 2024-05-03T09:19:27.654 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2024-05-03T09:19:27.708 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 32 MB/s | 5.1 MB 00:00 2024-05-03T09:19:27.729 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-05-03T09:19:27.775 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.7 MB/s | 250 kB 00:00 2024-05-03T09:19:27.863 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-05-03T09:19:28.225 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-05-03T09:19:28.300 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.2 MB/s | 4.7 MB 00:00 2024-05-03T09:19:28.554 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-05-03T09:19:29.579 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 2.6 MB/s | 7.4 MB 00:02 2024-05-03T09:19:29.583 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:29.583 INFO:teuthology.orchestra.run.smithi084.stdout:Total 11 MB/s | 38 MB 00:03 2024-05-03T09:19:29.935 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:29.962 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:29.962 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:30.369 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:30.369 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:31.025 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 1.5 MB/s | 7.4 MB 00:04 2024-05-03T09:19:31.028 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:31.029 INFO:teuthology.orchestra.run.smithi043.stdout:Total 7.1 MB/s | 38 MB 00:05 2024-05-03T09:19:31.172 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:31.234 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:19:31.286 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:31.393 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:31.394 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:31.421 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:31.421 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:31.437 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:19:31.615 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:19:31.644 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:19:31.721 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:19:31.856 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:31.856 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:32.363 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:19:32.500 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:19:32.682 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:32.746 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:19:32.790 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:32.945 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:32.982 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:19:33.166 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:19:33.190 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:19:33.260 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:19:33.729 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:33.945 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:19:34.082 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:19:34.757 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:19:34.777 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:35.392 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:36.460 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:19:36.489 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:19:37.404 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:19:37.405 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:19:37.405 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:37.405 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:19:37.753 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:37.754 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:38.104 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:19:38.626 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:24 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:38.745 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:19:38.747 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-05-03T09:19:38.748 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:38.749 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.2 M 2024-05-03T09:19:38.749 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-05-03T09:19:38.749 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:38.917 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-05-03T09:19:38.918 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:38.919 INFO:teuthology.orchestra.run.smithi161.stdout:Total 2.2 MB/s | 38 MB 00:17 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:19:39.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:39.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:19:39.273 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:39.285 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 265 kB/s | 26 kB 00:00 2024-05-03T09:19:39.301 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:39.301 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:39.310 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 157 kB/s | 19 kB 00:00 2024-05-03T09:19:39.386 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-05-03T09:19:39.411 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 221 kB/s | 49 kB 00:00 2024-05-03T09:19:39.444 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-05-03T09:19:39.470 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.3 MB/s | 279 kB 00:00 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:19:39.481 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:39.482 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:39.528 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 457 kB/s | 54 kB 00:00 2024-05-03T09:19:39.579 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 138 kB/s | 15 kB 00:00 2024-05-03T09:19:39.604 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 202 kB/s | 32 kB 00:00 2024-05-03T09:19:39.710 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:39.710 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:39.712 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 546 kB/s | 59 kB 00:00 2024-05-03T09:19:39.763 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 878 kB/s | 206 kB 00:00 2024-05-03T09:19:39.796 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-05-03T09:19:39.836 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:19:39.847 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2024-05-03T09:19:39.847 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:39.847 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.0 MB/s | 2.2 MB 00:01 2024-05-03T09:19:39.909 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:39.924 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:39.924 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:40.006 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:40.007 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:40.381 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:25 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:40.507 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:19:40.509 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2024-05-03T09:19:40.510 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:40.511 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 2.2 M 2024-05-03T09:19:40.511 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 26 M 2024-05-03T09:19:40.511 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:40.537 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:40.583 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:40.638 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:19:40.682 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:40.702 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:19:40.756 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:19:40.782 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:40.816 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:19:40.820 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:19:40.857 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:19:40.899 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:19:40.992 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:19:40.994 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:19:40.998 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 308 kB/s | 26 kB 00:00 2024-05-03T09:19:41.023 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:19:41.024 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 177 kB/s | 19 kB 00:00 2024-05-03T09:19:41.082 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.7 MB/s | 159 kB 00:00 2024-05-03T09:19:41.093 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:19:41.100 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:19:41.107 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-05-03T09:19:41.133 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 227 kB/s | 49 kB 00:00 2024-05-03T09:19:41.142 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:19:41.183 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-05-03T09:19:41.208 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 534 kB/s | 54 kB 00:00 2024-05-03T09:19:41.425 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-05-03T09:19:41.450 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-05-03T09:19:41.584 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 443 kB/s | 59 kB 00:00 2024-05-03T09:19:41.651 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 525 kB/s | 206 kB 00:00 2024-05-03T09:19:41.701 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 767 kB/s | 90 kB 00:00 2024-05-03T09:19:41.733 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:19:41.818 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.6 MB/s | 1.0 MB 00:00 2024-05-03T09:19:41.821 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:41.821 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-05-03T09:19:41.845 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:19:41.854 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:19:41.887 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:41.903 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:41.904 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:41.906 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:19:41.940 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:19:41.987 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:19:41.996 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:41.996 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:42.009 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:42.512 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:42.693 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:19:42.726 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:19:42.727 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:19:42.755 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:19:42.811 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:19:42.846 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:19:42.956 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:19:43.035 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:43.036 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:43.079 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:43.153 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:19:43.263 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:19:43.305 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:19:43.315 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:19:43.813 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:29 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:43.934 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:19:43.935 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 7.0 M 2024-05-03T09:19:43.936 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 33 M 2024-05-03T09:19:43.937 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:44.084 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:19:44.123 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:19:44.136 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:19:44.147 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:44.170 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:19:44.210 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:19:44.231 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:44.399 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-05-03T09:19:44.582 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 387 kB/s | 142 kB 00:00 2024-05-03T09:19:44.616 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.5 MB/s | 548 kB 00:00 2024-05-03T09:19:44.666 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-05-03T09:19:44.716 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 431 kB/s | 58 kB 00:00 2024-05-03T09:19:44.868 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:44.868 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:19:44.869 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:19:44.908 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.6 MB/s | 6.0 MB 00:00 2024-05-03T09:19:44.909 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:44.909 INFO:teuthology.orchestra.run.smithi084.stdout:Total 7.2 MB/s | 7.0 MB 00:00 2024-05-03T09:19:44.978 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:44.989 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:44.989 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:45.085 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:45.085 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:45.185 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:19:45.185 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:45.185 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:45.185 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:45.186 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:45.393 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:45.408 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:19:45.557 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:19:45.602 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:19:45.944 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:30 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:46.072 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:46.073 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:46.073 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:46.073 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:46.073 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2024-05-03T09:19:46.074 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:46.075 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 7.0 M 2024-05-03T09:19:46.075 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 33 M 2024-05-03T09:19:46.075 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:46.121 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:19:46.203 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:19:46.267 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:19:46.297 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:46.586 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.2 MB/s | 248 kB 00:00 2024-05-03T09:19:46.695 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:19:46.695 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:19:46.695 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:19:46.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:19:46.719 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 586 kB/s | 142 kB 00:00 2024-05-03T09:19:46.886 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:19:47.021 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:19:47.067 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:19:47.067 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:47.067 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:47.067 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:47.067 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:47.068 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:47.212 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 170 kB/s | 51 kB 00:00 2024-05-03T09:19:47.265 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:19:47.265 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:47.265 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:47.266 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:47.270 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 105 kB/s | 58 kB 00:00 2024-05-03T09:19:47.354 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 714 kB/s | 548 kB 00:00 2024-05-03T09:19:47.356 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:47.356 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.4 MB/s | 7.0 MB 00:01 2024-05-03T09:19:47.429 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:47.430 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:19:47.441 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:47.441 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:47.512 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-fuse 2024-05-03T09:19:47.544 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:47.544 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:47.860 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:47.963 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:33 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:48.024 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:48.027 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:19:48.074 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:19:48.086 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:48.087 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:19:48.088 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2024-05-03T09:19:48.089 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:48.090 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.2 M 2024-05-03T09:19:48.090 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 26 M 2024-05-03T09:19:48.090 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:48.144 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:19:48.145 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:48.146 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 970 k 2024-05-03T09:19:48.147 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 2.8 M 2024-05-03T09:19:48.147 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:48.497 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 226 kB/s | 26 kB 00:00 2024-05-03T09:19:48.523 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 138 kB/s | 19 kB 00:00 2024-05-03T09:19:48.624 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:19:48.659 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 302 kB/s | 80 kB 00:00 2024-05-03T09:19:48.711 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:19:48.739 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 922 kB/s | 222 kB 00:00 2024-05-03T09:19:48.764 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 129 kB/s | 49 kB 00:00 2024-05-03T09:19:48.782 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:19:48.790 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 594 kB/s | 159 kB 00:00 2024-05-03T09:19:48.809 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:48.890 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.8 MB/s | 279 kB 00:00 2024-05-03T09:19:48.915 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 356 kB/s | 54 kB 00:00 2024-05-03T09:19:48.918 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.7 MB/s | 890 kB 00:00 2024-05-03T09:19:48.919 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:48.919 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.2 MB/s | 970 kB 00:00 2024-05-03T09:19:48.930 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:48.953 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:48.953 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:49.030 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:49.030 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:49.099 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-05-03T09:19:49.133 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-05-03T09:19:49.212 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:49.353 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:19:49.374 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 245 kB/s | 59 kB 00:00 2024-05-03T09:19:49.415 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:19:49.416 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 410 kB/s | 206 kB 00:00 2024-05-03T09:19:49.532 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:49.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:19:49.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:19:49.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:19:49.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:19:49.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:19:49.600 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 398 kB/s | 90 kB 00:00 2024-05-03T09:19:49.751 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.6 MB/s | 1.0 MB 00:00 2024-05-03T09:19:49.751 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:49.751 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:19:49.787 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:19:49.788 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:19:49.788 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:19:49.788 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:19:49.788 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:49.788 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:49.821 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:49.837 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:49.837 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:49.923 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:49.923 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:50.026 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-fuse 2024-05-03T09:19:50.074 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:19:50.074 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:19:50.340 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:19:50.341 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:50.341 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:50.341 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:19:50.341 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:50.341 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:50.420 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:50.568 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:50.581 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:19:50.597 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-volume 2024-05-03T09:19:50.634 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:19:50.690 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:19:50.693 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:19:50.694 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:50.695 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:50.695 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:50.695 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2024-05-03T09:19:50.695 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:50.696 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 970 k 2024-05-03T09:19:50.696 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 2.8 M 2024-05-03T09:19:50.696 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:50.727 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:19:50.777 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:19:50.870 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:19:50.972 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:19:51.045 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:19:51.118 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:51.242 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:51.242 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:51.242 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:51.243 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T09:19:51.244 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:51.244 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 350 k 2024-05-03T09:19:51.245 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 1.5 M 2024-05-03T09:19:51.245 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:51.422 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 177 kB/s | 80 kB 00:00 2024-05-03T09:19:51.472 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.7 MB/s | 890 kB 00:00 2024-05-03T09:19:51.473 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:51.473 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.2 MB/s | 970 kB 00:00 2024-05-03T09:19:51.485 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:51.510 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:51.510 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:51.594 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:51.595 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:51.614 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 320 kB/s | 77 kB 00:00 2024-05-03T09:19:51.639 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-03T09:19:51.641 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:51.641 INFO:teuthology.orchestra.run.smithi084.stdout:Total 881 kB/s | 350 kB 00:00 2024-05-03T09:19:51.652 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:51.661 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:51.662 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:51.687 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:51.687 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:51.764 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:19:51.787 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:51.808 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:19:51.832 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:51.843 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:19:51.890 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:19:51.912 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:51.936 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:19:52.007 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:19:52.030 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:19:52.067 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:19:52.081 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:19:52.082 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:52.082 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:19:52.082 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:19:52.584 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:19:52.585 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:19:52.585 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:19:52.585 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:19:52.585 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:19:52.585 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:19:52.627 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:19:52.627 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:19:52.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:52.875 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:19:52.906 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:19:52.907 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:19:52.908 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:19:52.908 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:19:52.908 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:52.908 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:53.048 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:53.049 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:53.111 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-volume 2024-05-03T09:19:53.141 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:19:53.325 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados-devel 2024-05-03T09:19:53.654 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:53.658 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:53.774 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:53.774 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:53.775 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:53.776 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2024-05-03T09:19:53.776 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:53.776 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 7.0 M 2024-05-03T09:19:53.776 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 33 M 2024-05-03T09:19:53.776 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:53.787 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:53.787 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2024-05-03T09:19:53.788 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:53.789 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 350 k 2024-05-03T09:19:53.789 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 1.5 M 2024-05-03T09:19:53.789 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:53.844 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:53.967 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 127 k 2024-05-03T09:19:53.968 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 456 k 2024-05-03T09:19:53.969 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:54.309 INFO:teuthology.orchestra.run.smithi084.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 372 kB/s | 127 kB 00:00 2024-05-03T09:19:54.309 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:54.310 INFO:teuthology.orchestra.run.smithi084.stdout:Total 371 kB/s | 127 kB 00:00 2024-05-03T09:19:54.310 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:54.315 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:54.315 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:54.334 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-03T09:19:54.379 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:54.379 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:54.484 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-05-03T09:19:54.510 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 583 kB/s | 142 kB 00:00 2024-05-03T09:19:54.531 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:54.626 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 495 kB/s | 58 kB 00:00 2024-05-03T09:19:54.629 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:54.760 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 382 kB/s | 51 kB 00:00 2024-05-03T09:19:54.826 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 102 kB/s | 77 kB 00:00 2024-05-03T09:19:54.827 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-05-03T09:19:54.827 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:54.827 INFO:teuthology.orchestra.run.smithi043.stdout:Total 337 kB/s | 350 kB 00:01 2024-05-03T09:19:54.840 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:54.852 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:54.852 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:54.882 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:55.015 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:55.041 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:55.250 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:19:55.290 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:55.290 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:55.290 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:55.290 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:55.291 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:55.291 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:55.294 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:19:55.310 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:19:55.310 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:19:55.310 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:19:55.310 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:55.517 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs2 2024-05-03T09:19:55.949 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:19:56.035 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.4 MB/s | 6.0 MB 00:01 2024-05-03T09:19:56.036 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:56.037 INFO:teuthology.orchestra.run.smithi161.stdout:Total 3.1 MB/s | 7.0 MB 00:02 2024-05-03T09:19:56.038 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:56.108 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:56.119 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:56.119 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:56.122 INFO:teuthology.orchestra.run.smithi084.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:56.164 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:56.165 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:19:56.165 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:56.216 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:19:56.216 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:19:56.228 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:19:56.228 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:56.228 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:56.228 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:56.228 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:19:56.229 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:56.229 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:56.235 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs-devel 2024-05-03T09:19:56.523 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:19:56.535 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados-devel 2024-05-03T09:19:56.691 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:19:56.736 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:19:56.747 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:56.866 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:56.866 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:56.866 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 32 k 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 142 k 2024-05-03T09:19:56.867 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:19:57.074 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:57.187 INFO:teuthology.orchestra.run.smithi084.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 99 kB/s | 32 kB 00:00 2024-05-03T09:19:57.187 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:57.187 INFO:teuthology.orchestra.run.smithi084.stdout:Total 99 kB/s | 32 kB 00:00 2024-05-03T09:19:57.188 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:19:57.191 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:19:57.191 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:19:57.193 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:19:57.193 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:19:57.198 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:19:57.199 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:57.200 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 127 k 2024-05-03T09:19:57.200 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 456 k 2024-05-03T09:19:57.200 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:19:57.246 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:19:57.269 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:19:57.331 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:19:57.373 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:57.394 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:19:57.424 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:57.698 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:57.738 INFO:teuthology.orchestra.run.smithi043.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 235 kB/s | 127 kB 00:00 2024-05-03T09:19:57.739 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:57.739 INFO:teuthology.orchestra.run.smithi043.stdout:Total 235 kB/s | 127 kB 00:00 2024-05-03T09:19:57.740 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:19:57.746 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:19:57.746 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:19:57.815 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:19:57.815 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:19:57.896 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:57.970 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:19:58.063 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:58.074 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados2 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:19:58.160 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:58.420 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:19:58.475 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:58.586 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:58.665 INFO:teuthology.orchestra.run.smithi084.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:58.701 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-fuse 2024-05-03T09:19:58.706 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:58.707 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:19:58.707 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:19:58.724 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:58.765 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librbd1 2024-05-03T09:19:58.923 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs2 2024-05-03T09:19:59.219 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:59.273 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:19:59.339 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:19:59.339 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2024-05-03T09:19:59.340 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:19:59.341 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 970 k 2024-05-03T09:19:59.341 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 2.8 M 2024-05-03T09:19:59.341 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:19:59.351 INFO:teuthology.orchestra.run.smithi084.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:59.392 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:19:59.394 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:19:59.394 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:19:59.463 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:19:59.466 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rados 2024-05-03T09:19:59.537 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 527 kB/s | 80 kB 00:00 2024-05-03T09:19:59.544 INFO:teuthology.orchestra.run.smithi043.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:19:59.588 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:19:59.589 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:19:59.589 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:19:59.663 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs-devel 2024-05-03T09:19:59.920 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.6 MB/s | 890 kB 00:00 2024-05-03T09:19:59.921 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:19:59.921 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-05-03T09:19:59.933 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:19:59.954 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:19:59.954 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:19:59.974 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:00.032 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:00.032 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:00.053 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:00.094 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:00.095 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:20:00.096 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:00.166 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rgw 2024-05-03T09:20:00.203 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:00.216 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:00.326 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:00.327 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:00.327 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:20:00.327 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 32 k 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 142 k 2024-05-03T09:20:00.328 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:20:00.355 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:20:00.417 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:20:00.600 INFO:teuthology.orchestra.run.smithi043.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 117 kB/s | 32 kB 00:00 2024-05-03T09:20:00.601 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:00.601 INFO:teuthology.orchestra.run.smithi043.stdout:Total 116 kB/s | 32 kB 00:00 2024-05-03T09:20:00.601 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:20:00.605 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:20:00.605 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:20:00.607 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:20:00.607 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:20:00.675 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:00.695 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:20:00.753 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:00.793 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:00.794 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:20:00.794 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:00.809 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:00.856 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-cephfs 2024-05-03T09:20:01.065 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:20:01.065 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:20:01.157 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:01.311 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:20:01.312 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:01.312 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:01.312 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:20:01.312 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:01.312 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:01.361 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:01.372 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:01.373 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:01.373 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:20:01.373 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:01.373 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:01.373 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:01.439 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:01.480 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:01.482 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:20:01.482 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:01.543 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rbd 2024-05-03T09:20:01.544 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados2 2024-05-03T09:20:01.566 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-volume 2024-05-03T09:20:02.053 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:02.081 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:02.088 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:02.131 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:02.165 INFO:teuthology.orchestra.run.smithi043.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:02.172 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:02.173 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:20:02.173 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:02.208 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:02.209 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:02.209 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:02.212 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:02.212 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:02.212 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2024-05-03T09:20:02.213 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:02.214 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 350 k 2024-05-03T09:20:02.214 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 1.5 M 2024-05-03T09:20:02.214 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:02.232 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-fuse 2024-05-03T09:20:02.274 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librbd1 2024-05-03T09:20:02.745 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:02.766 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 287 kB/s | 77 kB 00:00 2024-05-03T09:20:02.811 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:02.865 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:02.866 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:20:02.867 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:02.867 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 85 k 2024-05-03T09:20:02.867 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 231 k 2024-05-03T09:20:02.867 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:20:02.891 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 692 kB/s | 273 kB 00:00 2024-05-03T09:20:02.892 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:02.892 INFO:teuthology.orchestra.run.smithi161.stdout:Total 516 kB/s | 350 kB 00:00 2024-05-03T09:20:02.893 INFO:teuthology.orchestra.run.smithi043.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:02.904 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:02.914 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:02.914 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:02.937 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:02.938 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:02.938 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:02.940 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:02.940 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:02.996 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rados 2024-05-03T09:20:03.072 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 415 kB/s | 85 kB 00:00 2024-05-03T09:20:03.073 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:03.073 INFO:teuthology.orchestra.run.smithi084.stdout:Total 412 kB/s | 85 kB 00:00 2024-05-03T09:20:03.074 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:20:03.080 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:20:03.080 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:20:03.086 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:03.148 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:20:03.148 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:20:03.273 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:20:03.299 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:20:03.302 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:20:03.318 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:20:03.318 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:20:03.318 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:20:03.318 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:03.401 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:03.527 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:03.610 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:03.653 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:03.654 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:03.654 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:03.718 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rgw 2024-05-03T09:20:03.780 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:03.973 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:20:04.020 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:04.020 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:04.021 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:20:04.021 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:04.021 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:04.021 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:04.244 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:20:04.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:04.244 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:04.244 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:20:04.244 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:20:04.245 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:04.245 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:04.253 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:04.264 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-mirror 2024-05-03T09:20:04.335 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:04.378 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:04.379 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:04.380 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:04.440 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-cephfs 2024-05-03T09:20:04.547 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados-devel 2024-05-03T09:20:04.779 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:50 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:04.908 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:04.908 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:04.908 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 13 M 2024-05-03T09:20:04.909 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:20:04.978 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:05.060 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:05.070 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:51 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:05.102 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:05.103 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:05.104 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:05.166 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rbd 2024-05-03T09:20:05.194 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:20:05.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:05.196 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 127 k 2024-05-03T09:20:05.196 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 456 k 2024-05-03T09:20:05.196 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:05.430 INFO:teuthology.orchestra.run.smithi161.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 542 kB/s | 127 kB 00:00 2024-05-03T09:20:05.431 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:05.431 INFO:teuthology.orchestra.run.smithi161.stdout:Total 538 kB/s | 127 kB 00:00 2024-05-03T09:20:05.431 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:05.436 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:05.436 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:05.501 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:05.501 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.2 MB/s | 3.1 MB 00:00 2024-05-03T09:20:05.501 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:05.502 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:05.502 INFO:teuthology.orchestra.run.smithi084.stdout:Total 5.2 MB/s | 3.1 MB 00:00 2024-05-03T09:20:05.502 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:20:05.512 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:20:05.512 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:20:05.592 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:20:05.592 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:20:05.649 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:50 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:05.750 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:05.779 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:05.822 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:05.823 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:20:05.823 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:05.887 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-fuse 2024-05-03T09:20:06.017 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:20:06.094 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:06.119 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:06.170 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:06.394 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:06.394 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:06.395 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:06.395 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:06.395 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:06.395 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:06.422 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:51 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:06.548 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:06.548 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 85 k 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 231 k 2024-05-03T09:20:06.549 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:20:06.606 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs2 2024-05-03T09:20:06.929 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 225 kB/s | 85 kB 00:00 2024-05-03T09:20:06.929 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:06.930 INFO:teuthology.orchestra.run.smithi043.stdout:Total 224 kB/s | 85 kB 00:00 2024-05-03T09:20:06.930 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:20:06.938 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:20:06.938 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:20:07.010 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:20:07.011 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:20:07.127 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:07.142 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:07.166 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:20:07.208 INFO:teuthology.orchestra.run.smithi161.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:07.250 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:07.251 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:07.251 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:07.312 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs-devel 2024-05-03T09:20:07.319 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:07.344 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-nbd 2024-05-03T09:20:07.681 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:07.829 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:07.862 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:07.923 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:07.950 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:07.951 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:20:07.952 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:07.952 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 32 k 2024-05-03T09:20:07.952 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 142 k 2024-05-03T09:20:07.952 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:07.984 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:20:07.986 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:20:07.986 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:20:07.986 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:07.986 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 171 k 2024-05-03T09:20:07.986 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 494 k 2024-05-03T09:20:07.987 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:20:08.155 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-mirror 2024-05-03T09:20:08.199 INFO:teuthology.orchestra.run.smithi161.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 128 kB/s | 32 kB 00:00 2024-05-03T09:20:08.200 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:08.200 INFO:teuthology.orchestra.run.smithi161.stdout:Total 127 kB/s | 32 kB 00:00 2024-05-03T09:20:08.200 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:08.204 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:08.204 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:08.206 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:08.206 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:08.281 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:08.329 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 499 kB/s | 171 kB 00:00 2024-05-03T09:20:08.329 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:08.330 INFO:teuthology.orchestra.run.smithi084.stdout:Total 496 kB/s | 171 kB 00:00 2024-05-03T09:20:08.330 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:20:08.338 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:20:08.338 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:20:08.387 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:08.400 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:20:08.401 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:20:08.563 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:20:08.674 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:08.697 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:08.722 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:08.823 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:20:08.824 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 3.1 M 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 13 M 2024-05-03T09:20:08.825 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:20:08.925 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:08.926 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:08.926 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:08.926 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:08.926 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:08.926 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:09.070 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:09.103 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados2 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:20:09.329 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:20:09.566 DEBUG:teuthology.parallel:result is None 2024-05-03T09:20:09.619 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:55 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:09.698 INFO:teuthology.orchestra.run.smithi161.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:09.740 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:09.741 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:09.741 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:09.805 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librbd1 2024-05-03T09:20:09.956 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 2.7 MB/s | 3.1 MB 00:01 2024-05-03T09:20:09.957 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:09.958 INFO:teuthology.orchestra.run.smithi043.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-05-03T09:20:09.958 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:20:09.969 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:20:09.969 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:20:10.055 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:20:10.055 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:20:10.316 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:56 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:10.395 INFO:teuthology.orchestra.run.smithi161.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:10.437 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:10.438 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:10.438 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:10.503 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:20:10.505 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rados 2024-05-03T09:20:10.574 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:10.601 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:11.011 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:57 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:11.090 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:11.131 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:11.133 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:11.133 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:11.203 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rgw 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:11.681 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:11.720 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:57 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:11.798 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:11.840 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:11.840 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:11.841 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:11.908 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-cephfs 2024-05-03T09:20:11.912 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-nbd 2024-05-03T09:20:12.421 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:58 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:12.455 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:57 ago on Fri 03 May 2024 09:18:15 AM UTC. 2024-05-03T09:20:12.500 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:12.542 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:12.543 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:12.543 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:12.582 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:12.583 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 171 k 2024-05-03T09:20:12.584 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 494 k 2024-05-03T09:20:12.584 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:20:12.606 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rbd 2024-05-03T09:20:12.802 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 784 kB/s | 171 kB 00:00 2024-05-03T09:20:12.802 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:12.802 INFO:teuthology.orchestra.run.smithi043.stdout:Total 779 kB/s | 171 kB 00:00 2024-05-03T09:20:12.803 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:20:12.811 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:20:12.811 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:20:12.881 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:20:12.882 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:20:13.037 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:20:13.119 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:59 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:13.143 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:13.198 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:20:13.240 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:13.241 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-05-03T09:20:13.241 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:13.302 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-fuse 2024-05-03T09:20:13.529 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:13.746 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:13.746 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:13.746 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:20:13.746 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:13.747 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:20:13.747 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:20:13.811 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:59 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:13.931 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:20:13.932 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:13.933 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 85 k 2024-05-03T09:20:13.933 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 231 k 2024-05-03T09:20:13.933 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:13.976 DEBUG:teuthology.parallel:result is None 2024-05-03T09:20:14.211 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 307 kB/s | 85 kB 00:00 2024-05-03T09:20:14.211 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:14.212 INFO:teuthology.orchestra.run.smithi161.stdout:Total 305 kB/s | 85 kB 00:00 2024-05-03T09:20:14.212 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:14.219 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:14.219 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:14.288 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:14.288 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:14.433 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:14.540 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:14.868 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:15.120 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:15.340 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-mirror 2024-05-03T09:20:15.883 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:01 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:16.010 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:16.010 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:16.010 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-05-03T09:20:16.010 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.1 M 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 13 M 2024-05-03T09:20:16.011 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:16.806 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-05-03T09:20:16.807 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:16.808 INFO:teuthology.orchestra.run.smithi161.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-05-03T09:20:16.808 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:16.816 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:16.816 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:16.896 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:16.896 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:17.327 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:17.390 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:17.415 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:17.415 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:20:17.415 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:20:17.415 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:17.415 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:20:17.416 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:18.410 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:18.658 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-nbd 2024-05-03T09:20:19.176 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:05 ago on Fri 03 May 2024 09:18:14 AM UTC. 2024-05-03T09:20:19.301 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-05-03T09:20:19.302 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-05-03T09:20:19.303 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:19.303 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 171 k 2024-05-03T09:20:19.303 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 494 k 2024-05-03T09:20:19.303 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-05-03T09:20:19.526 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 766 kB/s | 171 kB 00:00 2024-05-03T09:20:19.527 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:20:19.527 INFO:teuthology.orchestra.run.smithi161.stdout:Total 760 kB/s | 171 kB 00:00 2024-05-03T09:20:19.527 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-05-03T09:20:19.535 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-05-03T09:20:19.535 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-05-03T09:20:19.598 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-05-03T09:20:19.598 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-05-03T09:20:19.754 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-05-03T09:20:19.863 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:20.274 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-05-03T09:20:20.525 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-05-03T09:20:20.744 DEBUG:teuthology.parallel:result is None 2024-05-03T09:20:20.744 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:20.969 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:20:20.995 INFO:teuthology.orchestra.run.smithi043.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:20.995 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:20.995 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:20:20.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:21.218 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:20:21.243 INFO:teuthology.orchestra.run.smithi084.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:21.243 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:21.243 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:20:21.245 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:21.393 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:20:21.414 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:21.415 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:20:21.415 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:20:21.416 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-03T09:20:21.416 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:20:21.416 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:20:21.446 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:20:21.446 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:20:21.475 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:20:21.475 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:20:21.529 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-03T09:20:21.529 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:20:21.529 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:20:21.559 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:20:21.627 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:20:21.627 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:20:21.656 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:20:21.722 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:20:21.722 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:20:21.747 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:20:21.811 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-03T09:20:21.812 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:20:21.812 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:20:21.841 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:20:21.909 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:20:21.909 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:20:21.937 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:20:22.004 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:20:22.004 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:20:22.028 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:20:22.091 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-03T09:20:22.091 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:20:22.091 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:20:22.120 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:20:22.188 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:20:22.189 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:20:22.216 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:20:22.282 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-05-03T09:20:22.283 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:20:22.306 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:20:22.369 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T09:20:22.470 INFO:tasks.cephadm:Config: {'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\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T09:20:22.470 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:22.471 INFO:tasks.cephadm:Cluster fsid is 5e29ad7a-092e-11ef-bc97-c7b262605968 2024-05-03T09:20:22.471 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T09:20:22.471 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.43', 'mon.b': '172.21.15.84', 'mon.c': '172.21.15.161'} 2024-05-03T09:20:22.471 INFO:tasks.cephadm:First mon is mon.a on smithi043 2024-05-03T09:20:22.471 INFO:tasks.cephadm:First mgr is a 2024-05-03T09:20:22.471 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T09:20:22.471 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2024-05-03T09:20:22.501 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-05-03T09:20:22.529 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-05-03T09:20:22.552 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T09:20:22.553 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:22.694 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353.gf8e6d2d7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-02 07:46:39.908050', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-03T09:20:22.831 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:22.832 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm 2024-05-03T09:20:22.832 DEBUG:teuthology.orchestra.run.smithi043:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:23.259 INFO:teuthology.orchestra.run.smithi043.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:20 /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:23.259 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.135 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:20 /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.135 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.575 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:20 /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.576 DEBUG:teuthology.orchestra.run.smithi043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.595 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.614 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:24.644 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T09:20:24.644 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:20:24.646 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:20:24.657 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:20:26.146 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.151 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.197 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.342 INFO:teuthology.orchestra.run.smithi043.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.343 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.343 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:20:26.343 INFO:teuthology.orchestra.run.smithi043.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:26.367 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:20:26.368 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T09:20:26.370 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi043/crash 2024-05-03T09:20:26.371 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:20:26.404 INFO:teuthology.orchestra.run.smithi043.stderr:tar: /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:20:26.404 INFO:teuthology.orchestra.run.smithi043.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:20:26.406 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi084/crash 2024-05-03T09:20:26.407 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:20:26.444 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:20:26.445 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:20:26.446 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi161/crash 2024-05-03T09:20:26.447 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:20:26.484 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:20:26.484 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:20:26.486 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T09:20:26.486 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-03T09:20:26.511 INFO:teuthology.orchestra.run.smithi043.stderr:grep: /var/log/ceph/5e29ad7a-092e-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T09:20:26.513 INFO:tasks.cephadm:Compressing logs... 2024-05-03T09:20:26.513 DEBUG:teuthology.orchestra.run.smithi043:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T09:20:26.544 INFO:teuthology.orchestra.run.smithi161.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.544 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.544 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:20:26.545 INFO:teuthology.orchestra.run.smithi161.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.546 INFO:teuthology.orchestra.run.smithi084.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.546 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:20:26.546 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:20:26.546 INFO:teuthology.orchestra.run.smithi084.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:20:26.556 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T09:20:26.558 DEBUG:teuthology.orchestra.run.smithi161:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T09:20:26.577 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-03T09:20:26.577 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T09:20:26.578 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:20:26.578 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T09:20:26.578 INFO:teuthology.orchestra.run.smithi084.stderr:: No such file or directory 2024-05-03T09:20:26.578 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:20:26.579 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-05-03T09:20:26.579 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m0.012s 2024-05-03T09:20:26.580 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m0.010s 2024-05-03T09:20:26.580 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m0.011s 2024-05-03T09:20:26.580 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-05-03T09:20:26.580 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.011s 2024-05-03T09:20:26.581 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.005s 2024-05-03T09:20:26.581 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.016s 2024-05-03T09:20:26.582 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T09:20:26.582 INFO:teuthology.orchestra.run.smithi161.stderr:: No such file or directory 2024-05-03T09:20:26.582 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:20:26.583 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-05-03T09:20:26.583 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.011s 2024-05-03T09:20:26.584 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.013s 2024-05-03T09:20:26.584 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.008s 2024-05-03T09:20:26.584 INFO:tasks.cephadm:Archiving logs... 2024-05-03T09:20:26.584 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi043/log 2024-05-03T09:20:26.585 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:20:26.645 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi084/log 2024-05-03T09:20:26.646 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:20:26.670 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi161/log 2024-05-03T09:20:26.671 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:20:26.697 INFO:tasks.cephadm:Removing cluster... 2024-05-03T09:20:26.697 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e29ad7a-092e-11ef-bc97-c7b262605968 --force 2024-05-03T09:20:26.884 INFO:teuthology.orchestra.run.smithi043.stdout:Deleting cluster with fsid: 5e29ad7a-092e-11ef-bc97-c7b262605968 2024-05-03T09:20:27.171 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e29ad7a-092e-11ef-bc97-c7b262605968 --force 2024-05-03T09:20:27.347 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 5e29ad7a-092e-11ef-bc97-c7b262605968 2024-05-03T09:20:27.602 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e29ad7a-092e-11ef-bc97-c7b262605968 --force 2024-05-03T09:20:27.776 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 5e29ad7a-092e-11ef-bc97-c7b262605968 2024-05-03T09:20:28.037 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T09:20:28.037 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:28.054 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:28.070 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:20:28.085 INFO:tasks.cephadm:Teardown complete 2024-05-03T09:20:28.085 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:20:28.291 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5d4186475ecf44e4a3bba6e7b104b241 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:20:28.295 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T09:20:28.307 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-03T09:20:28.353 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-03T09:20:28.353 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:20:28.366 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:20:28.369 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:20:28.465 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T09:20:28.474 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T09:20:28.474 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:20:28.477 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:20:28.479 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:20:28.491 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:20:28.492 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:20:28.493 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:20:28.495 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:20:28.495 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T09:20:28.495 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv01.front.sepia.ceph.com 3 6 77 19 +329us[ +357us] +/- 45ms 2024-05-03T09:20:28.495 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 18 +489us[ +489us] +/- 58ms 2024-05-03T09:20:28.496 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 -1331us[-1331us] +/- 65ms 2024-05-03T09:20:28.496 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:20:28.497 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:20:28.497 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-05-03T09:20:28.498 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv01.front.sepia.ceph.com 3 6 77 19 +358us[ +355us] +/- 45ms 2024-05-03T09:20:28.498 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 18 +514us[ +514us] +/- 58ms 2024-05-03T09:20:28.498 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 19 -1341us[-1341us] +/- 65ms 2024-05-03T09:20:28.498 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:20:28.499 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:20:28.499 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-05-03T09:20:28.499 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv01.front.sepia.ceph.com 3 6 77 17 +409us[ +269us] +/- 45ms 2024-05-03T09:20:28.499 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 18 +570us[ +430us] +/- 58ms 2024-05-03T09:20:28.499 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 -1284us[-1424us] +/- 65ms 2024-05-03T09:20:28.500 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:20:28.500 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T09:20:28.509 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T09:20:28.509 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T09:20:28.537 DEBUG:teuthology.orchestra.run.smithi043:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T09:20:28.602 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T09:20:28.659 DEBUG:teuthology.orchestra.run.smithi161:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T09:20:28.714 DEBUG:teuthology.orchestra.run.smithi043:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:20:28.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:28.744 DEBUG:teuthology.orchestra.run.smithi084:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:20:28.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:28.770 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:20:28.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:28.796 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T09:20:28.805 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T09:20:28.846 INFO:teuthology.task.internal:Duration was 389.958213 seconds 2024-05-03T09:20:28.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T09:20:28.879 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T09:20:28.880 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:20:28.882 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:20:28.884 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:20:28.918 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:20:28.921 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:20:28.924 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:20:29.252 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T09:20:29.252 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2024-05-03T09:20:29.252 DEBUG:teuthology.orchestra.run.smithi043:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T09:20:29.276 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T09:20:29.276 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T09:20:29.317 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-05-03T09:20:29.317 DEBUG:teuthology.orchestra.run.smithi161:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T09:20:29.345 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T09:20:29.346 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:20:29.348 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:20:29.360 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:20:29.411 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T09:20:29.411 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:20:29.419 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:20:29.425 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:20:29.540 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T09:20:29.555 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T09:20:29.555 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:20:29.581 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:20:29.604 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:20:29.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T09:20:29.637 DEBUG:teuthology.orchestra.run.smithi043:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.640 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.646 DEBUG:teuthology.orchestra.run.smithi161:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.661 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2024-05-03T09:20:29.666 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-05-03T09:20:29.690 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-05-03T09:20:29.714 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:29.736 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:29.750 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:20:29.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:20:29.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T09:20:29.778 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T09:20:29.779 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi043 2024-05-03T09:20:29.779 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:20:29.813 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi084 2024-05-03T09:20:29.813 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:20:29.844 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242/remote/smithi161 2024-05-03T09:20:29.844 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:20:29.875 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T09:20:29.875 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:20:29.878 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:20:29.881 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:20:29.924 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T09:20:29.936 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T09:20:29.936 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T09:20:29.955 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T09:20:29.955 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:20:29.957 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:20:29.960 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:20:29.971 INFO:teuthology.orchestra.run.smithi043.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:20 /home/ubuntu/cephtest 2024-05-03T09:20:29.971 INFO:teuthology.orchestra.run.smithi084.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:20 /home/ubuntu/cephtest 2024-05-03T09:20:29.979 INFO:teuthology.orchestra.run.smithi161.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:20 /home/ubuntu/cephtest 2024-05-03T09:20:29.980 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T09:20:29.990 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T09:20:30.055 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T09:20:30.081 DEBUG:teuthology.nuke:shortname: smithi043 2024-05-03T09:20:30.081 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:20:30.106 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.605955', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUdbfcIVU3KCWyCoHxFvKUJbTEimQ4CMEV6GuA0Sbgfibux30NNbizIYli5XSHFZCME2LJT6FL7dQJgdzxohF8='} 2024-05-03T09:20:30.110 DEBUG:teuthology.nuke:shortname: smithi084 2024-05-03T09:20:30.110 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:20:30.131 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.608833', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH9UMxLgv7EPxGuOWKW2ogAAt4iM9T6oTGXHIb/vkKQIAIFAyQjdwnm1OG9wAf+w8VMEpbEDXCUu6lEjs7rUnDE='} 2024-05-03T09:20:30.137 DEBUG:teuthology.nuke:shortname: smithi161 2024-05-03T09:20:30.137 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:20:30.164 INFO:teuthology.orchestra.console.smithi043:Power off 2024-05-03T09:20:30.165 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:20:30.173 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687242', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:07:31.611484', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0VckTURGsZlvGYfckGm1pa4Znh8hYgUyDDAprNO7Epnm1YWCabRG7OlSLaG1+LxxIZTwCHyIKhlCRRUPV8oJg='} 2024-05-03T09:20:30.185 INFO:teuthology.orchestra.console.smithi084:Power off 2024-05-03T09:20:30.185 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:20:30.195 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2024-05-03T09:20:30.195 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:30.209 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-05-03T09:20:30.209 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:30.222 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-05-03T09:20:30.235 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T09:20:30.250 INFO:teuthology.orchestra.console.smithi161:Power off 2024-05-03T09:20:30.251 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:20:30.272 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-05-03T09:20:30.273 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:30.294 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-05-03T09:20:34.223 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:34.236 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:34.296 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:34.335 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-05-03T09:20:34.346 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T09:20:34.405 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-05-03T09:20:38.340 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:38.348 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:38.406 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:20:38.450 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2024-05-03T09:20:38.458 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-05-03T09:20:38.516 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-05-03T09:20:38.551 INFO:teuthology.orchestra.console.smithi043:Power off completed 2024-05-03T09:20:38.559 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-05-03T09:20:38.616 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-05-03T09:20:38.721 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 389.958212852478 failure_reason: 'Command failed on smithi043 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5d4186475ecf44e4a3bba6e7b104b241 status: fail success: false 2024-05-03T09:20:38.722 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:20:38.802 INFO:teuthology.run:FAIL