2024-04-30T05:05:49.378 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-30T05:05:49.378 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311 --name yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/orig.config.yaml 2024-04-30T05:05:49.406 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T05:05:49.484 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311 branch: wip-yuri4-testing-2024-04-29-0642 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7680311' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-04-29-0642 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 log-only-match: - CEPHADM_ sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-04-29-0642 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 2046 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-04-29-0642 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBf8HRL/hnwc9LgJaYPeEBnlQOuycDNb7dR4WcCwvxPsyFDNk1pDf7YMs4aK3Hisul+zGPKFkmKtHcVQ6qz5Tow= smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOyebuCR/YUSfQgxaOmGPc4Jjwx/N62A1am4lPxWAsfxvDIXDEBclymJlV9teZMRvuT4KtBKF2X4NLAcsSYeVLU= smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9KVcWlPsUeKxRZ7qi/yu1YvnImLOJi9NnIlPHrjwD/7HWiI7Q9ZR+dN/FGNMmSzuSl2N1/MDHxsjWcEgEN8C0= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-30_03:21:19 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-30T05:05:49.484 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa; will attempt to use it 2024-04-30T05:05:49.485 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks 2024-04-30T05:05:49.485 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-30T05:05:49.487 INFO:teuthology.task.internal:Checking packages... 2024-04-30T05:05:49.510 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '09dbd6bba52d19ba471c33bc15c008e6ad158ea6' 2024-04-30T05:05:49.510 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-30T05:05:49.510 INFO:teuthology.packaging:ref: None 2024-04-30T05:05:49.510 INFO:teuthology.packaging:tag: None 2024-04-30T05:05:49.511 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-04-29-0642 2024-04-30T05:05:49.511 INFO:teuthology.packaging:sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:05:49.511 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri4-testing-2024-04-29-0642 2024-04-30T05:05:49.658 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2455.g09dbd6bb 2024-04-30T05:05:49.659 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-30T05:05:49.666 INFO:teuthology.task.internal:no buildpackages task found 2024-04-30T05:05:49.666 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-30T05:05:49.832 INFO:teuthology.task.internal:Saving configuration 2024-04-30T05:05:49.844 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-30T05:05:49.938 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T05:05:49.960 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.883675', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBf8HRL/hnwc9LgJaYPeEBnlQOuycDNb7dR4WcCwvxPsyFDNk1pDf7YMs4aK3Hisul+zGPKFkmKtHcVQ6qz5Tow='} 2024-04-30T05:05:49.983 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.880804', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOyebuCR/YUSfQgxaOmGPc4Jjwx/N62A1am4lPxWAsfxvDIXDEBclymJlV9teZMRvuT4KtBKF2X4NLAcsSYeVLU='} 2024-04-30T05:05:50.003 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.882260', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9KVcWlPsUeKxRZ7qi/yu1YvnImLOJi9NnIlPHrjwD/7HWiI7Q9ZR+dN/FGNMmSzuSl2N1/MDHxsjWcEgEN8C0='} 2024-04-30T05:05:50.003 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-30T05:05:50.011 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-30T05:05:50.011 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-30T05:05:50.011 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-30T05:05:50.011 INFO:teuthology.run_tasks:Running task console_log... 2024-04-30T05:05:50.138 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4e1a6abf70>, signals=[15]) 2024-04-30T05:05:50.138 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-30T05:05:50.144 INFO:teuthology.task.internal:Opening connections... 2024-04-30T05:05:50.144 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-04-30T05:05:50.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:05:50.238 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-30T05:05:50.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:05:50.317 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2024-04-30T05:05:50.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:05:50.404 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-30T05:05:50.414 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-04-30T05:05:50.433 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-04-30T05:05:50.433 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-04-30T05:05:50.491 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:LOGO="fedora-logo-icon" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T05:05:50.492 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T05:05:50.493 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-04-30T05:05:50.513 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-30T05:05:50.531 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-30T05:05:50.531 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T05:05:50.588 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-04-30T05:05:50.589 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T05:05:50.589 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T05:05:50.589 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T05:05:50.589 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-30T05:05:50.613 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2024-04-30T05:05:50.631 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2024-04-30T05:05:50.632 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2024-04-30T05:05:50.689 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="CentOS Stream" 2024-04-30T05:05:50.689 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="9" 2024-04-30T05:05:50.689 INFO:teuthology.orchestra.run.smithi120.stdout:ID="centos" 2024-04-30T05:05:50.689 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE="rhel fedora" 2024-04-30T05:05:50.689 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="9" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:PLATFORM_ID="platform:el9" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:ANSI_COLOR="0;31" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:LOGO="fedora-logo-icon" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://centos.org/" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T05:05:50.690 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T05:05:50.690 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2024-04-30T05:05:50.712 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-30T05:05:50.722 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-30T05:05:50.795 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-30T05:05:50.795 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-04-30T05:05:50.797 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-30T05:05:50.800 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2024-04-30T05:05:50.816 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-30T05:05:50.898 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-30T05:05:50.899 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-04-30T05:05:50.901 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-30T05:05:50.904 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2024-04-30T05:05:51.124 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-30T05:05:51.198 INFO:teuthology.run_tasks:Running task kernel... 2024-04-30T05:05:51.212 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-30T05:05:51.212 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-04-30T05:05:51.212 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T05:05:51.213 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T05:05:51.213 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T05:05:51.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:05:51.230 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-30T05:05:51.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:05:51.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:05:51.232 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-04-30T05:05:51.232 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-30T05:05:51.288 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-437.el9.x86_64 2024-04-30T05:05:51.288 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-437.el9.x86_64 2024-04-30T05:05:51.288 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-04-30T05:05:51.290 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-437.el9.x86_64 2024-04-30T05:05:51.290 INFO:teuthology.orchestra.run.smithi120.stdout:5.14.0-437.el9.x86_64 2024-04-30T05:05:51.290 INFO:teuthology.task.kernel:Running kernel on smithi005: 5.14.0-437.el9.x86_64 2024-04-30T05:05:51.290 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-04-30T05:05:51.291 INFO:teuthology.task.kernel:Running kernel on smithi120: 5.14.0-437.el9.x86_64 2024-04-30T05:05:51.291 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum install -y kernel 2024-04-30T05:05:56.617 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 2.2 MB/s | 8.0 MB 00:03 2024-04-30T05:05:57.433 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.0 MB 00:04 2024-04-30T05:05:58.082 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.0 MB 00:05 2024-04-30T05:06:00.634 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-04-30T05:06:05.268 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 6.5 MB/s | 6.2 MB 00:00 2024-04-30T05:06:06.929 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:09 2024-04-30T05:06:07.360 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 2.3 MB/s | 19 MB 00:08 2024-04-30T05:06:07.694 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-04-30T05:06:11.724 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 6.2 MB 00:00 2024-04-30T05:06:13.221 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-04-30T05:06:13.481 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-30T05:06:14.951 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-30T05:06:15.152 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-30T05:06:16.220 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-30T05:06:20.233 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-30T05:06:21.219 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-30T05:06:22.172 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T05:06:22.172 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T05:06:22.263 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:06:22.264 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:06:22.264 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:06:22.378 DEBUG:teuthology.orchestra.run.smithi069:> echo no | sudo yum reinstall kernel || true 2024-04-30T05:06:22.874 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:02 ago on Tue 30 Apr 2024 05:06:20 AM UTC. 2024-04-30T05:06:23.003 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:06:23.009 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-30T05:06:23.010 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-30T05:06:23.011 INFO:teuthology.orchestra.run.smithi069.stderr:Operation aborted. 2024-04-30T05:06:23.066 INFO:teuthology.orchestra.run.smithi069.stdout:Is this ok [y/N]: 2024-04-30T05:06:23.066 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum reinstall -y kernel || true 2024-04-30T05:06:23.109 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T05:06:23.109 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T05:06:23.206 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:06:23.207 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:06:23.207 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:06:23.309 DEBUG:teuthology.orchestra.run.smithi120:> echo no | sudo yum reinstall kernel || true 2024-04-30T05:06:23.557 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 05:06:20 AM UTC. 2024-04-30T05:06:23.673 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:06:23.673 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-30T05:06:23.674 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:06:23.805 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:02 ago on Tue 30 Apr 2024 05:06:21 AM UTC. 2024-04-30T05:06:23.933 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:06:23.943 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-30T05:06:23.943 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:06:23.944 INFO:teuthology.orchestra.run.smithi069.stdout:Total 946 kB/s | 255 kB 00:00 2024-04-30T05:06:23.945 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:23.945 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:23.945 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalling: 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:23.946 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:23.947 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 255 k 2024-04-30T05:06:23.947 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 0 2024-04-30T05:06:23.947 INFO:teuthology.orchestra.run.smithi120.stderr:Operation aborted. 2024-04-30T05:06:23.961 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:06:24.004 INFO:teuthology.orchestra.run.smithi120.stdout:Is this ok [y/N]: 2024-04-30T05:06:24.005 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum reinstall -y kernel || true 2024-04-30T05:06:24.143 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:06:24.143 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:06:24.148 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:06:24.149 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:06:24.295 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:06:24.369 INFO:teuthology.orchestra.run.smithi069.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:24.369 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:24.500 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 05:06:21 AM UTC. 2024-04-30T05:06:24.617 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalling: 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:24.618 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 255 k 2024-04-30T05:06:24.619 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 0 2024-04-30T05:06:24.619 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:06:25.072 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-30T05:06:25.072 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:06:25.072 INFO:teuthology.orchestra.run.smithi120.stdout:Total 562 kB/s | 255 kB 00:00 2024-04-30T05:06:25.081 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:25.081 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:25.091 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:06:25.300 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:06:25.300 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:06:25.305 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:06:25.306 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:06:25.451 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:06:25.531 INFO:teuthology.orchestra.run.smithi120.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:25.531 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalled: 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:06:25.757 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:06:25.915 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T05:06:25.961 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:25.962 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T05:06:25.962 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T05:06:25.962 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-30T05:06:25.962 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T05:06:25.990 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-04-30T05:06:26.017 DEBUG:teuthology.parallel:result is None 2024-04-30T05:06:26.203 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:26.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:26.924 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:26.924 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:26.924 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalled: 2024-04-30T05:06:26.925 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:26.925 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:06:26.925 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:06:27.111 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T05:06:27.158 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:27.158 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T05:06:27.158 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T05:06:27.158 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-30T05:06:27.158 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T05:06:27.192 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2024-04-30T05:06:27.214 DEBUG:teuthology.parallel:result is None 2024-04-30T05:06:27.685 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:19 2024-04-30T05:06:32.973 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-30T05:06:34.946 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T05:06:34.946 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T05:06:35.060 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:06:35.061 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:06:35.061 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:06:35.186 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-04-30T05:06:35.706 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 05:06:32 AM UTC. 2024-04-30T05:06:35.840 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:06:35.852 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:35.852 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:35.852 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:35.852 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalling: 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 255 k 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 0 2024-04-30T05:06:35.853 INFO:teuthology.orchestra.run.smithi005.stderr:Operation aborted. 2024-04-30T05:06:35.914 INFO:teuthology.orchestra.run.smithi005.stdout:Is this ok [y/N]: 2024-04-30T05:06:35.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-04-30T05:06:36.432 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:04 ago on Tue 30 Apr 2024 05:06:32 AM UTC. 2024-04-30T05:06:36.553 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:06:36.554 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:36.554 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-30T05:06:36.554 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:36.554 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalling: 2024-04-30T05:06:36.554 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 255 k 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 0 2024-04-30T05:06:36.555 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:06:36.900 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-30T05:06:36.900 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:06:36.900 INFO:teuthology.orchestra.run.smithi005.stdout:Total 738 kB/s | 255 kB 00:00 2024-04-30T05:06:36.921 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:06:37.127 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:06:37.127 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:06:37.133 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:06:37.133 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:06:37.397 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:06:37.484 INFO:teuthology.orchestra.run.smithi005.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:37.485 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:37.950 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:37.950 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalled: 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:06:38.636 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:06:38.815 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T05:06:38.863 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T05:06:38.863 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T05:06:38.864 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T05:06:38.864 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-30T05:06:38.864 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T05:06:38.898 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-04-30T05:06:38.915 DEBUG:teuthology.parallel:result is None 2024-04-30T05:06:38.915 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-30T05:06:38.923 INFO:teuthology.task.internal:Creating test directory... 2024-04-30T05:06:38.923 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T05:06:38.958 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T05:06:38.960 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T05:06:38.979 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-30T05:06:39.071 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-30T05:06:39.110 INFO:teuthology.task.internal:Creating archive directory... 2024-04-30T05:06:39.110 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T05:06:39.113 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T05:06:39.115 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T05:06:39.151 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-30T05:06:39.177 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-30T05:06:39.178 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:06:39.189 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:06:39.191 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:06:39.218 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.224 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.228 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.228 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.233 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.238 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T05:06:39.240 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-30T05:06:39.248 INFO:teuthology.task.internal:Configuring sudo... 2024-04-30T05:06:39.248 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T05:06:39.278 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T05:06:39.280 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T05:06:39.308 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-30T05:06:39.317 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-30T05:06:39.317 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T05:06:39.343 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T05:06:39.349 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T05:06:39.364 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:39.437 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:39.489 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:39.568 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:39.612 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:06:39.612 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T05:06:39.675 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:39.721 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:39.773 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:39.857 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:39.899 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:06:39.899 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T05:06:39.965 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:40.013 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T05:06:40.062 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:40.146 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T05:06:40.187 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:06:40.187 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T05:06:40.253 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-04-30T05:06:40.255 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-04-30T05:06:40.258 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2024-04-30T05:06:40.290 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:06:40.290 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:06:40.335 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:06:40.761 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-30T05:06:40.769 INFO:teuthology.task.internal:Starting timer... 2024-04-30T05:06:40.769 INFO:teuthology.run_tasks:Running task pcp... 2024-04-30T05:06:40.828 INFO:teuthology.run_tasks:Running task selinux... 2024-04-30T05:06:40.875 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-30T05:06:40.875 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-04-30T05:06:40.944 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-04-30T05:06:40.946 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2024-04-30T05:06:41.010 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2024-04-30T05:06:41.012 DEBUG:teuthology.orchestra.run.smithi120:> sudo service auditd rotate 2024-04-30T05:06:41.055 INFO:teuthology.orchestra.run.smithi120.stdout:Rotating logs: 2024-04-30T05:06:41.058 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-30T05:06:41.058 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-04-30T05:06:41.095 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-04-30T05:06:41.096 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2024-04-30T05:06:41.118 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2024-04-30T05:06:41.118 DEBUG:teuthology.orchestra.run.smithi120:> /usr/sbin/getenforce 2024-04-30T05:06:41.141 INFO:teuthology.orchestra.run.smithi120.stdout:Permissive 2024-04-30T05:06:41.141 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi069.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi120.front.sepia.ceph.com': 'permissive'} 2024-04-30T05:06:41.141 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:06:41.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:06:41.166 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:06:41.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:06:41.191 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:06:41.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:06:41.216 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-30T05:06:41.216 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-04-30T05:06:41.242 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2024-04-30T05:06:41.266 DEBUG:teuthology.orchestra.run.smithi120:> sudo /usr/sbin/setenforce permissive 2024-04-30T05:06:41.294 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-30T05:06:41.303 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-30T05:06:41.309 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-30T05:06:41.433 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-30T05:06:41.449 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-04-30T05:06:41.451 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi069.front.sepia.ceph.com,smithi120.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-30T05:10:15.132 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi120.front.sepia.ceph.com')] 2024-04-30T05:10:15.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-04-30T05:10:15.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:10:15.214 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-04-30T05:10:15.298 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-04-30T05:10:15.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-30T05:10:15.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:10:15.372 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-30T05:10:15.450 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-30T05:10:15.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-30T05:10:15.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T05:10:15.531 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-30T05:10:15.611 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-30T05:10:15.611 INFO:teuthology.run_tasks:Running task clock... 2024-04-30T05:10:15.622 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-30T05:10:15.622 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T05:10:15.623 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:10:15.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T05:10:15.626 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:10:15.628 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T05:10:15.628 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:10:15.653 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T05:10:15.655 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T05:10:15.667 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T05:10:15.669 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T05:10:15.686 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T05:10:15.691 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-04-30T05:10:15.692 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2024-04-30T05:10:15.697 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T05:10:15.701 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-04-30T05:10:15.703 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2024-04-30T05:10:15.715 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T05:10:15.717 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T05:10:15.721 INFO:teuthology.orchestra.run.smithi120.stderr:sudo: ntpd: command not found 2024-04-30T05:10:15.728 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T05:10:15.730 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T05:10:15.732 INFO:teuthology.orchestra.run.smithi120.stdout:506 Cannot talk to daemon 2024-04-30T05:10:15.745 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T05:10:15.758 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T05:10:15.782 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.785 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.786 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:10:15.789 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:10:15.789 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-04-30T05:10:15.789 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.790 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.790 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.790 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.818 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:10:15.821 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:10:15.821 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-30T05:10:15.822 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.822 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.822 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.822 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:10:15.823 INFO:teuthology.run_tasks:Running task install... 2024-04-30T05:10:15.833 DEBUG:teuthology.task.install:project ceph 2024-04-30T05:10:15.834 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'}} 2024-04-30T05:10:15.834 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'} 2024-04-30T05:10:15.834 INFO:teuthology.task.install:Using flavor: default 2024-04-30T05:10:15.841 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-04-30T05:10:15.841 INFO:teuthology.task.install:extra packages: [] 2024-04-30T05:10:15.842 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T05:10:15.842 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:10:15.844 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T05:10:15.844 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:10:15.845 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T05:10:15.845 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:10:16.067 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T05:10:16.067 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T05:10:16.079 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T05:10:16.079 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T05:10:16.082 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T05:10:16.083 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T05:10:16.238 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T05:10:16.238 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:10:16.238 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T05:10:16.248 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T05:10:16.249 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:10:16.249 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T05:10:16.256 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T05:10:16.256 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:10:16.256 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T05:10:16.265 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-04-30T05:10:16.265 DEBUG:teuthology.orchestra.run.smithi005:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T05:10:16.274 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-04-30T05:10:16.274 DEBUG:teuthology.orchestra.run.smithi069:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T05:10:16.280 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-04-30T05:10:16.281 DEBUG:teuthology.orchestra.run.smithi120:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T05:10:16.333 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:10:16.340 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:10:16.346 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:10:16.408 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:10:16.413 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:10:16.418 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:10:16.472 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2024-04-30T05:10:16.474 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2024-04-30T05:10:16.476 INFO:teuthology.orchestra.run.smithi069.stdout:check_obsoletes = 1 2024-04-30T05:10:16.478 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum clean all 2024-04-30T05:10:16.481 INFO:teuthology.orchestra.run.smithi120.stdout:check_obsoletes = 1 2024-04-30T05:10:16.484 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum clean all 2024-04-30T05:10:16.699 INFO:teuthology.orchestra.run.smithi069.stdout:48 files removed 2024-04-30T05:10:16.710 INFO:teuthology.orchestra.run.smithi120.stdout:48 files removed 2024-04-30T05:10:16.710 INFO:teuthology.orchestra.run.smithi005.stdout:48 files removed 2024-04-30T05:10:16.726 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-radosgw 2024-04-30T05:10:16.733 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2024-04-30T05:10:16.734 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-radosgw 2024-04-30T05:10:17.399 INFO:teuthology.orchestra.run.smithi069.stdout:ceph packages for x86_64 202 kB/s | 83 kB 00:00 2024-04-30T05:10:17.400 INFO:teuthology.orchestra.run.smithi120.stdout:ceph packages for x86_64 205 kB/s | 83 kB 00:00 2024-04-30T05:10:17.427 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 198 kB/s | 83 kB 00:00 2024-04-30T05:10:17.716 INFO:teuthology.orchestra.run.smithi069.stdout:ceph noarch packages 42 kB/s | 11 kB 00:00 2024-04-30T05:10:17.759 INFO:teuthology.orchestra.run.smithi120.stdout:ceph noarch packages 37 kB/s | 11 kB 00:00 2024-04-30T05:10:17.794 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-30T05:10:18.042 INFO:teuthology.orchestra.run.smithi069.stdout:ceph source packages 6.5 kB/s | 1.9 kB 00:00 2024-04-30T05:10:18.126 INFO:teuthology.orchestra.run.smithi120.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-30T05:10:18.195 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-30T05:10:18.877 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-30T05:10:19.301 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 7.5 MB/s | 8.0 MB 00:01 2024-04-30T05:10:19.406 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.0 MB 00:01 2024-04-30T05:10:22.072 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 8.8 MB/s | 19 MB 00:02 2024-04-30T05:10:22.646 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-04-30T05:10:24.909 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 4.2 MB/s | 19 MB 00:04 2024-04-30T05:10:29.614 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 1.6 MB/s | 6.2 MB 00:03 2024-04-30T05:10:30.972 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 1.3 MB/s | 6.2 MB 00:04 2024-04-30T05:10:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 16 kB 00:00 2024-04-30T05:10:32.526 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-30T05:10:32.997 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-30T05:10:33.936 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-30T05:10:36.984 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 757 kB/s | 6.2 MB 00:08 2024-04-30T05:10:38.006 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-30T05:10:38.591 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-04-30T05:10:38.953 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-30T05:10:40.139 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrading: 2024-04-30T05:10:40.142 INFO:teuthology.orchestra.run.smithi069.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T05:10:40.143 INFO:teuthology.orchestra.run.smithi069.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T05:10:40.144 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout:Installing weak dependencies: 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout:Install 30 Packages 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrade 2 Packages 2024-04-30T05:10:40.145 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:10:40.146 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 60 M 2024-04-30T05:10:40.146 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:10:41.103 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrading: 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T05:10:41.105 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T05:10:41.106 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout:Installing weak dependencies: 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:10:41.107 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout:Install 30 Packages 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrade 2 Packages 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 60 M 2024-04-30T05:10:41.108 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:10:41.218 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 8.4 MB/s | 21 MB 00:02 2024-04-30T05:10:41.298 INFO:teuthology.orchestra.run.smithi069.stdout:(1/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 5.1 MB/s | 5.4 MB 00:01 2024-04-30T05:10:41.348 INFO:teuthology.orchestra.run.smithi069.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 506 kB/s | 25 kB 00:00 2024-04-30T05:10:41.499 INFO:teuthology.orchestra.run.smithi069.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 4.9 MB/s | 745 kB 00:00 2024-04-30T05:10:42.366 INFO:teuthology.orchestra.run.smithi069.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 578 kB/s | 501 kB 00:00 2024-04-30T05:10:42.841 INFO:teuthology.orchestra.run.smithi069.stdout:(5/32): ceph-common-19.0.0-2455.g09dbd6bb.el9.x 8.1 MB/s | 21 MB 00:02 2024-04-30T05:10:42.941 INFO:teuthology.orchestra.run.smithi069.stdout:(6/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 3.8 MB/s | 10 MB 00:02 2024-04-30T05:10:42.946 INFO:teuthology.orchestra.run.smithi120.stdout:(1/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 3.5 MB/s | 5.4 MB 00:01 2024-04-30T05:10:42.958 INFO:teuthology.orchestra.run.smithi069.stdout:(7/32): python3-ceph-argparse-19.0.0-2455.g09db 386 kB/s | 45 kB 00:00 2024-04-30T05:10:42.991 INFO:teuthology.orchestra.run.smithi069.stdout:(8/32): python3-ceph-common-19.0.0-2455.g09dbd6 2.6 MB/s | 133 kB 00:00 2024-04-30T05:10:42.996 INFO:teuthology.orchestra.run.smithi120.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 505 kB/s | 25 kB 00:00 2024-04-30T05:10:43.017 INFO:teuthology.orchestra.run.smithi069.stdout:(9/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 2.7 MB/s | 162 kB 00:00 2024-04-30T05:10:43.092 INFO:teuthology.orchestra.run.smithi069.stdout:(10/32): python3-rados-19.0.0-2455.g09dbd6bb.el 3.1 MB/s | 320 kB 00:00 2024-04-30T05:10:43.126 INFO:teuthology.orchestra.run.smithi069.stdout:(11/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 2.7 MB/s | 299 kB 00:00 2024-04-30T05:10:43.155 INFO:teuthology.orchestra.run.smithi120.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 4.6 MB/s | 745 kB 00:00 2024-04-30T05:10:43.159 INFO:teuthology.orchestra.run.smithi069.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.5 MB/s | 100 kB 00:00 2024-04-30T05:10:43.255 INFO:teuthology.orchestra.run.smithi120.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 4.9 MB/s | 501 kB 00:00 2024-04-30T05:10:43.268 INFO:teuthology.orchestra.run.smithi069.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 755 kB/s | 107 kB 00:00 2024-04-30T05:10:43.310 INFO:teuthology.orchestra.run.smithi069.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-30T05:10:43.336 INFO:teuthology.orchestra.run.smithi069.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 913 kB/s | 160 kB 00:00 2024-04-30T05:10:43.402 INFO:teuthology.orchestra.run.smithi069.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-04-30T05:10:43.428 INFO:teuthology.orchestra.run.smithi069.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-30T05:10:43.453 INFO:teuthology.orchestra.run.smithi069.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 842 kB/s | 42 kB 00:00 2024-04-30T05:10:43.478 INFO:teuthology.orchestra.run.smithi069.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-30T05:10:43.504 INFO:teuthology.orchestra.run.smithi069.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 715 kB/s | 36 kB 00:00 2024-04-30T05:10:43.528 INFO:teuthology.orchestra.run.smithi069.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 948 kB/s | 47 kB 00:00 2024-04-30T05:10:43.639 INFO:teuthology.orchestra.run.smithi120.stdout:(5/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 4.6 MB/s | 10 MB 00:02 2024-04-30T05:10:43.731 INFO:teuthology.orchestra.run.smithi120.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 494 kB/s | 45 kB 00:00 2024-04-30T05:10:43.754 INFO:teuthology.orchestra.run.smithi069.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-04-30T05:10:43.796 INFO:teuthology.orchestra.run.smithi069.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 633 kB/s | 26 kB 00:00 2024-04-30T05:10:43.838 INFO:teuthology.orchestra.run.smithi069.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-04-30T05:10:43.856 INFO:teuthology.orchestra.run.smithi120.stdout:(7/32): python3-ceph-common-19.0.0-2455.g09dbd6 1.0 MB/s | 133 kB 00:00 2024-04-30T05:10:43.931 INFO:teuthology.orchestra.run.smithi120.stdout:(8/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 7.9 MB/s | 5.3 MB 00:00 2024-04-30T05:10:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-30T05:10:43.956 INFO:teuthology.orchestra.run.smithi120.stdout:(9/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 1.6 MB/s | 162 kB 00:00 2024-04-30T05:10:43.972 INFO:teuthology.orchestra.run.smithi069.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 512 kB/s | 67 kB 00:00 2024-04-30T05:10:43.990 INFO:teuthology.orchestra.run.smithi120.stdout:(10/32): python3-rados-19.0.0-2455.g09dbd6bb.el 5.3 MB/s | 320 kB 00:00 2024-04-30T05:10:44.022 INFO:teuthology.orchestra.run.smithi069.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-04-30T05:10:44.047 INFO:teuthology.orchestra.run.smithi069.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-30T05:10:44.049 INFO:teuthology.orchestra.run.smithi120.stdout:(11/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 3.2 MB/s | 299 kB 00:00 2024-04-30T05:10:44.074 INFO:teuthology.orchestra.run.smithi120.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.2 MB/s | 100 kB 00:00 2024-04-30T05:10:44.106 INFO:teuthology.orchestra.run.smithi069.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-04-30T05:10:44.348 INFO:teuthology.orchestra.run.smithi069.stdout:(30/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_ 2.7 MB/s | 5.3 MB 00:01 2024-04-30T05:10:44.375 INFO:teuthology.orchestra.run.smithi120.stdout:(13/32): ceph-common-19.0.0-2455.g09dbd6bb.el9. 7.1 MB/s | 21 MB 00:02 2024-04-30T05:10:44.432 INFO:teuthology.orchestra.run.smithi069.stdout:(31/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 8.9 MB/s | 3.4 MB 00:00 2024-04-30T05:10:44.458 INFO:teuthology.orchestra.run.smithi120.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 261 kB/s | 107 kB 00:00 2024-04-30T05:10:44.517 INFO:teuthology.orchestra.run.smithi120.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 362 kB/s | 160 kB 00:00 2024-04-30T05:10:44.542 INFO:teuthology.orchestra.run.smithi120.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 272 kB/s | 45 kB 00:00 2024-04-30T05:10:44.584 INFO:teuthology.orchestra.run.smithi120.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-30T05:10:44.609 INFO:teuthology.orchestra.run.smithi120.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-30T05:10:44.634 INFO:teuthology.orchestra.run.smithi120.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 459 kB/s | 42 kB 00:00 2024-04-30T05:10:44.657 INFO:teuthology.orchestra.run.smithi069.stdout:(32/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 5.7 MB/s | 3.1 MB 00:00 2024-04-30T05:10:44.660 INFO:teuthology.orchestra.run.smithi120.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-04-30T05:10:44.662 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:10:44.662 INFO:teuthology.orchestra.run.smithi069.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-30T05:10:44.685 INFO:teuthology.orchestra.run.smithi120.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-04-30T05:10:44.711 INFO:teuthology.orchestra.run.smithi120.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 624 kB/s | 47 kB 00:00 2024-04-30T05:10:44.762 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:10:44.778 INFO:teuthology.orchestra.run.smithi120.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 390 kB/s | 26 kB 00:00 2024-04-30T05:10:44.799 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:10:44.799 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:10:44.845 INFO:teuthology.orchestra.run.smithi120.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 730 kB/s | 49 kB 00:00 2024-04-30T05:10:44.878 INFO:teuthology.orchestra.run.smithi120.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-04-30T05:10:44.912 INFO:teuthology.orchestra.run.smithi120.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-30T05:10:44.987 INFO:teuthology.orchestra.run.smithi120.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-30T05:10:45.087 INFO:teuthology.orchestra.run.smithi120.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.9 MB/s | 839 kB 00:00 2024-04-30T05:10:45.260 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:10:45.262 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:10:45.338 INFO:teuthology.orchestra.run.smithi120.stdout:(29/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 14 MB/s | 3.4 MB 00:00 2024-04-30T05:10:45.380 INFO:teuthology.orchestra.run.smithi120.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.0 MB/s | 1.6 MB 00:00 2024-04-30T05:10:45.538 INFO:teuthology.orchestra.run.smithi120.stdout:(31/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 16 MB/s | 3.1 MB 00:00 2024-04-30T05:10:45.872 INFO:teuthology.orchestra.run.smithi120.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.7 MB/s | 4.4 MB 00:01 2024-04-30T05:10:45.878 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:10:45.878 INFO:teuthology.orchestra.run.smithi120.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-30T05:10:45.980 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:10:46.018 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:10:46.018 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:10:46.479 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:10:46.479 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:10:46.584 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-30T05:10:46.712 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:10:46.799 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T05:10:46.836 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T05:10:46.861 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T05:10:46.885 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:46.908 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:47.110 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:47.164 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:47.490 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T05:10:47.606 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:47.698 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:47.787 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T05:10:47.815 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:47.886 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:47.916 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T05:10:47.959 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T05:10:47.963 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:10:48.037 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:10:48.039 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T05:10:48.059 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:48.068 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T05:10:48.094 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T05:10:48.117 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:48.123 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:48.144 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:48.157 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T05:10:48.268 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T05:10:48.308 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T05:10:48.308 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:48.348 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T05:10:48.371 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:48.374 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T05:10:48.403 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T05:10:48.435 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T05:10:48.693 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T05:10:48.758 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T05:10:48.810 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:48.815 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:48.823 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:10:48.826 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:10:48.826 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:10:48.826 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:10:48.826 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T05:10:48.827 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T05:10:48.828 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout:Install 30 Packages 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2024-04-30T05:10:48.829 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:10:48.830 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 60 M 2024-04-30T05:10:48.830 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:10:48.905 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:48.914 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:48.935 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T05:10:48.971 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T05:10:49.003 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T05:10:49.048 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:49.096 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:49.123 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T05:10:49.177 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T05:10:49.271 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:10:49.317 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:49.381 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:49.416 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T05:10:49.443 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T05:10:49.467 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:49.521 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:49.526 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T05:10:49.558 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T05:10:49.590 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T05:10:49.590 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T05:10:49.615 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T05:10:49.619 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T05:10:49.645 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T05:10:49.677 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T05:10:50.000 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T05:10:50.041 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:50.130 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:50.162 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T05:10:50.198 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T05:10:50.594 INFO:teuthology.orchestra.run.smithi005.stdout:(1/32): ceph-common-19.0.0-2455.g09dbd6bb.el9.x 15 MB/s | 21 MB 00:01 2024-04-30T05:10:50.635 INFO:teuthology.orchestra.run.smithi005.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 611 kB/s | 25 kB 00:00 2024-04-30T05:10:50.667 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T05:10:50.693 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:50.752 INFO:teuthology.orchestra.run.smithi005.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 6.2 MB/s | 745 kB 00:00 2024-04-30T05:10:50.764 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:50.827 INFO:teuthology.orchestra.run.smithi005.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 6.5 MB/s | 501 kB 00:00 2024-04-30T05:10:50.833 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T05:10:50.862 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T05:10:50.903 INFO:teuthology.orchestra.run.smithi005.stdout:(5/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 3.1 MB/s | 5.4 MB 00:01 2024-04-30T05:10:50.995 INFO:teuthology.orchestra.run.smithi005.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 493 kB/s | 45 kB 00:00 2024-04-30T05:10:51.103 INFO:teuthology.orchestra.run.smithi005.stdout:(7/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 5.3 MB/s | 10 MB 00:01 2024-04-30T05:10:51.130 INFO:teuthology.orchestra.run.smithi005.stdout:(8/32): python3-ceph-common-19.0.0-2455.g09dbd6 996 kB/s | 133 kB 00:00 2024-04-30T05:10:51.212 INFO:teuthology.orchestra.run.smithi005.stdout:(9/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 14 MB/s | 5.3 MB 00:00 2024-04-30T05:10:51.237 INFO:teuthology.orchestra.run.smithi005.stdout:(10/32): python3-cephfs-19.0.0-2455.g09dbd6bb.e 1.2 MB/s | 162 kB 00:00 2024-04-30T05:10:51.263 INFO:teuthology.orchestra.run.smithi005.stdout:(11/32): python3-rados-19.0.0-2455.g09dbd6bb.el 2.3 MB/s | 320 kB 00:00 2024-04-30T05:10:51.288 INFO:teuthology.orchestra.run.smithi005.stdout:(12/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 3.9 MB/s | 299 kB 00:00 2024-04-30T05:10:51.313 INFO:teuthology.orchestra.run.smithi005.stdout:(13/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.3 MB/s | 100 kB 00:00 2024-04-30T05:10:51.655 INFO:teuthology.orchestra.run.smithi005.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 132 kB/s | 45 kB 00:00 2024-04-30T05:10:51.706 INFO:teuthology.orchestra.run.smithi005.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 241 kB/s | 107 kB 00:00 2024-04-30T05:10:51.789 INFO:teuthology.orchestra.run.smithi005.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 320 kB/s | 160 kB 00:00 2024-04-30T05:10:51.886 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:51.889 INFO:teuthology.orchestra.run.smithi005.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 423 kB/s | 42 kB 00:00 2024-04-30T05:10:51.918 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:51.973 INFO:teuthology.orchestra.run.smithi005.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-04-30T05:10:52.081 INFO:teuthology.orchestra.run.smithi005.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.1 MB/s | 221 kB 00:00 2024-04-30T05:10:52.099 INFO:teuthology.orchestra.run.smithi005.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 287 kB/s | 36 kB 00:00 2024-04-30T05:10:52.132 INFO:teuthology.orchestra.run.smithi005.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.4 MB/s | 662 kB 00:00 2024-04-30T05:10:52.182 INFO:teuthology.orchestra.run.smithi005.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-04-30T05:10:52.449 INFO:teuthology.orchestra.run.smithi005.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-04-30T05:10:52.456 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:52.497 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:10:52.572 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:10:52.572 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T05:10:52.573 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T05:10:52.573 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:10:52.597 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:10:52.683 INFO:teuthology.orchestra.run.smithi005.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 529 kB/s | 309 kB 00:00 2024-04-30T05:10:52.750 INFO:teuthology.orchestra.run.smithi005.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 162 kB/s | 49 kB 00:00 2024-04-30T05:10:52.793 INFO:teuthology.orchestra.run.smithi005.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2024-04-30T05:10:52.925 INFO:teuthology.orchestra.run.smithi005.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-04-30T05:10:53.065 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:53.109 INFO:teuthology.orchestra.run.smithi005.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.5 MB/s | 4.4 MB 00:00 2024-04-30T05:10:53.109 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:53.167 INFO:teuthology.orchestra.run.smithi005.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.0 MB/s | 839 kB 00:00 2024-04-30T05:10:53.251 INFO:teuthology.orchestra.run.smithi005.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.9 MB/s | 1.6 MB 00:00 2024-04-30T05:10:53.451 INFO:teuthology.orchestra.run.smithi005.stdout:(31/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-30T05:10:53.648 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:10:53.688 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:10:53.718 INFO:teuthology.orchestra.run.smithi005.stdout:(32/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 5.6 MB/s | 3.4 MB 00:00 2024-04-30T05:10:53.720 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:10:53.720 INFO:teuthology.orchestra.run.smithi005.stdout:Total 12 MB/s | 60 MB 00:04 2024-04-30T05:10:53.771 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:10:53.771 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T05:10:53.771 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T05:10:53.771 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:10:53.798 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:10:53.821 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:10:53.860 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:10:53.860 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:10:54.349 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:10:54.349 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:10:55.850 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:10:55.928 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T05:10:55.964 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T05:10:55.990 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T05:10:56.013 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:56.040 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T05:10:56.247 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:56.310 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T05:10:56.714 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T05:10:56.775 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:56.870 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:10:56.957 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T05:10:56.985 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:57.039 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T05:10:57.068 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T05:10:57.112 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T05:10:57.190 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:10:57.212 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:57.278 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T05:10:57.312 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T05:10:57.424 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T05:10:57.455 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T05:10:57.495 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T05:10:57.528 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T05:10:57.558 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T05:10:57.590 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T05:10:57.918 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T05:10:57.953 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:58.027 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T05:10:58.057 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T05:10:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T05:10:58.591 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T05:10:58.621 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:58.693 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T05:10:58.773 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T05:10:58.807 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T05:11:01.357 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:11:01.406 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:11:01.976 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T05:11:02.015 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:11:02.096 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T05:11:02.096 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T05:11:02.096 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T05:11:02.096 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:02.107 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:02.107 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /sys 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /proc 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /mnt 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /var/tmp 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /home 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /root 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /tmp 2024-04-30T05:11:02.108 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:02.133 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:03.055 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:03.079 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:03.079 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:03.079 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T05:11:03.080 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:03.080 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:03.080 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:03.082 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:03.174 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:03.175 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:03.410 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:03.410 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /sys 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /proc 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /mnt 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /var/tmp 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /home 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /root 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /tmp 2024-04-30T05:11:03.411 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T05:11:04.319 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T05:11:04.320 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T05:11:04.321 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T05:11:04.322 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T05:11:04.322 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T05:11:04.322 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T05:11:04.322 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:04.323 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T05:11:04.323 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T05:11:04.368 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:04.393 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:04.395 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:04.471 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:04.471 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout:Upgraded: 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.105 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T05:11:05.106 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T05:11:05.107 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:05.108 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:05.399 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-test 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T05:11:05.697 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T05:11:05.698 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T05:11:05.699 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T05:11:05.932 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:28 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:06.056 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:06.056 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:06.056 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:06.056 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-04-30T05:11:06.057 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:06.058 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 49 M 2024-04-30T05:11:06.058 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 207 M 2024-04-30T05:11:06.058 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:06.348 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 684 kB/s | 164 kB 00:00 2024-04-30T05:11:06.489 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout:Upgraded: 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T05:11:06.490 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T05:11:06.491 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:06.492 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:06.765 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-test 2024-04-30T05:11:07.038 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 96 kB/s | 64 kB 00:00 2024-04-30T05:11:07.159 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 290 kB/s | 305 kB 00:01 2024-04-30T05:11:07.300 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:29 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T05:11:07.427 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout:Install 4 Packages 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:07.428 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 49 M 2024-04-30T05:11:07.430 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 207 M 2024-04-30T05:11:07.430 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:07.663 INFO:teuthology.orchestra.run.smithi120.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 3.2 MB/s | 305 kB 00:00 2024-04-30T05:11:07.781 INFO:teuthology.orchestra.run.smithi120.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 928 kB/s | 64 kB 00:00 2024-04-30T05:11:08.219 INFO:teuthology.orchestra.run.smithi120.stdout:(3/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 252 kB/s | 164 kB 00:00 2024-04-30T05:11:08.726 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 18 MB/s | 48 MB 00:02 2024-04-30T05:11:08.729 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:08.729 INFO:teuthology.orchestra.run.smithi069.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-30T05:11:08.756 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:08.777 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:08.777 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:09.143 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:09.143 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:09.657 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:09.727 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T05:11:09.767 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T05:11:09.795 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:11.544 INFO:teuthology.orchestra.run.smithi120.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 12 MB/s | 48 MB 00:03 2024-04-30T05:11:11.546 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:11.546 INFO:teuthology.orchestra.run.smithi120.stdout:Total 12 MB/s | 49 MB 00:04 2024-04-30T05:11:11.571 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:11.591 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:11.591 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:11.959 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:11.959 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /root 2024-04-30T05:11:12.362 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2024-04-30T05:11:12.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:12.487 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:12.570 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T05:11:12.618 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T05:11:12.646 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:13.332 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T05:11:13.358 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:13.360 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:13.443 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T05:11:13.443 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:14.315 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:14.391 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T05:11:14.750 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T05:11:14.751 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T05:11:14.752 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T05:11:15.572 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.573 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T05:11:15.574 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T05:11:15.575 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:15.575 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:11:15.847 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2024-04-30T05:11:16.390 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:30 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:11:16.515 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:11:16.516 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout:Install 4 Packages 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:16.517 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 49 M 2024-04-30T05:11:16.518 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 207 M 2024-04-30T05:11:16.518 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:11:16.818 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:16.818 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T05:11:16.818 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T05:11:16.818 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T05:11:16.910 INFO:teuthology.orchestra.run.smithi005.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-30T05:11:16.956 INFO:teuthology.orchestra.run.smithi005.stdout:(2/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 527 kB/s | 164 kB 00:00 2024-04-30T05:11:17.003 INFO:teuthology.orchestra.run.smithi005.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 690 kB/s | 64 kB 00:00 2024-04-30T05:11:17.128 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T05:11:17.128 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:17.128 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:17.129 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:17.187 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:17.267 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:17.403 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph 2024-04-30T05:11:17.932 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:40 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:18.061 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:18.063 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:18.063 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T05:11:18.064 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T05:11:18.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T05:11:18.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout:Install 36 Packages 2024-04-30T05:11:18.067 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:18.068 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 30 M 2024-04-30T05:11:18.068 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 107 M 2024-04-30T05:11:18.068 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:18.702 INFO:teuthology.orchestra.run.smithi069.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 22 kB/s | 6.6 kB 00:00 2024-04-30T05:11:19.278 INFO:teuthology.orchestra.run.smithi069.stdout:(2/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-04-30T05:11:19.319 INFO:teuthology.orchestra.run.smithi069.stdout:(3/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-04-30T05:11:19.428 INFO:teuthology.orchestra.run.smithi069.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.2 MB/s | 249 kB 00:00 2024-04-30T05:11:19.556 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:19.557 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T05:11:19.557 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T05:11:19.557 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T05:11:19.562 INFO:teuthology.orchestra.run.smithi069.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-30T05:11:19.645 INFO:teuthology.orchestra.run.smithi069.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 15 MB/s | 1.2 MB 00:00 2024-04-30T05:11:19.687 INFO:teuthology.orchestra.run.smithi069.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-30T05:11:19.729 INFO:teuthology.orchestra.run.smithi069.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-30T05:11:19.771 INFO:teuthology.orchestra.run.smithi069.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-30T05:11:19.813 INFO:teuthology.orchestra.run.smithi069.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.1 MB/s | 215 kB 00:00 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T05:11:19.822 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T05:11:19.823 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:19.823 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:20.030 INFO:teuthology.orchestra.run.smithi069.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 870 kB/s | 188 kB 00:00 2024-04-30T05:11:20.105 INFO:teuthology.orchestra.run.smithi069.stdout:(12/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86 3.3 MB/s | 4.7 MB 00:01 2024-04-30T05:11:20.108 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph 2024-04-30T05:11:20.131 INFO:teuthology.orchestra.run.smithi069.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-30T05:11:20.189 INFO:teuthology.orchestra.run.smithi069.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 873 kB/s | 51 kB 00:00 2024-04-30T05:11:20.223 INFO:teuthology.orchestra.run.smithi069.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 297 kB/s | 35 kB 00:00 2024-04-30T05:11:20.256 INFO:teuthology.orchestra.run.smithi069.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 624 kB/s | 42 kB 00:00 2024-04-30T05:11:20.298 INFO:teuthology.orchestra.run.smithi069.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 296 kB/s | 22 kB 00:00 2024-04-30T05:11:20.624 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:42 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:20.707 INFO:teuthology.orchestra.run.smithi069.stdout:(18/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86 12 MB/s | 17 MB 00:01 2024-04-30T05:11:20.732 INFO:teuthology.orchestra.run.smithi069.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 100 kB/s | 43 kB 00:00 2024-04-30T05:11:20.752 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T05:11:20.755 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections 2024-04-30T05:11:20.756 INFO:teuthology.orchestra.run.smithi120.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T05:11:20.757 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout:Install 36 Packages 2024-04-30T05:11:20.758 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:20.759 INFO:teuthology.orchestra.run.smithi069.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 302 kB/s | 151 kB 00:00 2024-04-30T05:11:20.759 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 30 M 2024-04-30T05:11:20.759 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 107 M 2024-04-30T05:11:20.759 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:20.841 INFO:teuthology.orchestra.run.smithi069.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-04-30T05:11:20.933 INFO:teuthology.orchestra.run.smithi069.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 761 kB/s | 172 kB 00:00 2024-04-30T05:11:20.958 INFO:teuthology.orchestra.run.smithi069.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-30T05:11:21.008 INFO:teuthology.orchestra.run.smithi069.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 309 kB/s | 23 kB 00:00 2024-04-30T05:11:21.034 INFO:teuthology.orchestra.run.smithi069.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-30T05:11:21.084 INFO:teuthology.orchestra.run.smithi069.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-30T05:11:21.117 INFO:teuthology.orchestra.run.smithi069.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 554 kB/s | 46 kB 00:00 2024-04-30T05:11:21.176 INFO:teuthology.orchestra.run.smithi069.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 808 kB/s | 358 kB 00:00 2024-04-30T05:11:21.201 INFO:teuthology.orchestra.run.smithi069.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-30T05:11:21.243 INFO:teuthology.orchestra.run.smithi069.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-30T05:11:21.270 INFO:teuthology.orchestra.run.smithi069.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-30T05:11:21.294 INFO:teuthology.orchestra.run.smithi069.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 976 kB/s | 90 kB 00:00 2024-04-30T05:11:21.311 INFO:teuthology.orchestra.run.smithi069.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 532 kB/s | 36 kB 00:00 2024-04-30T05:11:21.361 INFO:teuthology.orchestra.run.smithi069.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-30T05:11:21.386 INFO:teuthology.orchestra.run.smithi069.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-30T05:11:21.470 INFO:teuthology.orchestra.run.smithi069.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-30T05:11:21.477 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:21.477 INFO:teuthology.orchestra.run.smithi069.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-04-30T05:11:21.610 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:21.650 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:21.650 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:21.706 INFO:teuthology.orchestra.run.smithi120.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-04-30T05:11:21.943 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:21.943 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:23.212 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:23.231 INFO:teuthology.orchestra.run.smithi120.stdout:(2/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 859 kB/s | 1.5 MB 00:01 2024-04-30T05:11:23.289 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T05:11:23.314 INFO:teuthology.orchestra.run.smithi120.stdout:(3/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-04-30T05:11:23.330 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T05:11:23.358 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T05:11:23.429 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T05:11:23.431 INFO:teuthology.orchestra.run.smithi120.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.1 MB/s | 249 kB 00:00 2024-04-30T05:11:23.507 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T05:11:23.540 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T05:11:23.631 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T05:11:23.718 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T05:11:23.759 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T05:11:23.794 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T05:11:23.824 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T05:11:23.858 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T05:11:23.900 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T05:11:23.933 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T05:11:23.975 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T05:11:24.010 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T05:11:24.015 INFO:teuthology.orchestra.run.smithi120.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-04-30T05:11:24.048 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T05:11:24.121 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T05:11:24.259 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T05:11:24.349 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T05:11:24.373 INFO:teuthology.orchestra.run.smithi120.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 3.4 MB/s | 1.2 MB 00:00 2024-04-30T05:11:24.401 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T05:11:24.439 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T05:11:24.491 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T05:11:24.543 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T05:11:24.730 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T05:11:24.793 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T05:11:24.863 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T05:11:24.951 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T05:11:24.993 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T05:11:25.109 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T05:11:25.265 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T05:11:25.294 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:25.319 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:25.332 INFO:teuthology.orchestra.run.smithi120.stdout:(7/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86_ 1.3 MB/s | 4.7 MB 00:03 2024-04-30T05:11:25.407 INFO:teuthology.orchestra.run.smithi120.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 103 kB/s | 106 kB 00:01 2024-04-30T05:11:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.0 MB/s | 125 kB 00:00 2024-04-30T05:11:25.633 INFO:teuthology.orchestra.run.smithi120.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-30T05:11:25.750 INFO:teuthology.orchestra.run.smithi120.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 324 kB/s | 135 kB 00:00 2024-04-30T05:11:25.850 INFO:teuthology.orchestra.run.smithi120.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 869 kB/s | 188 kB 00:00 2024-04-30T05:11:25.909 INFO:teuthology.orchestra.run.smithi120.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 595 kB/s | 35 kB 00:00 2024-04-30T05:11:25.968 INFO:teuthology.orchestra.run.smithi120.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 792 kB/s | 172 kB 00:00 2024-04-30T05:11:25.985 INFO:teuthology.orchestra.run.smithi120.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 679 kB/s | 51 kB 00:00 2024-04-30T05:11:26.035 INFO:teuthology.orchestra.run.smithi120.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 623 kB/s | 42 kB 00:00 2024-04-30T05:11:26.085 INFO:teuthology.orchestra.run.smithi120.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-30T05:11:26.235 INFO:teuthology.orchestra.run.smithi120.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-04-30T05:11:26.261 INFO:teuthology.orchestra.run.smithi120.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 670 kB/s | 151 kB 00:00 2024-04-30T05:11:26.328 INFO:teuthology.orchestra.run.smithi120.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-04-30T05:11:26.378 INFO:teuthology.orchestra.run.smithi120.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 214 kB/s | 11 kB 00:00 2024-04-30T05:11:26.428 INFO:teuthology.orchestra.run.smithi120.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-04-30T05:11:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-30T05:11:26.479 INFO:teuthology.orchestra.run.smithi120.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-04-30T05:11:26.504 INFO:teuthology.orchestra.run.smithi120.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-30T05:11:26.529 INFO:teuthology.orchestra.run.smithi120.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-04-30T05:11:26.563 INFO:teuthology.orchestra.run.smithi120.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 788 kB/s | 46 kB 00:00 2024-04-30T05:11:26.588 INFO:teuthology.orchestra.run.smithi120.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-04-30T05:11:26.639 INFO:teuthology.orchestra.run.smithi120.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-04-30T05:11:26.664 INFO:teuthology.orchestra.run.smithi120.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-30T05:11:26.698 INFO:teuthology.orchestra.run.smithi120.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-04-30T05:11:26.715 INFO:teuthology.orchestra.run.smithi120.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-04-30T05:11:26.754 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:26.765 INFO:teuthology.orchestra.run.smithi120.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:26.780 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:26.799 INFO:teuthology.orchestra.run.smithi120.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-04-30T05:11:26.816 INFO:teuthology.orchestra.run.smithi120.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-04-30T05:11:27.221 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:27.244 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:27.463 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:27.487 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:27.543 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:29.267 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:29.267 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T05:11:29.268 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T05:11:29.269 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T05:11:29.270 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T05:11:30.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T05:11:30.139 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:30.139 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T05:11:30.140 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T05:11:30.141 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:30.142 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:30.143 INFO:teuthology.orchestra.run.smithi120.stdout:(36/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86 2.4 MB/s | 17 MB 00:06 2024-04-30T05:11:30.143 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:30.143 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.2 MB/s | 30 MB 00:09 2024-04-30T05:11:30.280 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:30.319 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:30.319 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:30.507 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-base 2024-04-30T05:11:30.613 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:30.614 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:31.026 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:54 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:31.106 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:11:31.148 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:31.149 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:11:31.149 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:31.217 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install cephadm 2024-04-30T05:11:31.726 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:54 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:31.847 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:31.847 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:31.847 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:31.847 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 762 k 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 768 k 2024-04-30T05:11:31.848 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:31.862 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:31.935 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T05:11:31.976 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T05:11:32.004 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T05:11:32.075 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T05:11:32.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T05:11:32.161 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T05:11:32.252 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T05:11:32.331 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T05:11:32.372 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T05:11:32.407 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T05:11:32.446 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T05:11:32.481 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T05:11:32.487 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-04-30T05:11:32.487 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:32.488 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-04-30T05:11:32.488 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:32.493 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:32.493 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:32.499 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:32.500 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:32.514 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T05:11:32.555 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T05:11:32.571 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:32.598 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T05:11:32.632 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T05:11:32.695 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T05:11:32.769 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T05:11:32.907 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T05:11:32.987 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T05:11:33.029 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:33.041 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T05:11:33.079 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T05:11:33.114 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:33.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T05:11:33.169 INFO:teuthology.orchestra.run.smithi005.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 2.9 MB/s | 48 MB 00:16 2024-04-30T05:11:33.172 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:33.173 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.9 MB/s | 49 MB 00:16 2024-04-30T05:11:33.184 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T05:11:33.200 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:11:33.223 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:11:33.223 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:11:33.370 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T05:11:33.407 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:33.418 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T05:11:33.495 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T05:11:33.582 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T05:11:33.609 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:11:33.610 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:11:33.625 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T05:11:33.642 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:33.642 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:33.643 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:33.643 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:33.643 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:33.643 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:33.741 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T05:11:33.839 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T05:11:33.898 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T05:11:33.927 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:33.952 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:33.952 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:33.952 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T05:11:33.952 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:33.953 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:33.953 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:34.142 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:11:34.213 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T05:11:34.261 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T05:11:34.288 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:34.359 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:57 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:34.482 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:34.483 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:34.484 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-30T05:11:34.484 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:34.484 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:34.484 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T05:11:34.484 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:34.485 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:34.485 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:34.485 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:11:34.485 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:34.485 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 145 k 2024-04-30T05:11:34.486 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 436 k 2024-04-30T05:11:34.486 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:34.851 INFO:teuthology.orchestra.run.smithi069.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 395 kB/s | 145 kB 00:00 2024-04-30T05:11:34.852 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:34.852 INFO:teuthology.orchestra.run.smithi069.stdout:Total 393 kB/s | 145 kB 00:00 2024-04-30T05:11:34.852 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:34.860 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:34.860 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:34.915 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:34.916 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:35.055 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:35.127 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:35.151 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:35.151 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:35.152 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T05:11:35.152 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:35.387 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:35.413 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:35.413 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:35.414 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T05:11:35.414 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:35.414 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:35.414 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:35.854 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:35.877 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:35.877 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:35.877 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T05:11:35.878 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:35.878 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:35.878 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:35.984 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:36.113 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:36.136 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:36.136 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:36.137 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T05:11:36.137 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:36.137 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:36.137 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:36.200 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:36.215 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr 2024-04-30T05:11:36.731 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:59 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:36.809 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:11:36.852 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:36.853 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:11:36.853 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:36.913 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T05:11:37.412 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:00 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:37.531 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:37.532 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:37.532 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T05:11:37.533 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T05:11:37.534 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T05:11:37.534 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T05:11:37.534 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T05:11:37.534 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T05:11:37.535 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T05:11:37.535 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T05:11:37.535 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T05:11:37.535 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T05:11:37.535 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T05:11:37.536 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:37.536 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:37.536 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:37.536 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-30T05:11:37.536 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:37.537 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 8.6 M 2024-04-30T05:11:37.537 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 103 M 2024-04-30T05:11:37.538 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:38.017 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:38.017 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T05:11:38.018 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T05:11:38.018 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T05:11:38.018 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T05:11:38.018 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T05:11:38.019 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T05:11:38.020 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T05:11:38.021 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T05:11:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T05:11:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T05:11:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T05:11:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T05:11:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T05:11:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T05:11:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T05:11:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T05:11:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T05:11:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T05:11:38.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T05:11:38.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T05:11:38.163 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2455.g09d 79 kB/s | 15 kB 00:00 2024-04-30T05:11:38.188 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2455.g09 145 kB/s | 32 kB 00:00 2024-04-30T05:11:38.405 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 8.1 MB/s | 3.5 MB 00:00 2024-04-30T05:11:38.464 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-04-30T05:11:38.489 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 896 kB/s | 269 kB 00:00 2024-04-30T05:11:38.539 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.3 MB/s | 863 kB 00:00 2024-04-30T05:11:38.831 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 57 kB/s | 19 kB 00:00 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T05:11:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T05:11:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:39.042 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:39.067 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T05:11:39.106 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 525 kB/s | 144 kB 00:00 2024-04-30T05:11:39.146 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:39.156 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 791 kB/s | 548 kB 00:00 2024-04-30T05:11:39.207 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-04-30T05:11:39.274 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-30T05:11:39.404 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-base 2024-04-30T05:11:39.407 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-04-30T05:11:39.412 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:39.412 INFO:teuthology.orchestra.run.smithi069.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-04-30T05:11:39.459 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:39.475 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:39.475 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:39.629 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:39.629 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:39.919 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:01 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:40.000 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:11:40.041 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:40.042 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:11:40.042 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:40.114 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install cephadm 2024-04-30T05:11:40.159 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:40.224 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T05:11:40.268 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T05:11:40.314 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T05:11:40.345 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T05:11:40.421 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T05:11:40.555 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T05:11:40.623 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:02 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:40.648 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T05:11:40.691 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T05:11:40.720 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:11:40.744 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:40.744 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 762 k 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 768 k 2024-04-30T05:11:40.745 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:40.753 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T05:11:41.172 INFO:teuthology.orchestra.run.smithi120.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-30T05:11:41.173 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:41.173 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-30T05:11:41.173 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:41.178 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:41.178 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:41.184 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:41.184 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:41.260 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:41.509 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T05:11:41.510 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T05:11:41.510 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T05:11:41.510 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T05:11:41.716 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:41.783 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T05:11:41.783 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:41.784 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:11:41.797 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T05:11:41.808 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:41.835 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:11:42.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph 2024-04-30T05:11:42.119 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:42.352 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:42.584 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T05:11:42.618 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:56 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:11:42.744 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:11:42.746 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T05:11:42.747 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T05:11:42.748 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:42.749 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:11:42.750 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:42.750 INFO:teuthology.orchestra.run.smithi005.stdout:Install 36 Packages 2024-04-30T05:11:42.750 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:42.750 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 30 M 2024-04-30T05:11:42.750 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 107 M 2024-04-30T05:11:42.751 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:11:43.101 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:05 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:43.152 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:11:43.152 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T05:11:43.152 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T05:11:43.152 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T05:11:43.152 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T05:11:43.153 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T05:11:43.223 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 145 k 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 436 k 2024-04-30T05:11:43.224 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:43.447 INFO:teuthology.orchestra.run.smithi120.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 650 kB/s | 145 kB 00:00 2024-04-30T05:11:43.448 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:43.449 INFO:teuthology.orchestra.run.smithi120.stdout:Total 644 kB/s | 145 kB 00:00 2024-04-30T05:11:43.449 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:43.450 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:43.451 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:43.456 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:43.456 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:43.513 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:43.514 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:43.604 INFO:teuthology.orchestra.run.smithi005.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-04-30T05:11:43.660 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:43.709 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T05:11:43.740 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:43.746 INFO:teuthology.orchestra.run.smithi005.stdout:(2/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 6.4 MB/s | 2.4 MB 00:00 2024-04-30T05:11:43.765 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:43.765 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:43.765 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T05:11:43.766 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:43.901 INFO:teuthology.orchestra.run.smithi005.stdout:(3/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-04-30T05:11:43.996 INFO:teuthology.orchestra.run.smithi005.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.4 MB/s | 249 kB 00:00 2024-04-30T05:11:44.219 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:07 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:44.339 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:11:44.341 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:44.342 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-30T05:11:44.343 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-30T05:11:44.343 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:44.343 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 38 M 2024-04-30T05:11:44.343 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 209 M 2024-04-30T05:11:44.343 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:44.599 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:44.680 INFO:teuthology.orchestra.run.smithi005.stdout:(5/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-30T05:11:44.705 INFO:teuthology.orchestra.run.smithi005.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 357 kB/s | 253 kB 00:00 2024-04-30T05:11:44.772 INFO:teuthology.orchestra.run.smithi005.stdout:(7/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86_ 4.0 MB/s | 4.7 MB 00:01 2024-04-30T05:11:44.790 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-30T05:11:44.822 INFO:teuthology.orchestra.run.smithi005.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 912 kB/s | 106 kB 00:00 2024-04-30T05:11:44.842 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 656 kB/s | 33 kB 00:00 2024-04-30T05:11:44.843 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr 2024-04-30T05:11:44.931 INFO:teuthology.orchestra.run.smithi005.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-04-30T05:11:44.940 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-04-30T05:11:44.990 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-04-30T05:11:45.058 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-04-30T05:11:45.091 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-04-30T05:11:45.114 INFO:teuthology.orchestra.run.smithi005.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.1 MB/s | 215 kB 00:00 2024-04-30T05:11:45.191 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.4 MB/s | 244 kB 00:00 2024-04-30T05:11:45.198 INFO:teuthology.orchestra.run.smithi005.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 317 kB/s | 135 kB 00:00 2024-04-30T05:11:45.273 INFO:teuthology.orchestra.run.smithi005.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-30T05:11:45.300 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-04-30T05:11:45.315 INFO:teuthology.orchestra.run.smithi005.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 835 kB/s | 35 kB 00:00 2024-04-30T05:11:45.340 INFO:teuthology.orchestra.run.smithi005.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-30T05:11:45.365 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:07 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:45.365 INFO:teuthology.orchestra.run.smithi005.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-30T05:11:45.391 INFO:teuthology.orchestra.run.smithi005.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-04-30T05:11:45.425 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-24 8.9 MB/s | 7.4 MB 00:00 2024-04-30T05:11:45.441 INFO:teuthology.orchestra.run.smithi005.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 296 kB/s | 22 kB 00:00 2024-04-30T05:11:45.447 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:11:45.475 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.4 MB/s | 250 kB 00:00 2024-04-30T05:11:45.489 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:45.490 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:11:45.490 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:45.551 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-04-30T05:11:45.566 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T05:11:45.666 INFO:teuthology.orchestra.run.smithi005.stdout:(18/36): python3-cryptography-36.0.1-4.el9.x86_ 1.2 MB/s | 1.2 MB 00:00 2024-04-30T05:11:45.767 INFO:teuthology.orchestra.run.smithi005.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 146 kB/s | 43 kB 00:00 2024-04-30T05:11:45.800 INFO:teuthology.orchestra.run.smithi005.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 369 kB/s | 151 kB 00:00 2024-04-30T05:11:45.876 INFO:teuthology.orchestra.run.smithi005.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 144 kB/s | 11 kB 00:00 2024-04-30T05:11:45.951 INFO:teuthology.orchestra.run.smithi005.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 236 kB/s | 18 kB 00:00 2024-04-30T05:11:45.984 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 29 MB/s | 16 MB 00:00 2024-04-30T05:11:45.985 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:45.986 INFO:teuthology.orchestra.run.smithi069.stdout:Total 23 MB/s | 38 MB 00:01 2024-04-30T05:11:46.010 INFO:teuthology.orchestra.run.smithi005.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-30T05:11:46.035 INFO:teuthology.orchestra.run.smithi005.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-04-30T05:11:46.060 INFO:teuthology.orchestra.run.smithi005.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 437 kB/s | 172 kB 00:00 2024-04-30T05:11:46.073 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:08 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:46.085 INFO:teuthology.orchestra.run.smithi005.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-30T05:11:46.110 INFO:teuthology.orchestra.run.smithi005.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-30T05:11:46.153 INFO:teuthology.orchestra.run.smithi005.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-04-30T05:11:46.170 INFO:teuthology.orchestra.run.smithi005.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 937 kB/s | 79 kB 00:00 2024-04-30T05:11:46.193 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:46.194 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:46.194 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T05:11:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 8.6 M 2024-04-30T05:11:46.196 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 103 M 2024-04-30T05:11:46.197 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:46.228 INFO:teuthology.orchestra.run.smithi005.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-30T05:11:46.253 INFO:teuthology.orchestra.run.smithi005.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-30T05:11:46.278 INFO:teuthology.orchestra.run.smithi005.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 828 kB/s | 90 kB 00:00 2024-04-30T05:11:46.304 INFO:teuthology.orchestra.run.smithi005.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 475 kB/s | 36 kB 00:00 2024-04-30T05:11:46.331 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:46.357 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:46.357 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:46.371 INFO:teuthology.orchestra.run.smithi005.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-30T05:11:46.396 INFO:teuthology.orchestra.run.smithi005.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-04-30T05:11:46.421 INFO:teuthology.orchestra.run.smithi005.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-04-30T05:11:46.427 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:46.427 INFO:teuthology.orchestra.run.smithi005.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-04-30T05:11:46.568 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:11:46.613 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:11:46.613 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:11:46.760 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:46.761 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:46.925 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:11:46.926 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:11:46.961 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2455.g09d 63 kB/s | 15 kB 00:00 2024-04-30T05:11:46.978 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2455.g09 121 kB/s | 32 kB 00:00 2024-04-30T05:11:47.170 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 7.8 MB/s | 3.5 MB 00:00 2024-04-30T05:11:47.278 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.9 MB/s | 863 kB 00:00 2024-04-30T05:11:47.304 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 827 kB/s | 269 kB 00:00 2024-04-30T05:11:47.370 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-04-30T05:11:47.578 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:47.579 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 70 kB/s | 19 kB 00:00 2024-04-30T05:11:47.630 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T05:11:47.674 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:11:47.763 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-30T05:11:47.771 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:11:47.788 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 693 kB/s | 144 kB 00:00 2024-04-30T05:11:47.817 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T05:11:47.863 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 306 kB/s | 31 kB 00:00 2024-04-30T05:11:47.930 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-04-30T05:11:47.993 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T05:11:48.024 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T05:11:48.047 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.2 MB/s | 2.0 MB 00:00 2024-04-30T05:11:48.052 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:48.052 INFO:teuthology.orchestra.run.smithi120.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-04-30T05:11:48.099 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:48.100 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T05:11:48.116 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:48.117 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:48.202 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:11:48.258 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T05:11:48.271 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:48.272 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:48.290 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T05:11:48.318 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T05:11:48.393 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T05:11:48.451 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T05:11:48.483 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T05:11:48.580 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T05:11:48.658 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T05:11:48.704 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T05:11:48.737 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T05:11:48.738 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T05:11:48.768 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T05:11:48.797 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:48.802 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T05:11:48.835 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T05:11:48.853 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T05:11:48.873 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T05:11:48.876 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T05:11:48.916 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T05:11:48.919 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T05:11:48.954 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T05:11:48.971 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T05:11:48.984 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T05:11:49.002 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T05:11:49.060 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T05:11:49.078 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T05:11:49.204 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T05:11:49.212 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T05:11:49.288 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T05:11:49.294 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T05:11:49.346 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T05:11:49.358 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T05:11:49.383 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T05:11:49.395 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:11:49.418 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T05:11:49.442 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T05:11:49.506 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T05:11:49.703 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T05:11:49.754 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T05:11:49.834 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T05:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T05:11:49.969 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T05:11:50.070 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:11:50.093 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T05:11:50.275 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T05:11:50.304 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T05:11:50.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:50.453 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T05:11:50.486 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:11:51.110 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T05:11:51.132 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:11:51.846 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T05:11:51.847 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T05:11:51.848 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T05:11:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:52.153 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T05:11:52.153 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T05:11:52.154 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T05:11:52.155 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:52.155 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:11:52.339 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:52.363 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T05:11:52.363 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:52.363 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T05:11:52.363 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:52.363 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T05:11:52.364 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:52.413 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T05:11:52.606 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T05:11:52.631 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:52.688 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:52.927 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:14 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:11:53.049 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:11:53.050 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-30T05:11:53.050 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:11:53.050 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-30T05:11:53.050 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:11:53.051 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-30T05:11:53.052 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-30T05:11:53.052 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:11:53.052 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 38 M 2024-04-30T05:11:53.052 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 209 M 2024-04-30T05:11:53.052 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:11:53.492 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-30T05:11:53.542 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 803 kB 00:00 2024-04-30T05:11:53.567 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 440 kB/s | 33 kB 00:00 2024-04-30T05:11:53.618 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-04-30T05:11:53.668 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-04-30T05:11:53.744 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 15 MB/s | 3.0 MB 00:00 2024-04-30T05:11:53.780 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:11:53.781 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T05:11:53.819 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.2 MB/s | 244 kB 00:00 2024-04-30T05:11:54.036 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 24 MB/s | 5.1 MB 00:00 2024-04-30T05:11:54.111 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-04-30T05:11:54.158 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T05:11:54.158 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T05:11:54.159 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:54.160 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:11:54.395 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 6.5 MB/s | 4.7 MB 00:00 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T05:11:54.427 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T05:11:54.428 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T05:11:54.429 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T05:11:54.430 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T05:11:54.430 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T05:11:54.430 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T05:11:54.430 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T05:11:54.430 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T05:11:54.586 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-rook 2024-04-30T05:11:54.653 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-04-30T05:11:55.100 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:18 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:11:55.220 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T05:11:55.221 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:11:55.222 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T05:11:55.222 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T05:11:55.222 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T05:11:55.222 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T05:11:55.222 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:11:55.223 INFO:teuthology.orchestra.run.smithi069.stdout:Install 13 Packages 2024-04-30T05:11:55.224 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:55.224 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 2.2 M 2024-04-30T05:11:55.224 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 26 M 2024-04-30T05:11:55.224 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:11:55.337 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 3.7 MB/s | 7.4 MB 00:01 2024-04-30T05:11:55.338 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:55.338 INFO:teuthology.orchestra.run.smithi120.stdout:Total 17 MB/s | 38 MB 00:02 2024-04-30T05:11:55.444 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T05:11:55.444 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:55.444 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:11:55.444 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:55.444 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T05:11:55.445 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T05:11:55.446 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:55.447 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:11:55.666 INFO:teuthology.orchestra.run.smithi069.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 96 kB/s | 26 kB 00:00 2024-04-30T05:11:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:11:55.690 INFO:teuthology.orchestra.run.smithi069.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 65 kB/s | 19 kB 00:00 2024-04-30T05:11:55.713 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:11:55.713 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:11:55.716 INFO:teuthology.orchestra.run.smithi069.stdout:(3/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 155 kB/s | 49 kB 00:00 2024-04-30T05:11:55.761 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-base 2024-04-30T05:11:56.033 INFO:teuthology.orchestra.run.smithi069.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-30T05:11:56.091 INFO:teuthology.orchestra.run.smithi069.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-04-30T05:11:56.122 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:11:56.122 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:11:56.133 INFO:teuthology.orchestra.run.smithi069.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2024-04-30T05:11:56.300 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:10 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:11:56.309 INFO:teuthology.orchestra.run.smithi069.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 471 kB/s | 279 kB 00:00 2024-04-30T05:11:56.350 INFO:teuthology.orchestra.run.smithi069.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-04-30T05:11:56.381 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:11:56.385 INFO:teuthology.orchestra.run.smithi069.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-04-30T05:11:56.427 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:11:56.429 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:11:56.429 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:11:56.508 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install cephadm 2024-04-30T05:11:56.568 INFO:teuthology.orchestra.run.smithi069.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 371 kB/s | 59 kB 00:00 2024-04-30T05:11:56.676 INFO:teuthology.orchestra.run.smithi069.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-04-30T05:11:56.701 INFO:teuthology.orchestra.run.smithi069.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 673 kB/s | 90 kB 00:00 2024-04-30T05:11:56.735 INFO:teuthology.orchestra.run.smithi069.stdout:(13/13): python3-google-auth-2.29.0-1.el9.noarc 482 kB/s | 206 kB 00:00 2024-04-30T05:11:56.737 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:56.738 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-30T05:11:56.797 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:11:56.812 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:11:56.812 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:11:56.895 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:11:56.895 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:11:56.966 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:11:57.040 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:11 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:11:57.041 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T05:11:57.094 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:11:57.167 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:11:57.168 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:57.168 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:11:57.168 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 762 k 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 768 k 2024-04-30T05:11:57.169 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:11:57.195 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:11:57.237 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T05:11:57.414 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:11:57.423 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T05:11:57.453 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T05:11:57.530 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T05:11:57.571 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.9 MB/s | 762 kB 00:00 2024-04-30T05:11:57.572 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:11:57.572 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.8 MB/s | 762 kB 00:00 2024-04-30T05:11:57.572 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:11:57.578 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:11:57.578 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:11:57.583 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T05:11:57.584 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:11:57.584 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:11:57.637 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T05:11:57.654 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:11:57.700 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T05:11:57.737 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T05:11:57.779 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T05:11:57.873 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T05:11:57.982 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T05:11:58.030 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T05:11:58.126 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:58.192 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T05:11:58.217 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:58.308 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T05:11:58.567 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:58.756 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T05:11:58.802 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T05:11:58.822 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T05:11:58.822 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:58.822 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:11:58.822 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:58.823 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:58.823 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:11:58.836 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T05:11:58.884 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T05:11:58.906 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:11:59.054 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T05:11:59.552 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:11:59.592 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:13 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T05:11:59.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T05:11:59.639 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T05:11:59.639 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T05:11:59.716 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T05:11:59.717 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 145 k 2024-04-30T05:11:59.718 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 436 k 2024-04-30T05:11:59.719 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:11:59.965 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T05:11:59.965 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:59.965 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:11:59.965 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:11:59.966 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T05:11:59.966 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T05:11:59.966 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T05:11:59.966 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T05:11:59.966 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:11:59.967 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:00.059 INFO:teuthology.orchestra.run.smithi005.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 423 kB/s | 145 kB 00:00 2024-04-30T05:12:00.060 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:00.060 INFO:teuthology.orchestra.run.smithi005.stdout:Total 421 kB/s | 145 kB 00:00 2024-04-30T05:12:00.060 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:00.069 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:00.069 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:00.131 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:00.131 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:00.200 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T05:12:00.278 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:00.369 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:12:00.395 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:12:00.396 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:00.396 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T05:12:00.396 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:00.589 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T05:12:00.613 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:12:00.708 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:23 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:00.828 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:00.828 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:00.829 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:Install 6 Packages 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 7.0 M 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 33 M 2024-04-30T05:12:00.830 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:01.255 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T05:12:01.255 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:01.256 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:01.256 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:01.256 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:01.256 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:01.474 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr 2024-04-30T05:12:01.478 INFO:teuthology.orchestra.run.smithi069.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 991 kB/s | 248 kB 00:00 2024-04-30T05:12:01.578 INFO:teuthology.orchestra.run.smithi069.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 403 kB/s | 141 kB 00:00 2024-04-30T05:12:01.712 INFO:teuthology.orchestra.run.smithi069.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-04-30T05:12:01.938 INFO:teuthology.orchestra.run.smithi069.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 161 kB/s | 58 kB 00:00 2024-04-30T05:12:01.962 INFO:teuthology.orchestra.run.smithi069.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-30T05:12:01.996 INFO:teuthology.orchestra.run.smithi069.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 196 kB/s | 51 kB 00:00 2024-04-30T05:12:02.001 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:02.001 INFO:teuthology.orchestra.run.smithi069.stdout:Total 6.0 MB/s | 7.0 MB 00:01 2024-04-30T05:12:02.009 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:16 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:02.072 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:02.084 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:02.084 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:02.095 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:02.139 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:02.140 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:02.140 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:02.181 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:02.183 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:02.222 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T05:12:02.499 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:02.681 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T05:12:02.740 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T05:12:02.752 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:16 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:02.879 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:02.880 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:02.880 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T05:12:02.881 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:02.882 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 8.6 M 2024-04-30T05:12:02.883 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 103 M 2024-04-30T05:12:02.883 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:03.202 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:12:03.202 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:12:03.203 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T05:12:03.270 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T05:12:03.353 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T05:12:03.414 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T05:12:03.443 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:03.563 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2455.g09d 78 kB/s | 15 kB 00:00 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T05:12:03.576 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:03.577 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:03.613 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2455.g09 128 kB/s | 32 kB 00:00 2024-04-30T05:12:03.847 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-30T05:12:03.880 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.2 MB/s | 1.0 MB 00:00 2024-04-30T05:12:04.004 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-rook 2024-04-30T05:12:04.039 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 5.2 MB/s | 3.5 MB 00:00 2024-04-30T05:12:04.147 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 180 kB/s | 19 kB 00:00 2024-04-30T05:12:04.173 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-04-30T05:12:04.206 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.3 MB/s | 863 kB 00:00 2024-04-30T05:12:04.249 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:04.249 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T05:12:04.249 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T05:12:04.249 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T05:12:04.250 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T05:12:04.250 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T05:12:04.251 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-30T05:12:04.315 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-04-30T05:12:04.340 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-30T05:12:04.513 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:04.514 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:04.521 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:26 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:04.641 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:04.642 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T05:12:04.643 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout:Install 13 Packages 2024-04-30T05:12:04.644 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:04.645 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 2.2 M 2024-04-30T05:12:04.645 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 26 M 2024-04-30T05:12:04.645 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:04.674 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.9 MB/s | 2.0 MB 00:00 2024-04-30T05:12:04.676 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:04.676 INFO:teuthology.orchestra.run.smithi005.stdout:Total 4.8 MB/s | 8.6 MB 00:01 2024-04-30T05:12:04.724 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:04.742 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:04.743 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:04.760 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-fuse 2024-04-30T05:12:04.906 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:04.907 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:05.024 INFO:teuthology.orchestra.run.smithi120.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 141 kB/s | 26 kB 00:00 2024-04-30T05:12:05.049 INFO:teuthology.orchestra.run.smithi120.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 92 kB/s | 19 kB 00:00 2024-04-30T05:12:05.075 INFO:teuthology.orchestra.run.smithi120.stdout:(3/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 212 kB/s | 49 kB 00:00 2024-04-30T05:12:05.166 INFO:teuthology.orchestra.run.smithi120.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-30T05:12:05.192 INFO:teuthology.orchestra.run.smithi120.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-04-30T05:12:05.234 INFO:teuthology.orchestra.run.smithi120.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 809 kB/s | 54 kB 00:00 2024-04-30T05:12:05.264 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:28 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:05.334 INFO:teuthology.orchestra.run.smithi120.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-04-30T05:12:05.383 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:05.383 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:05.383 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:12:05.383 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-30T05:12:05.384 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:05.385 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 970 k 2024-04-30T05:12:05.385 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 2.8 M 2024-04-30T05:12:05.385 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:05.441 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:05.517 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T05:12:05.552 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T05:12:05.593 INFO:teuthology.orchestra.run.smithi120.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 80 kB/s | 32 kB 00:00 2024-04-30T05:12:05.602 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T05:12:05.618 INFO:teuthology.orchestra.run.smithi120.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 39 kB/s | 15 kB 00:00 2024-04-30T05:12:05.622 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 658 kB/s | 80 kB 00:00 2024-04-30T05:12:05.637 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T05:12:05.718 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T05:12:05.798 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 2.9 MB/s | 889 kB 00:00 2024-04-30T05:12:05.798 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:05.799 INFO:teuthology.orchestra.run.smithi069.stdout:Total 2.3 MB/s | 970 kB 00:00 2024-04-30T05:12:05.810 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:05.832 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:05.832 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:05.860 INFO:teuthology.orchestra.run.smithi120.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 244 kB/s | 59 kB 00:00 2024-04-30T05:12:05.860 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T05:12:05.909 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:05.910 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:05.955 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T05:12:05.968 INFO:teuthology.orchestra.run.smithi120.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 337 kB/s | 206 kB 00:00 2024-04-30T05:12:06.001 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T05:12:06.028 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:12:06.052 INFO:teuthology.orchestra.run.smithi120.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-04-30T05:12:06.060 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T05:12:06.087 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:06.127 INFO:teuthology.orchestra.run.smithi120.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-04-30T05:12:06.133 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:06.133 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-30T05:12:06.193 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:06.208 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:06.209 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:06.224 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T05:12:06.286 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:06.293 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:06.293 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:06.795 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:06.856 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:06.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T05:12:06.957 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T05:12:07.012 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T05:12:07.067 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T05:12:07.104 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:07.106 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:07.146 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T05:12:07.157 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T05:12:07.194 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:12:07.238 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T05:12:07.348 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T05:12:07.405 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T05:12:07.407 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-volume 2024-04-30T05:12:07.927 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:30 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:08.050 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:08.050 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:08.050 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-30T05:12:08.050 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-30T05:12:08.051 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:08.052 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 341 k 2024-04-30T05:12:08.052 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 1.5 M 2024-04-30T05:12:08.052 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:08.119 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T05:12:08.170 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T05:12:08.202 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T05:12:08.250 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T05:12:08.272 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:12:08.396 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.0 MB/s | 77 kB 00:00 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T05:12:08.492 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T05:12:08.493 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T05:12:08.493 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T05:12:08.704 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 686 kB/s | 264 kB 00:00 2024-04-30T05:12:08.705 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:08.705 INFO:teuthology.orchestra.run.smithi069.stdout:Total 521 kB/s | 341 kB 00:00 2024-04-30T05:12:08.717 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:08.726 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:08.726 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:08.752 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:08.752 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:08.832 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T05:12:08.832 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:08.832 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:08.832 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:08.833 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:08.890 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T05:12:08.998 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T05:12:08.999 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T05:12:08.999 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T05:12:08.999 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T05:12:08.999 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T05:12:09.063 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T05:12:09.099 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:09.102 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T05:12:09.114 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:09.114 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:09.115 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T05:12:09.115 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T05:12:09.307 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:09.308 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:09.564 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T05:12:09.629 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:23 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:09.756 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:09.757 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:09.758 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:09.759 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-30T05:12:09.759 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-04-30T05:12:09.759 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:09.759 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 38 M 2024-04-30T05:12:09.759 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 209 M 2024-04-30T05:12:09.760 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:09.807 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T05:12:10.077 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:32 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:10.096 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T05:12:10.096 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:10.096 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:10.096 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:10.096 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T05:12:10.097 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:10.097 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:10.131 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-04-30T05:12:10.182 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 654 kB/s | 33 kB 00:00 2024-04-30T05:12:10.197 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:10.197 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T05:12:10.198 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2024-04-30T05:12:10.199 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:10.200 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 7.0 M 2024-04-30T05:12:10.201 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 33 M 2024-04-30T05:12:10.201 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:10.207 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.1 MB/s | 803 kB 00:00 2024-04-30T05:12:10.249 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-04-30T05:12:10.291 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 845 kB/s | 35 kB 00:00 2024-04-30T05:12:10.349 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 18 MB/s | 3.0 MB 00:00 2024-04-30T05:12:10.399 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.8 MB/s | 244 kB 00:00 2024-04-30T05:12:10.409 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados-devel 2024-04-30T05:12:10.483 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 25 MB/s | 4.7 MB 00:00 2024-04-30T05:12:10.534 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-30T05:12:10.553 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 619 kB/s | 141 kB 00:00 2024-04-30T05:12:10.609 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 24 MB/s | 5.1 MB 00:00 2024-04-30T05:12:10.784 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 8.9 MB/s | 7.4 MB 00:00 2024-04-30T05:12:10.820 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.2 MB/s | 548 kB 00:00 2024-04-30T05:12:10.862 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.4 MB/s | 58 kB 00:00 2024-04-30T05:12:10.904 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-04-30T05:12:10.931 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:33 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:10.943 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2024-04-30T05:12:10.944 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:10.944 INFO:teuthology.orchestra.run.smithi005.stdout:Total 32 MB/s | 38 MB 00:01 2024-04-30T05:12:11.054 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:12:11.055 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:11.056 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 127 k 2024-04-30T05:12:11.056 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 456 k 2024-04-30T05:12:11.056 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:11.260 INFO:teuthology.orchestra.run.smithi069.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 620 kB/s | 127 kB 00:00 2024-04-30T05:12:11.260 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:11.261 INFO:teuthology.orchestra.run.smithi069.stdout:Total 615 kB/s | 127 kB 00:00 2024-04-30T05:12:11.261 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:11.267 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:11.267 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:11.270 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 262 kB/s | 248 kB 00:00 2024-04-30T05:12:11.307 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:11.329 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:11.329 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:11.335 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:11.335 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:11.484 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:11.590 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:11.768 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:11.769 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:11.966 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:12.220 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:12.474 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs2 2024-04-30T05:12:12.640 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:12.707 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T05:12:12.750 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:12:12.856 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:12:12.902 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T05:12:12.991 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:35 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:13.069 INFO:teuthology.orchestra.run.smithi069.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:13.087 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T05:12:13.111 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:13.112 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:13.112 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:13.117 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T05:12:13.190 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs-devel 2024-04-30T05:12:13.196 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T05:12:13.731 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:36 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:13.849 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:13.850 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 32 k 2024-04-30T05:12:13.851 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 142 k 2024-04-30T05:12:13.851 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:13.884 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T05:12:14.002 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T05:12:14.105 INFO:teuthology.orchestra.run.smithi069.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 125 kB/s | 32 kB 00:00 2024-04-30T05:12:14.105 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:14.106 INFO:teuthology.orchestra.run.smithi069.stdout:Total 124 kB/s | 32 kB 00:00 2024-04-30T05:12:14.106 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:14.109 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:14.110 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:14.112 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:14.112 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:14.195 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:14.301 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:14.668 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:14.886 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:15.069 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados2 2024-04-30T05:12:15.310 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:12:15.590 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:38 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:15.670 INFO:teuthology.orchestra.run.smithi069.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:15.711 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:15.712 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:15.712 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:15.773 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librbd1 2024-04-30T05:12:16.290 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:39 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:16.370 INFO:teuthology.orchestra.run.smithi069.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:16.407 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T05:12:16.410 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:16.411 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:16.411 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:16.432 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:12:16.476 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rados 2024-04-30T05:12:16.985 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:39 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:17.065 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:17.106 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:17.107 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:17.107 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:17.168 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rgw 2024-04-30T05:12:17.677 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:40 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:17.757 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:17.797 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:17.798 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:17.798 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:17.884 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-cephfs 2024-04-30T05:12:18.400 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:41 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:18.479 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:18.519 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:18.520 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:18.520 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:18.584 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rbd 2024-04-30T05:12:18.870 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 715 kB/s | 6.0 MB 00:08 2024-04-30T05:12:18.871 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:18.872 INFO:teuthology.orchestra.run.smithi120.stdout:Total 825 kB/s | 7.0 MB 00:08 2024-04-30T05:12:18.946 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:18.958 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:18.958 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:18.982 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T05:12:18.983 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T05:12:19.055 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:19.055 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:19.096 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:42 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:19.175 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:19.215 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:19.216 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-30T05:12:19.216 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:19.285 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-fuse 2024-04-30T05:12:19.363 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T05:12:19.364 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T05:12:19.365 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T05:12:19.365 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T05:12:19.365 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:19.365 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:19.430 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:19.601 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T05:12:19.646 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T05:12:19.725 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-rook 2024-04-30T05:12:19.790 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:42 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:19.908 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 85 k 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 231 k 2024-04-30T05:12:19.909 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:20.126 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 396 kB/s | 85 kB 00:00 2024-04-30T05:12:20.126 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:20.126 INFO:teuthology.orchestra.run.smithi069.stdout:Total 394 kB/s | 85 kB 00:00 2024-04-30T05:12:20.126 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:20.133 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:20.133 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:20.183 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T05:12:20.194 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:20.195 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:20.262 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:34 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:20.282 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T05:12:20.341 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:20.354 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T05:12:20.383 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:20.385 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:20.386 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:20.386 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:20.386 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T05:12:20.387 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 2.2 M 2024-04-30T05:12:20.388 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 26 M 2024-04-30T05:12:20.389 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:20.445 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:20.574 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 321 kB/s | 19 kB 00:00 2024-04-30T05:12:20.624 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 233 kB/s | 26 kB 00:00 2024-04-30T05:12:20.691 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-04-30T05:12:20.716 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-04-30T05:12:20.775 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 918 kB/s | 54 kB 00:00 2024-04-30T05:12:20.788 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:20.800 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-04-30T05:12:20.826 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 158 kB/s | 49 kB 00:00 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:21.046 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:21.059 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-04-30T05:12:21.085 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 53 kB/s | 15 kB 00:00 2024-04-30T05:12:21.103 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:21.103 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T05:12:21.103 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T05:12:21.103 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T05:12:21.103 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T05:12:21.104 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T05:12:21.227 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 416 kB/s | 59 kB 00:00 2024-04-30T05:12:21.252 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 482 kB/s | 206 kB 00:00 2024-04-30T05:12:21.327 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-mirror 2024-04-30T05:12:21.346 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T05:12:21.346 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:21.347 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:21.352 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 717 kB/s | 90 kB 00:00 2024-04-30T05:12:21.394 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-04-30T05:12:21.397 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:21.397 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.2 MB/s | 2.2 MB 00:01 2024-04-30T05:12:21.461 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:21.477 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:21.477 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:21.573 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:21.573 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:21.591 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-fuse 2024-04-30T05:12:21.845 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:44 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:21.967 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:21.968 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 3.1 M 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 13 M 2024-04-30T05:12:21.969 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:22.108 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:22.124 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:44 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:22.247 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T05:12:22.248 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 970 k 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 2.8 M 2024-04-30T05:12:22.249 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:22.300 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T05:12:22.363 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T05:12:22.420 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T05:12:22.455 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T05:12:22.497 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T05:12:22.514 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 704 kB/s | 80 kB 00:00 2024-04-30T05:12:22.536 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 5.4 MB/s | 3.1 MB 00:00 2024-04-30T05:12:22.537 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:22.537 INFO:teuthology.orchestra.run.smithi069.stdout:Total 5.4 MB/s | 3.1 MB 00:00 2024-04-30T05:12:22.538 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:22.547 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:22.547 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:22.595 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T05:12:22.632 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:22.632 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:22.714 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T05:12:22.765 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T05:12:22.847 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 1.9 MB/s | 889 kB 00:00 2024-04-30T05:12:22.848 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:22.848 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-04-30T05:12:22.859 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:22.881 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:22.881 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:22.958 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:22.958 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:23.076 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:23.137 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:23.145 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:23.163 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:23.284 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T05:12:23.354 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:23.529 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T05:12:23.578 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T05:12:23.612 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T05:12:23.661 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T05:12:23.681 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:12:24.006 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:24.006 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T05:12:24.187 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:24.188 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:24.188 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:24.188 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:24.188 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:24.188 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:24.255 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:24.361 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T05:12:24.361 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T05:12:24.361 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T05:12:24.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T05:12:24.424 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-nbd 2024-04-30T05:12:24.534 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-volume 2024-04-30T05:12:24.677 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T05:12:24.677 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:24.677 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:24.677 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T05:12:24.678 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T05:12:24.679 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:24.679 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:24.908 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T05:12:24.942 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 05:10:37 AM UTC. 2024-04-30T05:12:25.048 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:25.070 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-30T05:12:25.071 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-30T05:12:25.072 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-30T05:12:25.072 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:25.072 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 171 k 2024-04-30T05:12:25.072 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 494 k 2024-04-30T05:12:25.072 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:25.174 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 341 k 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 1.5 M 2024-04-30T05:12:25.175 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:25.360 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 555 kB/s | 77 kB 00:00 2024-04-30T05:12:25.423 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 488 kB/s | 171 kB 00:00 2024-04-30T05:12:25.423 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:25.423 INFO:teuthology.orchestra.run.smithi069.stdout:Total 486 kB/s | 171 kB 00:00 2024-04-30T05:12:25.423 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-30T05:12:25.431 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-30T05:12:25.431 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-30T05:12:25.448 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:39 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:25.495 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-30T05:12:25.495 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-30T05:12:25.574 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T05:12:25.575 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2024-04-30T05:12:25.576 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:25.577 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 740 kB/s | 264 kB 00:00 2024-04-30T05:12:25.577 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 7.0 M 2024-04-30T05:12:25.577 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 33 M 2024-04-30T05:12:25.577 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:25.578 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:25.578 INFO:teuthology.orchestra.run.smithi120.stdout:Total 844 kB/s | 341 kB 00:00 2024-04-30T05:12:25.589 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:25.597 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:25.598 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:25.622 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:25.623 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:25.652 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-30T05:12:25.752 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:25.761 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:25.952 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T05:12:26.007 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:26.022 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:26.022 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:26.022 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T05:12:26.022 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:26.121 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:26.345 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 863 kB/s | 248 kB 00:00 2024-04-30T05:12:26.353 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:26.353 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:26.354 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-30T05:12:26.354 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:26.354 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-30T05:12:26.354 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-30T05:12:26.420 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 390 kB/s | 141 kB 00:00 2024-04-30T05:12:26.562 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-04-30T05:12:26.585 DEBUG:teuthology.parallel:result is None 2024-04-30T05:12:26.587 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 345 kB/s | 58 kB 00:00 2024-04-30T05:12:26.655 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-04-30T05:12:26.679 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 438 kB/s | 51 kB 00:00 2024-04-30T05:12:26.683 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:26.683 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.3 MB/s | 7.0 MB 00:01 2024-04-30T05:12:26.692 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T05:12:26.756 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:26.768 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:26.768 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:26.871 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:26.871 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:26.987 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T05:12:26.987 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:26.987 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:26.987 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:26.987 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T05:12:26.988 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:26.988 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:27.303 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:27.309 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados-devel 2024-04-30T05:12:27.481 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T05:12:27.533 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T05:12:27.835 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:49 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:27.959 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 127 k 2024-04-30T05:12:27.960 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 456 k 2024-04-30T05:12:27.961 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:28.094 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T05:12:28.187 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T05:12:28.258 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T05:12:28.287 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:28.357 INFO:teuthology.orchestra.run.smithi120.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 320 kB/s | 127 kB 00:00 2024-04-30T05:12:28.357 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:28.358 INFO:teuthology.orchestra.run.smithi120.stdout:Total 319 kB/s | 127 kB 00:00 2024-04-30T05:12:28.358 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:28.363 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:28.363 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:28.427 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:28.427 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:28.577 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:28.687 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:29.003 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T05:12:29.003 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T05:12:29.004 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T05:12:29.004 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T05:12:29.004 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T05:12:29.004 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T05:12:29.100 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:29.269 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:29.270 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:29.320 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:29.521 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-fuse 2024-04-30T05:12:29.531 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs2 2024-04-30T05:12:30.051 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:30.055 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:44 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:30.130 INFO:teuthology.orchestra.run.smithi120.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:30.171 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:30.172 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:30.172 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:30.179 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:30.179 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:30.179 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:30.179 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-04-30T05:12:30.180 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:30.181 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 970 k 2024-04-30T05:12:30.181 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 2.8 M 2024-04-30T05:12:30.181 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:30.264 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs-devel 2024-04-30T05:12:30.784 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:30.816 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 230 kB/s | 80 kB 00:00 2024-04-30T05:12:30.902 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:30.903 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:30.904 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:12:30.904 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:30.904 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 32 k 2024-04-30T05:12:30.904 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 142 k 2024-04-30T05:12:30.904 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:30.966 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 1.7 MB/s | 889 kB 00:00 2024-04-30T05:12:30.967 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:30.967 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.2 MB/s | 970 kB 00:00 2024-04-30T05:12:30.979 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:31.002 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:31.003 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:31.086 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:31.086 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:31.143 INFO:teuthology.orchestra.run.smithi120.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 133 kB/s | 32 kB 00:00 2024-04-30T05:12:31.143 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:31.144 INFO:teuthology.orchestra.run.smithi120.stdout:Total 132 kB/s | 32 kB 00:00 2024-04-30T05:12:31.144 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:31.149 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:31.149 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:31.150 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:31.150 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:31.232 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:31.278 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:31.355 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:31.423 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T05:12:31.491 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:31.690 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:31.902 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:32.080 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados2 2024-04-30T05:12:32.111 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T05:12:32.111 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:32.369 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:32.594 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:54 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:32.662 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-volume 2024-04-30T05:12:32.671 INFO:teuthology.orchestra.run.smithi120.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:32.712 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:32.713 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:32.713 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:32.825 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librbd1 2024-04-30T05:12:33.200 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:33.326 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:33.326 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-04-30T05:12:33.327 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:33.328 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 341 k 2024-04-30T05:12:33.328 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 1.5 M 2024-04-30T05:12:33.328 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:33.350 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:55 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:33.429 INFO:teuthology.orchestra.run.smithi120.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:33.471 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:33.472 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:33.473 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:33.540 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rados 2024-04-30T05:12:33.596 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 719 kB/s | 77 kB 00:00 2024-04-30T05:12:33.746 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-30T05:12:33.747 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:33.747 INFO:teuthology.orchestra.run.smithi005.stdout:Total 812 kB/s | 341 kB 00:00 2024-04-30T05:12:33.759 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:33.769 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:33.769 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:33.797 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:33.797 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:33.945 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:34.050 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:56 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:34.129 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:34.129 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T05:12:34.165 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:34.169 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:34.171 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:34.171 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:34.181 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T05:12:34.182 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:34.182 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T05:12:34.182 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:34.242 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rgw 2024-04-30T05:12:34.752 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:56 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:34.832 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:34.860 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T05:12:34.873 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:34.874 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:34.874 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:34.946 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-cephfs 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:35.151 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:35.456 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:57 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:35.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados-devel 2024-04-30T05:12:35.534 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:35.574 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:35.575 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:35.575 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:35.649 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rbd 2024-04-30T05:12:36.074 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:50 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:36.162 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:58 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:36.198 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:36.199 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 127 k 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 456 k 2024-04-30T05:12:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:36.239 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:36.280 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:36.281 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-30T05:12:36.281 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:36.350 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-fuse 2024-04-30T05:12:36.427 INFO:teuthology.orchestra.run.smithi005.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 558 kB/s | 127 kB 00:00 2024-04-30T05:12:36.428 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:36.428 INFO:teuthology.orchestra.run.smithi005.stdout:Total 555 kB/s | 127 kB 00:00 2024-04-30T05:12:36.428 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:36.500 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:36.501 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:36.655 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:36.759 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:36.859 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:58 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:36.978 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 85 k 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 231 k 2024-04-30T05:12:36.979 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:37.180 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:37.287 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 277 kB/s | 85 kB 00:00 2024-04-30T05:12:37.288 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:37.288 INFO:teuthology.orchestra.run.smithi120.stdout:Total 276 kB/s | 85 kB 00:00 2024-04-30T05:12:37.288 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:37.296 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:37.296 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:37.361 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:37.361 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:37.425 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:37.503 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:37.627 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:37.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs2 2024-04-30T05:12:37.978 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:38.210 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:38.228 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:38.294 INFO:teuthology.orchestra.run.smithi005.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:38.336 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:38.337 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:38.338 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:38.428 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs-devel 2024-04-30T05:12:38.487 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-mirror 2024-04-30T05:12:38.963 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:39.000 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:00 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:39.087 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T05:12:39.088 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 32 k 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 142 k 2024-04-30T05:12:39.089 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:39.122 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:39.123 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:39.124 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:12:39.124 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:39.124 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.1 M 2024-04-30T05:12:39.124 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 13 M 2024-04-30T05:12:39.124 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:39.339 INFO:teuthology.orchestra.run.smithi005.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-30T05:12:39.340 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:39.340 INFO:teuthology.orchestra.run.smithi005.stdout:Total 126 kB/s | 32 kB 00:00 2024-04-30T05:12:39.340 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:39.344 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:39.344 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:39.346 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:39.346 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:39.430 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:39.530 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:39.913 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:39.923 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-04-30T05:12:39.924 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:39.925 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-04-30T05:12:39.925 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:39.934 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:39.934 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:40.015 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:40.016 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:40.134 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:40.135 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:40.135 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:40.135 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:40.135 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:40.135 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:40.325 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados2 2024-04-30T05:12:40.446 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:40.508 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:40.533 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:40.870 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:54 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:40.954 INFO:teuthology.orchestra.run.smithi005.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:40.999 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:41.000 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:41.000 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:41.084 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librbd1 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:41.553 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:41.629 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:55 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:41.712 INFO:teuthology.orchestra.run.smithi005.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:41.756 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:41.757 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:41.757 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:41.802 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-nbd 2024-04-30T05:12:41.842 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rados 2024-04-30T05:12:42.323 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:04 ago on Tue 30 Apr 2024 05:10:38 AM UTC. 2024-04-30T05:12:42.374 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:56 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:42.445 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-30T05:12:42.446 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:42.447 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 171 k 2024-04-30T05:12:42.447 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 494 k 2024-04-30T05:12:42.447 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-30T05:12:42.455 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:42.498 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:42.500 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:42.573 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rgw 2024-04-30T05:12:42.793 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 494 kB/s | 171 kB 00:00 2024-04-30T05:12:42.794 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:42.794 INFO:teuthology.orchestra.run.smithi120.stdout:Total 492 kB/s | 171 kB 00:00 2024-04-30T05:12:42.794 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-30T05:12:42.803 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-30T05:12:42.803 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-30T05:12:42.865 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-30T05:12:42.865 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-30T05:12:43.020 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-30T05:12:43.103 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:57 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:43.131 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:43.183 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:43.227 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:43.228 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:43.228 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:43.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-cephfs 2024-04-30T05:12:43.500 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:43.767 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:43.768 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:43.768 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-30T05:12:43.768 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:43.768 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-30T05:12:43.768 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-30T05:12:43.831 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:57 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:43.912 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:43.955 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:43.956 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:43.956 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:43.987 DEBUG:teuthology.parallel:result is None 2024-04-30T05:12:44.040 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rbd 2024-04-30T05:12:44.572 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:58 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:44.653 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T05:12:44.696 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:44.697 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-30T05:12:44.697 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:44.773 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-fuse 2024-04-30T05:12:45.311 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:59 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:45.438 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 85 k 2024-04-30T05:12:45.439 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 231 k 2024-04-30T05:12:45.440 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:45.650 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 405 kB/s | 85 kB 00:00 2024-04-30T05:12:45.651 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:45.651 INFO:teuthology.orchestra.run.smithi005.stdout:Total 402 kB/s | 85 kB 00:00 2024-04-30T05:12:45.651 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:45.659 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:45.659 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:45.726 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:45.726 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:45.883 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:45.991 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:46.345 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:46.616 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:46.845 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-mirror 2024-04-30T05:12:47.380 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:01 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:47.506 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:47.506 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:47.506 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-30T05:12:47.506 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 3.1 M 2024-04-30T05:12:47.507 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 13 M 2024-04-30T05:12:47.509 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:48.354 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 3.7 MB/s | 3.1 MB 00:00 2024-04-30T05:12:48.354 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:48.355 INFO:teuthology.orchestra.run.smithi005.stdout:Total 3.6 MB/s | 3.1 MB 00:00 2024-04-30T05:12:48.355 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:48.365 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:48.365 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:48.450 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:48.450 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:48.897 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:48.955 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T05:12:48.981 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:50.033 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:50.265 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-nbd 2024-04-30T05:12:50.803 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:04 ago on Tue 30 Apr 2024 05:10:46 AM UTC. 2024-04-30T05:12:50.928 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-30T05:12:50.929 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:50.929 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-30T05:12:50.929 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 171 k 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 494 k 2024-04-30T05:12:50.930 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-30T05:12:51.165 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 728 kB/s | 171 kB 00:00 2024-04-30T05:12:51.166 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-30T05:12:51.166 INFO:teuthology.orchestra.run.smithi005.stdout:Total 723 kB/s | 171 kB 00:00 2024-04-30T05:12:51.166 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-30T05:12:51.175 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-30T05:12:51.175 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-30T05:12:51.242 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-30T05:12:51.243 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-30T05:12:51.399 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-30T05:12:51.506 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:51.914 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:52.181 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T05:12:52.181 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:52.182 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-30T05:12:52.182 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T05:12:52.182 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-30T05:12:52.182 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-30T05:12:52.418 DEBUG:teuthology.parallel:result is None 2024-04-30T05:12:52.419 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:52.648 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T05:12:52.670 INFO:teuthology.orchestra.run.smithi005.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:52.670 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:52.671 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T05:12:52.672 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:52.811 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T05:12:52.836 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:52.836 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:52.836 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T05:12:52.838 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:53.053 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T05:12:53.078 INFO:teuthology.orchestra.run.smithi120.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:53.078 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T05:12:53.079 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T05:12:53.080 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-30T05:12:53.081 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:12:53.081 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T05:12:53.109 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:12:53.109 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T05:12:53.139 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:12:53.140 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T05:12:53.168 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-30T05:12:53.168 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:12:53.168 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T05:12:53.194 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T05:12:53.260 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:12:53.260 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T05:12:53.288 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T05:12:53.356 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:12:53.356 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T05:12:53.384 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T05:12:53.453 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-30T05:12:53.453 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:12:53.453 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T05:12:53.478 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T05:12:53.543 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:12:53.543 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T05:12:53.569 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T05:12:53.633 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:12:53.633 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T05:12:53.657 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T05:12:53.720 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-30T05:12:53.721 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-30T05:12:53.721 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T05:12:53.745 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T05:12:53.811 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-30T05:12:53.811 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T05:12:53.835 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T05:12:53.900 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-30T05:12:53.900 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T05:12:53.924 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T05:12:53.988 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-30T05:12:54.109 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'} 2024-04-30T05:12:54.109 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:54.110 INFO:tasks.cephadm:Cluster fsid is 4c9c5e98-06b0-11ef-bc93-c7b262605968 2024-04-30T05:12:54.111 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-30T05:12:54.111 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.b': '172.21.15.69', 'mon.c': '172.21.15.120'} 2024-04-30T05:12:54.111 INFO:tasks.cephadm:First mon is mon.a on smithi005 2024-04-30T05:12:54.111 INFO:tasks.cephadm:First mgr is a 2024-04-30T05:12:54.111 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-30T05:12:54.111 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-04-30T05:12:54.137 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-04-30T05:12:54.162 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2024-04-30T05:12:54.186 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-30T05:12:54.187 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:54.327 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', '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/78943/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2455-g09dbd6bb', 'node_name': '172.21.2.1+braggi01', '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-2455.g09dbd6bb'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-29 15:24:48.681303', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri4-testing-2024-04-29-0642', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-30T05:12:54.542 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri4-testing-2024-04-29-0642, sha1 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:12:54.544 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm 2024-04-30T05:12:54.544 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:55.506 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 05:12 /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:55.506 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:57.100 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 05:12 /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:57.101 DEBUG:teuthology.orchestra.run.smithi120:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:58.465 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 05:12 /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:58.466 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:58.486 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:58.505 DEBUG:teuthology.orchestra.run.smithi120:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T05:12:58.536 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 on all hosts... 2024-04-30T05:12:58.536 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T05:12:58.539 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T05:12:58.549 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T05:13:00.095 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.097 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.128 INFO:teuthology.orchestra.run.smithi120.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.269 INFO:teuthology.orchestra.run.smithi069.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.269 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.269 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T05:13:00.269 INFO:teuthology.orchestra.run.smithi069.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.287 INFO:teuthology.orchestra.run.smithi005.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.287 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.287 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T05:13:00.287 INFO:teuthology.orchestra.run.smithi005.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:00.312 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T05:13:00.313 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-30T05:13:00.315 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi005/crash 2024-04-30T05:13:00.315 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash -- . 2024-04-30T05:13:00.316 INFO:teuthology.orchestra.run.smithi120.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.316 INFO:teuthology.orchestra.run.smithi120.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T05:13:00.317 INFO:teuthology.orchestra.run.smithi120.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T05:13:00.317 INFO:teuthology.orchestra.run.smithi120.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T05:13:00.352 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T05:13:00.352 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-04-30T05:13:00.354 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi069/crash 2024-04-30T05:13:00.355 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash -- . 2024-04-30T05:13:00.392 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T05:13:00.392 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-04-30T05:13:00.394 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi120/crash 2024-04-30T05:13:00.395 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash -- . 2024-04-30T05:13:00.431 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/lib/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T05:13:00.431 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2024-04-30T05:13:00.432 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-30T05:13:00.432 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-30T05:13:00.460 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/4c9c5e98-06b0-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-30T05:13:00.462 INFO:tasks.cephadm:Compressing logs... 2024-04-30T05:13:00.463 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:13:00.505 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:13:00.507 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:13:00.526 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T05:13:00.526 INFO:teuthology.orchestra.run.smithi005.stderr:: No such file or directory 2024-04-30T05:13:00.526 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T05:13:00.527 INFO:teuthology.orchestra.run.smithi069.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T05:13:00.527 INFO:teuthology.orchestra.run.smithi069.stderr:: No such file or directory 2024-04-30T05:13:00.528 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T05:13:00.529 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-04-30T05:13:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.012s 2024-04-30T05:13:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.008s 2024-04-30T05:13:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.013s 2024-04-30T05:13:00.530 INFO:teuthology.orchestra.run.smithi120.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T05:13:00.530 INFO:teuthology.orchestra.run.smithi120.stderr:: No such file or directory 2024-04-30T05:13:00.530 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T05:13:00.530 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-30T05:13:00.531 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.011s 2024-04-30T05:13:00.531 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.006s 2024-04-30T05:13:00.531 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.014s 2024-04-30T05:13:00.531 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-04-30T05:13:00.532 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m0.011s 2024-04-30T05:13:00.532 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m0.010s 2024-04-30T05:13:00.532 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.009s 2024-04-30T05:13:00.532 INFO:tasks.cephadm:Archiving logs... 2024-04-30T05:13:00.532 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi005/log 2024-04-30T05:13:00.533 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T05:13:00.595 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi069/log 2024-04-30T05:13:00.596 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T05:13:00.620 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi120/log 2024-04-30T05:13:00.621 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T05:13:00.645 INFO:tasks.cephadm:Removing cluster... 2024-04-30T05:13:00.646 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c9c5e98-06b0-11ef-bc93-c7b262605968 --force 2024-04-30T05:13:00.830 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: 4c9c5e98-06b0-11ef-bc93-c7b262605968 2024-04-30T05:13:01.105 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c9c5e98-06b0-11ef-bc93-c7b262605968 --force 2024-04-30T05:13:01.279 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 4c9c5e98-06b0-11ef-bc93-c7b262605968 2024-04-30T05:13:01.542 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c9c5e98-06b0-11ef-bc93-c7b262605968 --force 2024-04-30T05:13:01.720 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: 4c9c5e98-06b0-11ef-bc93-c7b262605968 2024-04-30T05:13:01.975 INFO:tasks.cephadm:Removing cephadm ... 2024-04-30T05:13:01.975 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T05:13:01.992 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T05:13:02.008 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T05:13:02.024 INFO:tasks.cephadm:Teardown complete 2024-04-30T05:13:02.024 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T05:13:02.240 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=15f18cceda41472b8524689869335b3b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T05:13:02.244 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-30T05:13:02.255 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-30T05:13:02.345 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-04-30T05:13:02.346 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T05:13:02.359 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T05:13:02.362 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T05:13:02.464 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-30T05:13:02.473 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-30T05:13:02.473 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T05:13:02.479 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T05:13:02.482 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T05:13:02.494 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:13:02.496 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:13:02.497 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-30T05:13:02.498 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:13:02.498 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-04-30T05:13:02.498 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv01.front.sepia.ceph.com 3 6 77 31 +1182us[+1179us] +/- 49ms 2024-04-30T05:13:02.499 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 31 -671us[ -673us] +/- 64ms 2024-04-30T05:13:02.499 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 31 -1025us[-1025us] +/- 74ms 2024-04-30T05:13:02.499 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:13:02.500 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:13:02.500 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-30T05:13:02.500 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv01.front.sepia.ceph.com 3 6 77 32 +1172us[+1100us] +/- 49ms 2024-04-30T05:13:02.501 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 30 -658us[ -658us] +/- 64ms 2024-04-30T05:13:02.501 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 31 -1022us[-1022us] +/- 74ms 2024-04-30T05:13:02.501 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:13:02.502 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T05:13:02.502 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-30T05:13:02.502 INFO:teuthology.orchestra.run.smithi120.stdout:^* hv01.front.sepia.ceph.com 3 6 77 31 +1177us[+1164us] +/- 49ms 2024-04-30T05:13:02.503 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 30 -670us[ -670us] +/- 64ms 2024-04-30T05:13:02.503 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 30 -1011us[-1011us] +/- 74ms 2024-04-30T05:13:02.503 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T05:13:02.503 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-30T05:13:02.512 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-30T05:13:02.512 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-30T05:13:02.521 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:13:02.604 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:13:02.666 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:13:02.722 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:13:02.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:02.752 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:13:02.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:02.782 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:13:02.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:02.808 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-30T05:13:02.817 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-30T05:13:02.827 INFO:teuthology.task.internal:Duration was 382.058028 seconds 2024-04-30T05:13:02.827 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-30T05:13:02.836 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-30T05:13:02.836 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T05:13:02.839 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T05:13:02.842 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T05:13:02.877 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:13:02.879 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:13:02.886 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T05:13:03.147 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-30T05:13:03.147 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-04-30T05:13:03.148 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:13:03.209 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-04-30T05:13:03.210 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:13:03.235 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2024-04-30T05:13:03.235 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:13:03.258 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-30T05:13:03.258 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T05:13:03.261 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T05:13:03.277 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T05:13:03.323 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-30T05:13:03.323 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T05:13:03.329 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T05:13:03.345 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T05:13:03.453 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-30T05:13:03.473 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-30T05:13:03.474 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T05:13:03.499 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T05:13:03.524 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T05:13:03.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-30T05:13:03.562 DEBUG:teuthology.orchestra.run.smithi005:> 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-04-30T05:13:03.564 DEBUG:teuthology.orchestra.run.smithi069:> 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-04-30T05:13:03.567 DEBUG:teuthology.orchestra.run.smithi120:> 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-04-30T05:13:03.585 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-04-30T05:13:03.586 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-04-30T05:13:03.612 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2024-04-30T05:13:03.631 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T05:13:03.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:03.665 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T05:13:03.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:03.679 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T05:13:03.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T05:13:03.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-30T05:13:03.706 INFO:teuthology.task.internal:Transferring archived files... 2024-04-30T05:13:03.706 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi005 2024-04-30T05:13:03.707 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T05:13:03.740 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi069 2024-04-30T05:13:03.740 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T05:13:03.772 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311/remote/smithi120 2024-04-30T05:13:03.773 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T05:13:03.804 INFO:teuthology.task.internal:Removing archive directory... 2024-04-30T05:13:03.805 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T05:13:03.807 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T05:13:03.810 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T05:13:03.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-30T05:13:03.867 INFO:teuthology.task.internal:Not uploading archives. 2024-04-30T05:13:03.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-30T05:13:03.876 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-30T05:13:03.876 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T05:13:03.879 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T05:13:03.881 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T05:13:03.891 INFO:teuthology.orchestra.run.smithi005.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 05:13 /home/ubuntu/cephtest 2024-04-30T05:13:03.893 INFO:teuthology.orchestra.run.smithi069.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 05:13 /home/ubuntu/cephtest 2024-04-30T05:13:03.908 INFO:teuthology.orchestra.run.smithi120.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 05:13 /home/ubuntu/cephtest 2024-04-30T05:13:03.909 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-30T05:13:03.919 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-30T05:13:03.948 INFO:teuthology.nuke:Checking targets against current locks 2024-04-30T05:13:03.978 DEBUG:teuthology.nuke:shortname: smithi005 2024-04-30T05:13:03.979 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T05:13:04.005 DEBUG:teuthology.nuke:shortname: smithi069 2024-04-30T05:13:04.006 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T05:13:04.014 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.883675', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBf8HRL/hnwc9LgJaYPeEBnlQOuycDNb7dR4WcCwvxPsyFDNk1pDf7YMs4aK3Hisul+zGPKFkmKtHcVQ6qz5Tow='} 2024-04-30T05:13:04.034 DEBUG:teuthology.nuke:shortname: smithi120 2024-04-30T05:13:04.034 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T05:13:04.040 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.880804', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOyebuCR/YUSfQgxaOmGPc4Jjwx/N62A1am4lPxWAsfxvDIXDEBclymJlV9teZMRvuT4KtBKF2X4NLAcsSYeVLU='} 2024-04-30T05:13:04.064 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680311', '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-04-30 05:00:46.882260', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9KVcWlPsUeKxRZ7qi/yu1YvnImLOJi9NnIlPHrjwD/7HWiI7Q9ZR+dN/FGNMmSzuSl2N1/MDHxsjWcEgEN8C0='} 2024-04-30T05:13:04.077 INFO:teuthology.orchestra.console.smithi005:Power off 2024-04-30T05:13:04.077 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T05:13:04.103 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-04-30T05:13:04.104 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:04.128 INFO:teuthology.orchestra.console.smithi069:Power off 2024-04-30T05:13:04.129 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T05:13:04.144 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-04-30T05:13:04.165 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-04-30T05:13:04.165 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:04.184 INFO:teuthology.orchestra.console.smithi120:Power off 2024-04-30T05:13:04.188 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T05:13:04.199 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-30T05:13:04.211 DEBUG:teuthology.orchestra.console.smithi120:power off output: Chassis Power Control: Down/Off 2024-04-30T05:13:04.212 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:04.237 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-30T05:13:08.145 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:08.200 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:08.238 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:08.256 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-04-30T05:13:08.313 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-30T05:13:08.349 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-30T05:13:12.260 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:12.314 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:12.350 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T05:13:12.371 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-04-30T05:13:12.423 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-04-30T05:13:12.460 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is off 2024-04-30T05:13:12.473 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-04-30T05:13:12.526 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-04-30T05:13:12.562 INFO:teuthology.orchestra.console.smithi120:Power off completed 2024-04-30T05:13:12.667 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 382.05802822113037 failure_reason: 'Command failed on smithi005 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=15f18cceda41472b8524689869335b3b status: fail success: false 2024-04-30T05:13:12.667 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T05:13:12.758 INFO:teuthology.run:FAIL