2024-05-03T08:51:48.984 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T08:51:48.984 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221 --verbose --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/orig.config.yaml 2024-05-03T08:51:49.017 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T08:51:49.092 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7687221' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 ceph: conf: mgr: debug mgr: 20 debug ms: 1 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\) log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+1HUtBkiDphYTRI9oMzdGIMBZZ8oAf0UB3jPNhR3XJqpjol80y4sWJpIlrCL6/Lyydxb7O//6E5+y1fosrMOU= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOAT1VbKd+nDSZPik9P0oy6sK8ASdHLKyGZgmGjfWHswqqS5RXzQa8Wd0ONiKzaEYKxtZ3VsYJR1VGMyOP+lPc= tasks: - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T08:51:49.092 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T08:51:49.093 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T08:51:49.093 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T08:51:49.095 INFO:teuthology.task.internal:Checking packages... 2024-05-03T08:51:49.118 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T08:51:49.119 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T08:51:49.119 INFO:teuthology.packaging:ref: None 2024-05-03T08:51:49.119 INFO:teuthology.packaging:tag: None 2024-05-03T08:51:49.119 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T08:51:49.119 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:51:49.119 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T08:51:49.262 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353.gf8e6d2d7 2024-05-03T08:51:49.263 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T08:51:49.270 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T08:51:49.270 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T08:51:49.293 INFO:teuthology.task.internal:Saving configuration 2024-05-03T08:51:49.304 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T08:51:49.313 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T08:51:49.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 08:46:41.178275', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+1HUtBkiDphYTRI9oMzdGIMBZZ8oAf0UB3jPNhR3XJqpjol80y4sWJpIlrCL6/Lyydxb7O//6E5+y1fosrMOU='} 2024-05-03T08:51:49.360 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 08:46:41.176818', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOAT1VbKd+nDSZPik9P0oy6sK8ASdHLKyGZgmGjfWHswqqS5RXzQa8Wd0ONiKzaEYKxtZ3VsYJR1VGMyOP+lPc='} 2024-05-03T08:51:49.360 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T08:51:49.371 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-03T08:51:49.371 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-03T08:51:49.371 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T08:51:49.443 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc1f0b83e50>, signals=[15]) 2024-05-03T08:51:49.443 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T08:51:49.452 INFO:teuthology.task.internal:Opening connections... 2024-05-03T08:51:49.452 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-05-03T08:51:49.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T08:51:49.531 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-05-03T08:51:49.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T08:51:49.604 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T08:51:49.613 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-05-03T08:51:49.630 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-05-03T08:51:49.630 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="9" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="9" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el9" 2024-05-03T08:51:49.687 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:LOGO="fedora-logo-icon" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T08:51:49.688 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T08:51:49.689 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-05-03T08:51:49.712 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-05-03T08:51:49.729 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-05-03T08:51:49.730 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="9" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="9" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el9" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:LOGO="fedora-logo-icon" 2024-05-03T08:51:49.787 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T08:51:49.788 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-05-03T08:51:49.788 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T08:51:49.788 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T08:51:49.788 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T08:51:49.788 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-05-03T08:51:49.803 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T08:51:49.814 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T08:51:49.827 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T08:51:49.827 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-05-03T08:51:49.830 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-05-03T08:51:49.846 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T08:51:49.857 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T08:51:49.857 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-05-03T08:51:49.886 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-05-03T08:51:49.986 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T08:51:50.041 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T08:51:50.059 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T08:51:50.059 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T08:51:50.060 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T08:51:50.060 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T08:51:50.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:51:50.076 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-05-03T08:51:50.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:51:50.077 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-05-03T08:51:50.133 INFO:teuthology.orchestra.run.smithi115.stdout:5.14.0-437.el9.x86_64 2024-05-03T08:51:50.133 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.14.0-437.el9.x86_64 2024-05-03T08:51:50.133 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2024-05-03T08:51:50.134 INFO:teuthology.orchestra.run.smithi195.stdout:5.14.0-437.el9.x86_64 2024-05-03T08:51:50.134 INFO:teuthology.task.kernel:Running kernel on smithi195: 5.14.0-437.el9.x86_64 2024-05-03T08:51:50.134 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-05-03T08:51:53.575 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.0 MB 00:01 2024-05-03T08:51:54.427 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.0 MB 00:02 2024-05-03T08:51:56.555 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-05-03T08:51:56.834 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - AppStream 8.8 MB/s | 19 MB 00:02 2024-05-03T08:52:00.645 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-03T08:52:00.860 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-03T08:52:02.304 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-05-03T08:52:02.353 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-05-03T08:52:03.621 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-03T08:52:03.691 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-03T08:52:08.654 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-03T08:52:08.813 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-05-03T08:52:10.585 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T08:52:10.585 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T08:52:10.677 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T08:52:10.678 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T08:52:10.686 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:52:10.687 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:52:10.687 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:52:10.772 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:52:10.773 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:52:10.773 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:52:10.809 DEBUG:teuthology.orchestra.run.smithi195:> echo no | sudo yum reinstall kernel || true 2024-05-03T08:52:10.873 DEBUG:teuthology.orchestra.run.smithi115:> echo no | sudo yum reinstall kernel || true 2024-05-03T08:52:11.346 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 08:52:08 AM UTC. 2024-05-03T08:52:11.368 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 08:52:08 AM UTC. 2024-05-03T08:52:11.481 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:52:11.485 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:11.485 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-03T08:52:11.485 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:11.485 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalling: 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:11.486 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:52:11.487 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 255 k 2024-05-03T08:52:11.487 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 0 2024-05-03T08:52:11.487 INFO:teuthology.orchestra.run.smithi195.stderr:Operation aborted. 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout:Reinstalling: 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T08:52:11.500 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:11.501 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:52:11.501 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:11.501 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:11.501 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 255 k 2024-05-03T08:52:11.501 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 0 2024-05-03T08:52:11.502 INFO:teuthology.orchestra.run.smithi115.stderr:Operation aborted. 2024-05-03T08:52:11.552 INFO:teuthology.orchestra.run.smithi195.stdout:Is this ok [y/N]: 2024-05-03T08:52:11.552 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum reinstall -y kernel || true 2024-05-03T08:52:11.561 INFO:teuthology.orchestra.run.smithi115.stdout:Is this ok [y/N]: 2024-05-03T08:52:11.562 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum reinstall -y kernel || true 2024-05-03T08:52:12.048 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 08:52:08 AM UTC. 2024-05-03T08:52:12.053 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 08:52:08 AM UTC. 2024-05-03T08:52:12.164 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:52:12.164 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:12.164 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-03T08:52:12.164 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalling: 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 255 k 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 0 2024-05-03T08:52:12.165 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:52:12.169 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:Reinstalling: 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:12.170 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 255 k 2024-05-03T08:52:12.171 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 0 2024-05-03T08:52:12.171 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:52:12.373 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.9 MB/s | 255 kB 00:00 2024-05-03T08:52:12.374 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:52:12.374 INFO:teuthology.orchestra.run.smithi115.stdout:Total 1.2 MB/s | 255 kB 00:00 2024-05-03T08:52:12.394 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:52:12.514 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-05-03T08:52:12.514 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:52:12.514 INFO:teuthology.orchestra.run.smithi195.stdout:Total 729 kB/s | 255 kB 00:00 2024-05-03T08:52:12.532 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:52:12.592 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:52:12.592 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:52:12.597 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:52:12.597 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:52:12.717 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:52:12.718 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:52:12.722 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:52:12.723 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:52:12.737 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:52:12.808 INFO:teuthology.orchestra.run.smithi115.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T08:52:12.808 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:12.874 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:52:12.940 INFO:teuthology.orchestra.run.smithi195.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T08:52:12.940 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:13.551 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:13.551 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T08:52:13.786 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:13.786 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout:Reinstalled: 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:52:14.267 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:52:14.435 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T08:52:14.481 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T08:52:14.482 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T08:52:14.482 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T08:52:14.482 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T08:52:14.482 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T08:52:14.488 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T08:52:14.488 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:14.488 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalled: 2024-05-03T08:52:14.489 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T08:52:14.489 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:52:14.489 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:52:14.521 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-05-03T08:52:14.539 DEBUG:teuthology.parallel:result is None 2024-05-03T08:52:14.651 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T08:52:14.698 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T08:52:14.698 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T08:52:14.698 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T08:52:14.698 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T08:52:14.698 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T08:52:14.725 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-05-03T08:52:14.748 DEBUG:teuthology.parallel:result is None 2024-05-03T08:52:14.748 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T08:52:14.758 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T08:52:14.758 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T08:52:14.761 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T08:52:14.803 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T08:52:14.814 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T08:52:14.828 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T08:52:14.829 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T08:52:14.831 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T08:52:14.871 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T08:52:14.880 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T08:52:14.881 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T08:52:14.897 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T08:52:14.925 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T08:52:14.934 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T08:52:14.977 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T08:52:14.986 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T08:52:14.988 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T08:52:14.997 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T08:52:14.997 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T08:52:15.000 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T08:52:15.023 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T08:52:15.036 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T08:52:15.036 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T08:52:15.063 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T08:52:15.077 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T08:52:15.162 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T08:52:15.205 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T08:52:15.286 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T08:52:15.323 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:52:15.323 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T08:52:15.387 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T08:52:15.426 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T08:52:15.475 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T08:52:15.554 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T08:52:15.596 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:52:15.596 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T08:52:15.658 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-05-03T08:52:15.661 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-05-03T08:52:15.700 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T08:52:15.742 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T08:52:16.193 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T08:52:16.202 INFO:teuthology.task.internal:Starting timer... 2024-05-03T08:52:16.202 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T08:52:16.222 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T08:52:16.233 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T08:52:16.234 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2024-05-03T08:52:16.299 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2024-05-03T08:52:16.301 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-05-03T08:52:16.359 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-05-03T08:52:16.361 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T08:52:16.362 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2024-05-03T08:52:16.404 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2024-05-03T08:52:16.404 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-05-03T08:52:16.428 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-05-03T08:52:16.429 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-05-03T08:52:16.429 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T08:52:16.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:52:16.469 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T08:52:16.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:52:16.494 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T08:52:16.494 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2024-05-03T08:52:16.535 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-05-03T08:52:16.562 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T08:52:16.575 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T08:52:16.593 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-03T08:52:16.595 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T08:56:08.843 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2024-05-03T08:56:08.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-05-03T08:56:08.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T08:56:08.924 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-05-03T08:56:09.005 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-05-03T08:56:09.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-05-03T08:56:09.006 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T08:56:09.078 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-05-03T08:56:09.119 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-05-03T08:56:09.119 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T08:56:09.130 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T08:56:09.131 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T08:56:09.131 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T08:56:09.133 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T08:56:09.134 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T08:56:09.160 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T08:56:09.175 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T08:56:09.186 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T08:56:09.199 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T08:56:09.201 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2024-05-03T08:56:09.213 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2024-05-03T08:56:09.221 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2024-05-03T08:56:09.227 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T08:56:09.232 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2024-05-03T08:56:09.241 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T08:56:09.244 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T08:56:09.258 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T08:56:09.303 INFO:teuthology.orchestra.run.smithi115.stderr:bash: line 1: ntpq: command not found 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.307 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.318 INFO:teuthology.orchestra.run.smithi195.stderr:bash: line 1: ntpq: command not found 2024-05-03T08:56:09.322 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T08:56:09.322 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-05-03T08:56:09.322 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.322 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.322 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.323 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:56:09.323 INFO:teuthology.run_tasks:Running task install... 2024-05-03T08:56:09.333 DEBUG:teuthology.task.install:project ceph 2024-05-03T08:56:09.333 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'}} 2024-05-03T08:56:09.333 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T08:56:09.333 INFO:teuthology.task.install:Using flavor: default 2024-05-03T08:56:09.339 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-03T08:56:09.339 INFO:teuthology.task.install:extra packages: [] 2024-05-03T08:56:09.340 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T08:56:09.340 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:56:09.342 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T08:56:09.343 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:56:09.488 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T08:56:09.488 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T08:56:09.556 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T08:56:09.556 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T08:56:09.661 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T08:56:09.661 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:56:09.661 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T08:56:09.686 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-03T08:56:09.687 DEBUG:teuthology.orchestra.run.smithi115:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T08:56:09.727 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T08:56:09.727 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:56:09.727 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T08:56:09.750 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-03T08:56:09.751 DEBUG:teuthology.orchestra.run.smithi195:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T08:56:09.752 DEBUG:teuthology.orchestra.run.smithi115:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-03T08:56:09.815 DEBUG:teuthology.orchestra.run.smithi195:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-03T08:56:09.825 DEBUG:teuthology.orchestra.run.smithi115:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-03T08:56:09.887 DEBUG:teuthology.orchestra.run.smithi195:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-03T08:56:09.888 INFO:teuthology.orchestra.run.smithi115.stdout:check_obsoletes = 1 2024-05-03T08:56:09.889 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum clean all 2024-05-03T08:56:09.950 INFO:teuthology.orchestra.run.smithi195.stdout:check_obsoletes = 1 2024-05-03T08:56:09.952 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum clean all 2024-05-03T08:56:10.115 INFO:teuthology.orchestra.run.smithi115.stdout:50 files removed 2024-05-03T08:56:10.143 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-radosgw 2024-05-03T08:56:10.179 INFO:teuthology.orchestra.run.smithi195.stdout:50 files removed 2024-05-03T08:56:10.206 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-radosgw 2024-05-03T08:56:10.783 INFO:teuthology.orchestra.run.smithi115.stdout:ceph packages for x86_64 219 kB/s | 84 kB 00:00 2024-05-03T08:56:10.883 INFO:teuthology.orchestra.run.smithi195.stdout:ceph packages for x86_64 201 kB/s | 84 kB 00:00 2024-05-03T08:56:11.150 INFO:teuthology.orchestra.run.smithi115.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-05-03T08:56:11.267 INFO:teuthology.orchestra.run.smithi195.stdout:ceph noarch packages 34 kB/s | 12 kB 00:00 2024-05-03T08:56:11.584 INFO:teuthology.orchestra.run.smithi115.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-05-03T08:56:11.659 INFO:teuthology.orchestra.run.smithi195.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-05-03T08:56:12.126 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-05-03T08:56:12.337 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-05-03T08:56:16.360 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - AppStream 6.0 MB/s | 19 MB 00:03 2024-05-03T08:56:18.210 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - AppStream 3.9 MB/s | 19 MB 00:04 2024-05-03T08:56:21.385 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-05-03T08:56:22.820 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-05-03T08:56:22.836 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.2 MB 00:01 2024-05-03T08:56:24.212 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 16 kB 00:00 2024-05-03T08:56:25.796 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 7.3 MB/s | 21 MB 00:02 2024-05-03T08:56:27.180 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 21 MB 00:02 2024-05-03T08:56:30.837 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-05-03T08:56:32.280 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-05-03T08:56:32.986 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrading: 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T08:56:32.989 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T08:56:32.990 INFO:teuthology.orchestra.run.smithi115.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T08:56:32.991 INFO:teuthology.orchestra.run.smithi115.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Installing weak dependencies: 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Install 30 Packages 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrade 2 Packages 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 60 M 2024-05-03T08:56:32.992 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:56:34.455 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:56:34.457 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrading: 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T08:56:34.458 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T08:56:34.459 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout:Installing weak dependencies: 2024-05-03T08:56:34.460 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:Install 30 Packages 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrade 2 Packages 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 60 M 2024-05-03T08:56:34.461 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:56:34.563 INFO:teuthology.orchestra.run.smithi115.stdout:(1/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 16 MB/s | 21 MB 00:01 2024-05-03T08:56:34.605 INFO:teuthology.orchestra.run.smithi115.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 606 kB/s | 25 kB 00:00 2024-05-03T08:56:34.688 INFO:teuthology.orchestra.run.smithi115.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 8.8 MB/s | 746 kB 00:00 2024-05-03T08:56:34.739 INFO:teuthology.orchestra.run.smithi115.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 9.8 MB/s | 501 kB 00:00 2024-05-03T08:56:35.047 INFO:teuthology.orchestra.run.smithi115.stdout:(5/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 17 MB/s | 5.4 MB 00:00 2024-05-03T08:56:35.097 INFO:teuthology.orchestra.run.smithi115.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 906 kB/s | 45 kB 00:00 2024-05-03T08:56:35.148 INFO:teuthology.orchestra.run.smithi115.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.6 MB/s | 135 kB 00:00 2024-05-03T08:56:35.223 INFO:teuthology.orchestra.run.smithi115.stdout:(8/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 2.7 MB/s | 5.4 MB 00:01 2024-05-03T08:56:35.240 INFO:teuthology.orchestra.run.smithi115.stdout:(9/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 1.7 MB/s | 161 kB 00:00 2024-05-03T08:56:35.307 INFO:teuthology.orchestra.run.smithi115.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 3.8 MB/s | 321 kB 00:00 2024-05-03T08:56:35.340 INFO:teuthology.orchestra.run.smithi115.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 2.9 MB/s | 298 kB 00:00 2024-05-03T08:56:35.416 INFO:teuthology.orchestra.run.smithi115.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 914 kB/s | 99 kB 00:00 2024-05-03T08:56:35.483 INFO:teuthology.orchestra.run.smithi115.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 754 kB/s | 107 kB 00:00 2024-05-03T08:56:35.533 INFO:teuthology.orchestra.run.smithi115.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 904 kB/s | 45 kB 00:00 2024-05-03T08:56:35.583 INFO:teuthology.orchestra.run.smithi115.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 958 kB/s | 160 kB 00:00 2024-05-03T08:56:35.692 INFO:teuthology.orchestra.run.smithi115.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-03T08:56:35.734 INFO:teuthology.orchestra.run.smithi115.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 662 kB 00:00 2024-05-03T08:56:35.759 INFO:teuthology.orchestra.run.smithi115.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 632 kB/s | 42 kB 00:00 2024-05-03T08:56:35.818 INFO:teuthology.orchestra.run.smithi115.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 615 kB/s | 36 kB 00:00 2024-05-03T08:56:35.843 INFO:teuthology.orchestra.run.smithi115.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-05-03T08:56:35.868 INFO:teuthology.orchestra.run.smithi115.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 950 kB/s | 47 kB 00:00 2024-05-03T08:56:35.923 INFO:teuthology.orchestra.run.smithi195.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 5.6 MB/s | 5.4 MB 00:00 2024-05-03T08:56:35.989 INFO:teuthology.orchestra.run.smithi195.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 378 kB/s | 25 kB 00:00 2024-05-03T08:56:36.085 INFO:teuthology.orchestra.run.smithi115.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-05-03T08:56:36.106 INFO:teuthology.orchestra.run.smithi195.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 6.3 MB/s | 746 kB 00:00 2024-05-03T08:56:36.136 INFO:teuthology.orchestra.run.smithi115.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 520 kB/s | 26 kB 00:00 2024-05-03T08:56:36.194 INFO:teuthology.orchestra.run.smithi115.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 835 kB/s | 49 kB 00:00 2024-05-03T08:56:36.198 INFO:teuthology.orchestra.run.smithi195.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 5.3 MB/s | 501 kB 00:00 2024-05-03T08:56:36.261 INFO:teuthology.orchestra.run.smithi115.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-05-03T08:56:36.287 INFO:teuthology.orchestra.run.smithi115.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 733 kB/s | 67 kB 00:00 2024-05-03T08:56:36.362 INFO:teuthology.orchestra.run.smithi115.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-05-03T08:56:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 839 kB 00:00 2024-05-03T08:56:36.513 INFO:teuthology.orchestra.run.smithi115.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-05-03T08:56:36.790 INFO:teuthology.orchestra.run.smithi195.stdout:(5/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 9.1 MB/s | 5.4 MB 00:00 2024-05-03T08:56:36.857 INFO:teuthology.orchestra.run.smithi195.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 679 kB/s | 45 kB 00:00 2024-05-03T08:56:36.924 INFO:teuthology.orchestra.run.smithi195.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.0 MB/s | 135 kB 00:00 2024-05-03T08:56:36.983 INFO:teuthology.orchestra.run.smithi195.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T08:56:37.013 INFO:teuthology.orchestra.run.smithi115.stdout:(30/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9 2.8 MB/s | 11 MB 00:03 2024-05-03T08:56:37.050 INFO:teuthology.orchestra.run.smithi195.stdout:(9/32): python3-rados-19.0.0-3353.gf8e6d2d7.el9 4.7 MB/s | 321 kB 00:00 2024-05-03T08:56:37.117 INFO:teuthology.orchestra.run.smithi195.stdout:(10/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 4.4 MB/s | 298 kB 00:00 2024-05-03T08:56:37.271 INFO:teuthology.orchestra.run.smithi115.stdout:(31/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 3.9 MB/s | 3.4 MB 00:00 2024-05-03T08:56:37.317 INFO:teuthology.orchestra.run.smithi195.stdout:(11/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9. 9.0 MB/s | 21 MB 00:02 2024-05-03T08:56:37.342 INFO:teuthology.orchestra.run.smithi195.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 441 kB/s | 99 kB 00:00 2024-05-03T08:56:37.459 INFO:teuthology.orchestra.run.smithi195.stdout:(13/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9 4.2 MB/s | 11 MB 00:02 2024-05-03T08:56:37.563 INFO:teuthology.orchestra.run.smithi115.stdout:(32/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.0 MB/s | 3.1 MB 00:01 2024-05-03T08:56:37.566 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:56:37.566 INFO:teuthology.orchestra.run.smithi115.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-03T08:56:37.609 INFO:teuthology.orchestra.run.smithi195.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 366 kB/s | 107 kB 00:00 2024-05-03T08:56:37.634 INFO:teuthology.orchestra.run.smithi195.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 258 kB/s | 45 kB 00:00 2024-05-03T08:56:37.659 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:56:37.660 INFO:teuthology.orchestra.run.smithi195.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 505 kB/s | 160 kB 00:00 2024-05-03T08:56:37.695 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:56:37.695 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:56:37.718 INFO:teuthology.orchestra.run.smithi195.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 727 kB/s | 42 kB 00:00 2024-05-03T08:56:37.777 INFO:teuthology.orchestra.run.smithi195.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.9 MB/s | 662 kB 00:00 2024-05-03T08:56:37.811 INFO:teuthology.orchestra.run.smithi195.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-05-03T08:56:37.836 INFO:teuthology.orchestra.run.smithi195.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-05-03T08:56:37.861 INFO:teuthology.orchestra.run.smithi195.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-05-03T08:56:37.887 INFO:teuthology.orchestra.run.smithi195.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-05-03T08:56:38.158 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:56:38.159 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:56:38.370 INFO:teuthology.orchestra.run.smithi195.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 54 kB/s | 26 kB 00:00 2024-05-03T08:56:38.562 INFO:teuthology.orchestra.run.smithi195.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-05-03T08:56:38.704 INFO:teuthology.orchestra.run.smithi195.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 356 kB/s | 309 kB 00:00 2024-05-03T08:56:38.746 INFO:teuthology.orchestra.run.smithi195.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 367 kB/s | 67 kB 00:00 2024-05-03T08:56:39.096 INFO:teuthology.orchestra.run.smithi195.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 547 kB/s | 192 kB 00:00 2024-05-03T08:56:39.623 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:56:39.705 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T08:56:39.743 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T08:56:39.763 INFO:teuthology.orchestra.run.smithi195.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 792 kB/s | 839 kB 00:01 2024-05-03T08:56:39.768 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T08:56:39.791 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T08:56:39.810 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T08:56:40.000 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T08:56:40.038 INFO:teuthology.orchestra.run.smithi195.stdout:(29/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 12 MB/s | 3.4 MB 00:00 2024-05-03T08:56:40.053 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T08:56:40.222 INFO:teuthology.orchestra.run.smithi195.stdout:(30/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 17 MB/s | 3.1 MB 00:00 2024-05-03T08:56:40.378 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T08:56:40.487 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:56:40.580 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:56:40.676 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T08:56:40.705 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T08:56:40.751 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T08:56:40.780 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T08:56:40.824 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T08:56:40.901 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T08:56:40.924 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T08:56:40.988 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T08:56:41.022 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T08:56:41.132 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T08:56:41.139 INFO:teuthology.orchestra.run.smithi195.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 793 kB/s | 1.6 MB 00:02 2024-05-03T08:56:41.165 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T08:56:41.205 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T08:56:41.230 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T08:56:41.259 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T08:56:41.292 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T08:56:41.613 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T08:56:41.655 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T08:56:41.727 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T08:56:41.760 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T08:56:41.795 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T08:56:42.273 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T08:56:42.308 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T08:56:42.379 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T08:56:42.448 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T08:56:42.477 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T08:56:43.647 INFO:teuthology.orchestra.run.smithi195.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 781 kB/s | 4.4 MB 00:05 2024-05-03T08:56:43.652 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:56:43.652 INFO:teuthology.orchestra.run.smithi195.stdout:Total 6.6 MB/s | 60 MB 00:09 2024-05-03T08:56:43.757 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:56:43.792 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:56:43.792 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:56:44.260 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:56:44.261 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:56:44.705 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:44.740 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:45.281 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:45.319 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T08:56:45.410 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T08:56:45.410 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T08:56:45.410 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T08:56:45.410 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:45.437 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:56:45.810 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:56:45.898 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T08:56:45.982 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T08:56:46.011 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T08:56:46.034 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T08:56:46.059 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T08:56:46.259 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T08:56:46.314 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T08:56:46.693 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T08:56:46.754 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:56:46.847 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:56:46.936 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T08:56:46.964 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T08:56:47.027 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T08:56:47.056 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T08:56:47.100 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T08:56:47.168 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T08:56:47.192 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T08:56:47.248 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T08:56:47.282 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T08:56:47.392 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T08:56:47.441 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T08:56:47.482 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T08:56:47.506 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T08:56:47.536 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T08:56:47.568 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T08:56:47.885 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T08:56:47.923 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T08:56:47.997 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T08:56:48.027 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T08:56:48.063 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T08:56:48.555 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T08:56:48.584 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T08:56:48.655 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T08:56:48.733 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T08:56:48.762 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T08:56:51.068 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:51.200 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:51.744 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T08:56:51.779 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T08:56:51.872 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T08:56:51.872 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T08:56:51.872 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T08:56:51.872 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:56:51.905 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /sys 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /proc 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /mnt 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /var/tmp 2024-05-03T08:56:55.038 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /home 2024-05-03T08:56:55.039 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /root 2024-05-03T08:56:55.039 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /tmp 2024-05-03T08:56:55.039 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:56.022 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T08:56:56.046 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:56.048 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T08:56:56.133 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T08:56:56.133 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:56:57.338 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T08:56:57.339 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T08:56:57.340 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T08:56:57.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T08:56:57.342 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T08:56:57.342 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:56:57.342 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T08:56:57.342 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout:Upgraded: 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.119 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.120 INFO:teuthology.orchestra.run.smithi115.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:58.121 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:56:58.402 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-test 2024-05-03T08:56:59.010 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:29 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:56:59.138 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:56:59.138 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout:Install 4 Packages 2024-05-03T08:56:59.139 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:56:59.140 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 50 M 2024-05-03T08:56:59.140 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 211 M 2024-05-03T08:56:59.140 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:56:59.397 INFO:teuthology.orchestra.run.smithi115.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-05-03T08:56:59.448 INFO:teuthology.orchestra.run.smithi115.stdout:(2/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 620 kB/s | 163 kB 00:00 2024-05-03T08:56:59.473 INFO:teuthology.orchestra.run.smithi115.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 841 kB/s | 64 kB 00:00 2024-05-03T08:57:01.096 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /sys 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /proc 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /mnt 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /var/tmp 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /home 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /root 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /tmp 2024-05-03T08:57:01.097 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:01.577 INFO:teuthology.orchestra.run.smithi115.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-03T08:57:01.580 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:01.580 INFO:teuthology.orchestra.run.smithi115.stdout:Total 20 MB/s | 50 MB 00:02 2024-05-03T08:57:01.607 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:01.628 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:01.628 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:02.002 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:02.002 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:02.091 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T08:57:02.115 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T08:57:02.116 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:02.116 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T08:57:02.116 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T08:57:02.116 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T08:57:02.116 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:02.118 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T08:57:02.210 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T08:57:02.210 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:57:02.528 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:02.604 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T08:57:02.643 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T08:57:02.671 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T08:57:03.396 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T08:57:03.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T08:57:03.398 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T08:57:03.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T08:57:03.400 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout:Upgraded: 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T08:57:04.158 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.159 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T08:57:04.160 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:04.161 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:04.442 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-test 2024-05-03T08:57:05.042 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:33 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:05.168 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:05.169 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout:Install 4 Packages 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 50 M 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 211 M 2024-05-03T08:57:05.170 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:05.610 INFO:teuthology.orchestra.run.smithi195.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 423 kB/s | 163 kB 00:00 2024-05-03T08:57:05.820 INFO:teuthology.orchestra.run.smithi195.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 511 kB/s | 305 kB 00:00 2024-05-03T08:57:05.971 INFO:teuthology.orchestra.run.smithi195.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 176 kB/s | 64 kB 00:00 2024-05-03T08:57:07.270 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T08:57:07.343 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T08:57:07.796 INFO:teuthology.orchestra.run.smithi195.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-03T08:57:07.798 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:07.798 INFO:teuthology.orchestra.run.smithi195.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-03T08:57:07.825 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:07.845 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:07.846 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:08.215 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:08.216 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:08.735 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:08.805 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T08:57:08.844 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T08:57:08.873 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T08:57:09.683 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T08:57:09.684 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T08:57:09.684 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T08:57:09.684 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T08:57:09.939 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T08:57:09.940 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:09.940 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:10.244 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph 2024-05-03T08:57:10.761 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:10.889 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T08:57:10.892 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T08:57:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-collections 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T08:57:10.894 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout:Install 36 Packages 2024-05-03T08:57:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:10.896 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 30 M 2024-05-03T08:57:10.896 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 108 M 2024-05-03T08:57:10.896 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:11.695 INFO:teuthology.orchestra.run.smithi115.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-05-03T08:57:11.829 INFO:teuthology.orchestra.run.smithi115.stdout:(2/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-05-03T08:57:12.004 INFO:teuthology.orchestra.run.smithi115.stdout:(3/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.5 MB/s | 2.4 MB 00:00 2024-05-03T08:57:12.104 INFO:teuthology.orchestra.run.smithi115.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 2.4 MB/s | 249 kB 00:00 2024-05-03T08:57:12.688 INFO:teuthology.orchestra.run.smithi115.stdout:(5/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 20 MB/s | 17 MB 00:00 2024-05-03T08:57:12.721 INFO:teuthology.orchestra.run.smithi115.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 410 kB/s | 253 kB 00:00 2024-05-03T08:57:13.155 INFO:teuthology.orchestra.run.smithi115.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 246 kB/s | 106 kB 00:00 2024-05-03T08:57:13.322 INFO:teuthology.orchestra.run.smithi115.stdout:(8/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.9 MB/s | 4.7 MB 00:01 2024-05-03T08:57:13.483 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T08:57:13.552 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T08:57:13.605 INFO:teuthology.orchestra.run.smithi115.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 300 kB/s | 135 kB 00:00 2024-05-03T08:57:13.814 INFO:teuthology.orchestra.run.smithi115.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 254 kB/s | 125 kB 00:00 2024-05-03T08:57:13.981 INFO:teuthology.orchestra.run.smithi115.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-05-03T08:57:14.031 INFO:teuthology.orchestra.run.smithi115.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-05-03T08:57:14.073 INFO:teuthology.orchestra.run.smithi115.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 834 kB/s | 35 kB 00:00 2024-05-03T08:57:14.123 INFO:teuthology.orchestra.run.smithi115.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-03T08:57:14.174 INFO:teuthology.orchestra.run.smithi115.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 832 kB/s | 42 kB 00:00 2024-05-03T08:57:14.199 INFO:teuthology.orchestra.run.smithi115.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 362 kB/s | 215 kB 00:00 2024-05-03T08:57:14.241 INFO:teuthology.orchestra.run.smithi115.stdout:(17/36): python3-cryptography-36.0.1-4.el9.x86_ 808 kB/s | 1.2 MB 00:01 2024-05-03T08:57:14.266 INFO:teuthology.orchestra.run.smithi115.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-05-03T08:57:14.391 INFO:teuthology.orchestra.run.smithi115.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-05-03T08:57:14.441 INFO:teuthology.orchestra.run.smithi115.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 623 kB/s | 151 kB 00:00 2024-05-03T08:57:14.475 INFO:teuthology.orchestra.run.smithi115.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 822 kB/s | 172 kB 00:00 2024-05-03T08:57:14.501 INFO:teuthology.orchestra.run.smithi115.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-05-03T08:57:14.526 INFO:teuthology.orchestra.run.smithi115.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-05-03T08:57:14.559 INFO:teuthology.orchestra.run.smithi115.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-05-03T08:57:14.585 INFO:teuthology.orchestra.run.smithi115.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 332 kB/s | 19 kB 00:00 2024-05-03T08:57:14.610 INFO:teuthology.orchestra.run.smithi115.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-05-03T08:57:14.635 INFO:teuthology.orchestra.run.smithi115.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-05-03T08:57:14.661 INFO:teuthology.orchestra.run.smithi115.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-05-03T08:57:14.685 INFO:teuthology.orchestra.run.smithi115.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-03T08:57:14.719 INFO:teuthology.orchestra.run.smithi115.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-05-03T08:57:14.744 INFO:teuthology.orchestra.run.smithi115.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-05-03T08:57:14.770 INFO:teuthology.orchestra.run.smithi115.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-05-03T08:57:14.795 INFO:teuthology.orchestra.run.smithi115.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-05-03T08:57:14.820 INFO:teuthology.orchestra.run.smithi115.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-05-03T08:57:14.854 INFO:teuthology.orchestra.run.smithi115.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-05-03T08:57:14.887 INFO:teuthology.orchestra.run.smithi115.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-05-03T08:57:14.890 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:14.890 INFO:teuthology.orchestra.run.smithi115.stdout:Total 7.6 MB/s | 30 MB 00:03 2024-05-03T08:57:15.030 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:15.069 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:15.069 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:15.362 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:15.364 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:15.942 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T08:57:15.942 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T08:57:15.942 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T08:57:15.942 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T08:57:16.195 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:16.196 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:16.438 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph 2024-05-03T08:57:16.642 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:16.715 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T08:57:16.748 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T08:57:16.775 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T08:57:16.846 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T08:57:16.901 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T08:57:16.933 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T08:57:16.959 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:44 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:17.023 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T08:57:17.091 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T08:57:17.094 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T08:57:17.095 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-collections 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T08:57:17.096 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout:Install 36 Packages 2024-05-03T08:57:17.097 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:17.098 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 30 M 2024-05-03T08:57:17.098 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 108 M 2024-05-03T08:57:17.098 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:17.127 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T08:57:17.168 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T08:57:17.203 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T08:57:17.233 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T08:57:17.268 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T08:57:17.301 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T08:57:17.334 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T08:57:17.377 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T08:57:17.411 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T08:57:17.449 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T08:57:17.522 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T08:57:17.660 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T08:57:17.732 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T08:57:17.785 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T08:57:17.830 INFO:teuthology.orchestra.run.smithi195.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-03T08:57:17.832 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T08:57:17.881 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T08:57:17.937 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T08:57:17.972 INFO:teuthology.orchestra.run.smithi195.stdout:(2/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-05-03T08:57:18.129 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T08:57:18.171 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T08:57:18.248 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T08:57:18.336 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T08:57:18.356 INFO:teuthology.orchestra.run.smithi195.stdout:(3/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.2 MB/s | 2.4 MB 00:00 2024-05-03T08:57:18.369 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T08:57:18.473 INFO:teuthology.orchestra.run.smithi195.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 2.1 MB/s | 249 kB 00:00 2024-05-03T08:57:18.485 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T08:57:18.640 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T08:57:18.672 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T08:57:18.690 INFO:teuthology.orchestra.run.smithi195.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T08:57:18.697 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:18.924 INFO:teuthology.orchestra.run.smithi195.stdout:(6/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-03T08:57:18.990 INFO:teuthology.orchestra.run.smithi195.stdout:(7/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.1 MB/s | 4.7 MB 00:01 2024-05-03T08:57:19.165 INFO:teuthology.orchestra.run.smithi195.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 441 kB/s | 106 kB 00:00 2024-05-03T08:57:19.199 INFO:teuthology.orchestra.run.smithi195.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 647 kB/s | 135 kB 00:00 2024-05-03T08:57:19.233 INFO:teuthology.orchestra.run.smithi195.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-05-03T08:57:19.275 INFO:teuthology.orchestra.run.smithi195.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 2.1 MB/s | 1.2 MB 00:00 2024-05-03T08:57:19.317 INFO:teuthology.orchestra.run.smithi195.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-05-03T08:57:19.367 INFO:teuthology.orchestra.run.smithi195.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-05-03T08:57:19.392 INFO:teuthology.orchestra.run.smithi195.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-05-03T08:57:19.417 INFO:teuthology.orchestra.run.smithi195.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 346 kB/s | 35 kB 00:00 2024-05-03T08:57:19.468 INFO:teuthology.orchestra.run.smithi195.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 508 kB/s | 51 kB 00:00 2024-05-03T08:57:19.493 INFO:teuthology.orchestra.run.smithi195.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 556 kB/s | 42 kB 00:00 2024-05-03T08:57:19.677 INFO:teuthology.orchestra.run.smithi195.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-05-03T08:57:20.052 INFO:teuthology.orchestra.run.smithi195.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 78 kB/s | 43 kB 00:00 2024-05-03T08:57:20.131 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T08:57:20.157 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T08:57:20.157 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:20.157 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T08:57:20.157 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T08:57:20.157 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T08:57:20.158 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:20.194 INFO:teuthology.orchestra.run.smithi195.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 208 kB/s | 151 kB 00:00 2024-05-03T08:57:20.302 INFO:teuthology.orchestra.run.smithi195.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-05-03T08:57:20.361 INFO:teuthology.orchestra.run.smithi195.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 251 kB/s | 172 kB 00:00 2024-05-03T08:57:20.403 INFO:teuthology.orchestra.run.smithi195.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-05-03T08:57:20.461 INFO:teuthology.orchestra.run.smithi195.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-05-03T08:57:20.503 INFO:teuthology.orchestra.run.smithi195.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-05-03T08:57:20.554 INFO:teuthology.orchestra.run.smithi195.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 715 kB/s | 358 kB 00:00 2024-05-03T08:57:20.579 INFO:teuthology.orchestra.run.smithi195.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-05-03T08:57:20.598 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T08:57:20.604 INFO:teuthology.orchestra.run.smithi195.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T08:57:20.622 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:20.713 INFO:teuthology.orchestra.run.smithi195.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-03T08:57:20.738 INFO:teuthology.orchestra.run.smithi195.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 428 kB/s | 79 kB 00:00 2024-05-03T08:57:20.847 INFO:teuthology.orchestra.run.smithi195.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 331 kB/s | 36 kB 00:00 2024-05-03T08:57:20.857 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T08:57:20.880 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T08:57:20.880 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:20.880 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T08:57:20.880 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T08:57:20.880 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T08:57:20.881 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:20.897 INFO:teuthology.orchestra.run.smithi195.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 489 kB/s | 90 kB 00:00 2024-05-03T08:57:20.943 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T08:57:21.005 INFO:teuthology.orchestra.run.smithi195.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 639 kB/s | 272 kB 00:00 2024-05-03T08:57:21.106 INFO:teuthology.orchestra.run.smithi195.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-05-03T08:57:21.214 INFO:teuthology.orchestra.run.smithi195.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 625 kB/s | 230 kB 00:00 2024-05-03T08:57:21.481 INFO:teuthology.orchestra.run.smithi195.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 731 kB/s | 427 kB 00:00 2024-05-03T08:57:21.487 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:21.487 INFO:teuthology.orchestra.run.smithi195.stdout:Total 6.9 MB/s | 30 MB 00:04 2024-05-03T08:57:21.623 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:21.662 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:21.662 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:21.956 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:21.956 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T08:57:22.601 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T08:57:22.602 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T08:57:22.603 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T08:57:23.229 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:23.275 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T08:57:23.308 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T08:57:23.353 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T08:57:23.408 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T08:57:23.409 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T08:57:23.410 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:23.411 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:23.424 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T08:57:23.469 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T08:57:23.502 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T08:57:23.593 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T08:57:23.663 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T08:57:23.704 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T08:57:23.739 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T08:57:23.756 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-base 2024-05-03T08:57:23.777 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T08:57:23.812 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T08:57:23.845 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T08:57:23.886 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T08:57:23.929 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T08:57:23.964 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T08:57:24.002 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T08:57:24.075 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T08:57:24.213 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T08:57:24.275 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:24.292 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T08:57:24.354 INFO:teuthology.orchestra.run.smithi115.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:57:24.354 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T08:57:24.393 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T08:57:24.395 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:24.396 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:57:24.397 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:24.442 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T08:57:24.470 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install cephadm 2024-05-03T08:57:24.497 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T08:57:24.692 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T08:57:24.739 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T08:57:24.818 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T08:57:24.906 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T08:57:24.947 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T08:57:24.976 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:25.063 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T08:57:25.095 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:25.095 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:57:25.096 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:25.097 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 762 k 2024-05-03T08:57:25.097 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 769 k 2024-05-03T08:57:25.097 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:25.226 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T08:57:25.248 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T08:57:25.274 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:25.532 INFO:teuthology.orchestra.run.smithi115.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-05-03T08:57:25.532 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:25.532 INFO:teuthology.orchestra.run.smithi115.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-03T08:57:25.533 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:25.538 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:25.538 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:25.543 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:25.544 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:25.616 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:26.048 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:26.133 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:26.465 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:26.700 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:26.708 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T08:57:26.735 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:26.902 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T08:57:27.175 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T08:57:27.198 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T08:57:27.198 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:27.198 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T08:57:27.198 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T08:57:27.198 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T08:57:27.199 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:27.425 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:27.426 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T08:57:27.449 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:27.514 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T08:57:27.556 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:27.556 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:27.556 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repo Size 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:57:27.557 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:27.558 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 145 k 2024-05-03T08:57:27.558 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 435 k 2024-05-03T08:57:27.558 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:27.862 INFO:teuthology.orchestra.run.smithi115.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 476 kB/s | 145 kB 00:00 2024-05-03T08:57:27.863 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:27.863 INFO:teuthology.orchestra.run.smithi115.stdout:Total 474 kB/s | 145 kB 00:00 2024-05-03T08:57:27.863 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:27.871 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:27.871 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:27.926 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:27.927 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:28.084 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:28.163 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:28.188 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:28.188 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:28.188 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T08:57:28.188 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:29.066 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:29.286 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T08:57:29.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T08:57:29.288 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T08:57:29.289 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T08:57:29.300 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-mgr 2024-05-03T08:57:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:29.888 INFO:teuthology.orchestra.run.smithi115.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:57:29.931 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:29.932 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:57:29.933 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:30.000 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T08:57:30.203 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T08:57:30.203 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:30.203 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:30.203 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:30.203 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T08:57:30.204 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T08:57:30.205 INFO:teuthology.orchestra.run.smithi195.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:30.206 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:30.504 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:30.558 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-base 2024-05-03T08:57:30.624 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:30.625 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:30.625 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T08:57:30.626 INFO:teuthology.orchestra.run.smithi115.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout:Install 12 Packages 2024-05-03T08:57:30.627 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:30.628 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 8.6 M 2024-05-03T08:57:30.628 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 104 M 2024-05-03T08:57:30.628 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:31.078 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:31.156 INFO:teuthology.orchestra.run.smithi195.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:57:31.197 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:31.198 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:57:31.198 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:31.263 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install cephadm 2024-05-03T08:57:31.375 INFO:teuthology.orchestra.run.smithi115.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 85 kB/s | 16 kB 00:00 2024-05-03T08:57:31.417 INFO:teuthology.orchestra.run.smithi115.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3353.gf8 145 kB/s | 34 kB 00:00 2024-05-03T08:57:31.592 INFO:teuthology.orchestra.run.smithi115.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-05-03T08:57:31.750 INFO:teuthology.orchestra.run.smithi115.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.7 MB/s | 1.0 MB 00:00 2024-05-03T08:57:31.770 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:31.842 INFO:teuthology.orchestra.run.smithi115.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 5.3 MB/s | 3.5 MB 00:00 2024-05-03T08:57:31.884 INFO:teuthology.orchestra.run.smithi115.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.9 MB/s | 863 kB 00:00 2024-05-03T08:57:31.890 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:31.891 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:31.891 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:31.891 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:31.891 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:31.891 INFO:teuthology.orchestra.run.smithi195.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 762 k 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 769 k 2024-05-03T08:57:31.892 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:32.084 INFO:teuthology.orchestra.run.smithi115.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-05-03T08:57:32.276 INFO:teuthology.orchestra.run.smithi115.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-05-03T08:57:32.317 INFO:teuthology.orchestra.run.smithi195.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-05-03T08:57:32.318 INFO:teuthology.orchestra.run.smithi115.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 618 kB/s | 144 kB 00:00 2024-05-03T08:57:32.319 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:32.319 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-03T08:57:32.319 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:32.324 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:32.324 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:32.329 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:32.330 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:32.368 INFO:teuthology.orchestra.run.smithi115.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 334 kB/s | 31 kB 00:00 2024-05-03T08:57:32.401 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:32.485 INFO:teuthology.orchestra.run.smithi115.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-05-03T08:57:32.585 INFO:teuthology.orchestra.run.smithi115.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.9 MB/s | 2.0 MB 00:00 2024-05-03T08:57:32.588 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:32.588 INFO:teuthology.orchestra.run.smithi115.stdout:Total 4.4 MB/s | 8.6 MB 00:01 2024-05-03T08:57:32.636 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:32.653 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:32.653 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:32.807 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:32.808 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:32.835 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:32.919 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:33.246 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:33.345 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:33.420 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T08:57:33.463 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:33.470 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:33.510 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T08:57:33.540 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T08:57:33.617 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T08:57:33.637 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T08:57:33.744 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T08:57:33.829 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T08:57:33.872 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T08:57:33.916 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T08:57:33.949 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T08:57:34.156 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:02 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:34.278 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T08:57:34.279 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 145 k 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 435 k 2024-05-03T08:57:34.280 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:34.498 INFO:teuthology.orchestra.run.smithi195.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 666 kB/s | 145 kB 00:00 2024-05-03T08:57:34.498 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:34.499 INFO:teuthology.orchestra.run.smithi195.stdout:Total 660 kB/s | 145 kB 00:00 2024-05-03T08:57:34.499 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:34.507 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:34.507 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:34.563 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:34.563 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:34.710 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:34.799 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:34.824 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:34.824 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:57:34.824 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T08:57:34.824 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:34.994 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T08:57:35.024 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T08:57:35.660 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T08:57:35.660 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:35.660 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:35.661 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:57:35.661 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:35.661 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:35.880 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr 2024-05-03T08:57:36.333 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T08:57:36.334 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T08:57:36.335 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T08:57:36.335 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T08:57:36.335 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T08:57:36.335 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T08:57:36.396 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:04 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:36.474 INFO:teuthology.orchestra.run.smithi195.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:57:36.516 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:36.517 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:57:36.517 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:36.590 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T08:57:36.622 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T08:57:36.623 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T08:57:36.624 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T08:57:36.624 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:36.624 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:36.872 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T08:57:37.103 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:05 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:37.225 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:37.226 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T08:57:37.227 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout:Install 12 Packages 2024-05-03T08:57:37.228 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:37.229 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 8.6 M 2024-05-03T08:57:37.229 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 104 M 2024-05-03T08:57:37.229 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:37.378 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:07 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:37.499 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout:======================================================================================= 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout:======================================================================================= 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T08:57:37.501 INFO:teuthology.orchestra.run.smithi115.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout:======================================================================================= 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout:Install 12 Packages 2024-05-03T08:57:37.502 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:37.503 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 38 M 2024-05-03T08:57:37.503 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 209 M 2024-05-03T08:57:37.503 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:37.794 INFO:teuthology.orchestra.run.smithi195.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 133 kB/s | 34 kB 00:00 2024-05-03T08:57:37.819 INFO:teuthology.orchestra.run.smithi195.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 58 kB/s | 16 kB 00:00 2024-05-03T08:57:37.911 INFO:teuthology.orchestra.run.smithi115.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 941 kB/s | 195 kB 00:00 2024-05-03T08:57:37.937 INFO:teuthology.orchestra.run.smithi115.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.4 MB/s | 803 kB 00:00 2024-05-03T08:57:37.995 INFO:teuthology.orchestra.run.smithi195.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-05-03T08:57:38.020 INFO:teuthology.orchestra.run.smithi115.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-05-03T08:57:38.070 INFO:teuthology.orchestra.run.smithi115.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-05-03T08:57:38.145 INFO:teuthology.orchestra.run.smithi195.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-05-03T08:57:38.162 INFO:teuthology.orchestra.run.smithi115.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-05-03T08:57:38.253 INFO:teuthology.orchestra.run.smithi195.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 4.9 MB/s | 3.5 MB 00:00 2024-05-03T08:57:38.379 INFO:teuthology.orchestra.run.smithi115.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-33 11 MB/s | 7.4 MB 00:00 2024-05-03T08:57:38.504 INFO:teuthology.orchestra.run.smithi195.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-05-03T08:57:38.555 INFO:teuthology.orchestra.run.smithi115.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-05-03T08:57:38.613 INFO:teuthology.orchestra.run.smithi115.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.4 MB/s | 3.0 MB 00:00 2024-05-03T08:57:38.697 INFO:teuthology.orchestra.run.smithi115.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-05-03T08:57:38.712 INFO:teuthology.orchestra.run.smithi195.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 966 kB/s | 548 kB 00:00 2024-05-03T08:57:38.871 INFO:teuthology.orchestra.run.smithi195.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 986 kB/s | 863 kB 00:00 2024-05-03T08:57:39.096 INFO:teuthology.orchestra.run.smithi195.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 376 kB/s | 144 kB 00:00 2024-05-03T08:57:39.121 INFO:teuthology.orchestra.run.smithi195.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 123 kB/s | 31 kB 00:00 2024-05-03T08:57:39.180 INFO:teuthology.orchestra.run.smithi115.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.7 MB/s | 4.7 MB 00:01 2024-05-03T08:57:39.355 INFO:teuthology.orchestra.run.smithi195.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-05-03T08:57:39.555 INFO:teuthology.orchestra.run.smithi195.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 411 kB/s | 188 kB 00:00 2024-05-03T08:57:39.558 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:39.558 INFO:teuthology.orchestra.run.smithi195.stdout:Total 3.7 MB/s | 8.6 MB 00:02 2024-05-03T08:57:39.607 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:39.624 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:39.624 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:39.777 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:39.777 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:39.905 INFO:teuthology.orchestra.run.smithi115.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.8 MB/s | 5.1 MB 00:01 2024-05-03T08:57:40.337 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:40.406 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T08:57:40.440 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T08:57:40.486 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T08:57:40.528 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T08:57:40.604 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T08:57:40.729 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T08:57:40.822 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T08:57:40.866 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T08:57:40.904 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T08:57:40.935 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T08:57:41.663 INFO:teuthology.orchestra.run.smithi115.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.5 MB/s | 16 MB 00:02 2024-05-03T08:57:41.664 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:41.665 INFO:teuthology.orchestra.run.smithi115.stdout:Total 9.1 MB/s | 38 MB 00:04 2024-05-03T08:57:41.986 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T08:57:42.014 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:42.036 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T08:57:42.041 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:42.041 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:42.458 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:42.458 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:43.270 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:43.344 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T08:57:43.388 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T08:57:43.396 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T08:57:43.397 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T08:57:43.496 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T08:57:43.547 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T08:57:43.696 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T08:57:43.696 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:43.696 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:43.696 INFO:teuthology.orchestra.run.smithi195.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:43.697 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:43.726 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T08:57:43.754 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T08:57:43.832 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T08:57:43.947 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T08:57:44.454 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:12 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:44.473 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T08:57:44.576 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T08:57:44.577 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:44.578 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-03T08:57:44.578 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:44.578 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-03T08:57:44.578 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:44.578 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:44.579 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-03T08:57:44.580 INFO:teuthology.orchestra.run.smithi195.stdout:Install 12 Packages 2024-05-03T08:57:44.580 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:44.580 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 38 M 2024-05-03T08:57:44.580 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 209 M 2024-05-03T08:57:44.580 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:44.965 INFO:teuthology.orchestra.run.smithi195.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 968 kB/s | 195 kB 00:00 2024-05-03T08:57:45.032 INFO:teuthology.orchestra.run.smithi195.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 489 kB/s | 33 kB 00:00 2024-05-03T08:57:45.149 INFO:teuthology.orchestra.run.smithi195.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 803 kB 00:00 2024-05-03T08:57:45.249 INFO:teuthology.orchestra.run.smithi195.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-05-03T08:57:45.274 INFO:teuthology.orchestra.run.smithi195.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 145 kB/s | 18 kB 00:00 2024-05-03T08:57:45.333 INFO:teuthology.orchestra.run.smithi195.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 605 kB/s | 35 kB 00:00 2024-05-03T08:57:45.442 INFO:teuthology.orchestra.run.smithi195.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-05-03T08:57:45.542 INFO:teuthology.orchestra.run.smithi195.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-05-03T08:57:45.659 INFO:teuthology.orchestra.run.smithi195.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-33 8.3 MB/s | 7.4 MB 00:00 2024-05-03T08:57:45.709 INFO:teuthology.orchestra.run.smithi195.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.5 MB/s | 250 kB 00:00 2024-05-03T08:57:45.810 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T08:57:46.010 INFO:teuthology.orchestra.run.smithi195.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.0 MB/s | 5.1 MB 00:00 2024-05-03T08:57:46.601 INFO:teuthology.orchestra.run.smithi195.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 17 MB/s | 16 MB 00:00 2024-05-03T08:57:46.602 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:46.602 INFO:teuthology.orchestra.run.smithi195.stdout:Total 19 MB/s | 38 MB 00:02 2024-05-03T08:57:46.843 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T08:57:46.877 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T08:57:46.950 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:46.976 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:46.976 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:47.383 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:47.384 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:48.190 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:48.248 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T08:57:48.299 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T08:57:48.398 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T08:57:48.442 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T08:57:48.611 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T08:57:48.633 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T08:57:48.709 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T08:57:49.350 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T08:57:49.464 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T08:57:49.487 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T08:57:49.487 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T08:57:49.487 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T08:57:49.487 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T08:57:49.487 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T08:57:49.488 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T08:57:49.856 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T08:57:49.856 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:49.856 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:49.856 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:49.857 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:50.185 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-mgr-rook 2024-05-03T08:57:50.689 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T08:57:50.705 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:20 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:50.824 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T08:57:50.826 INFO:teuthology.orchestra.run.smithi115.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout:Install 13 Packages 2024-05-03T08:57:50.827 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:50.828 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 2.2 M 2024-05-03T08:57:50.828 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 26 M 2024-05-03T08:57:50.828 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:51.160 INFO:teuthology.orchestra.run.smithi115.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 376 kB/s | 26 kB 00:00 2024-05-03T08:57:51.202 INFO:teuthology.orchestra.run.smithi115.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 174 kB/s | 19 kB 00:00 2024-05-03T08:57:51.269 INFO:teuthology.orchestra.run.smithi115.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.5 MB/s | 222 kB 00:00 2024-05-03T08:57:51.285 INFO:teuthology.orchestra.run.smithi115.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-05-03T08:57:51.361 INFO:teuthology.orchestra.run.smithi115.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 715 kB/s | 54 kB 00:00 2024-05-03T08:57:51.386 INFO:teuthology.orchestra.run.smithi115.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-05-03T08:57:51.403 INFO:teuthology.orchestra.run.smithi115.stdout:(7/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 158 kB/s | 49 kB 00:00 2024-05-03T08:57:51.637 INFO:teuthology.orchestra.run.smithi115.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-05-03T08:57:51.662 INFO:teuthology.orchestra.run.smithi115.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 54 kB/s | 15 kB 00:00 2024-05-03T08:57:51.708 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T08:57:51.741 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T08:57:51.804 INFO:teuthology.orchestra.run.smithi115.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-05-03T08:57:51.829 INFO:teuthology.orchestra.run.smithi115.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 483 kB/s | 206 kB 00:00 2024-05-03T08:57:51.929 INFO:teuthology.orchestra.run.smithi115.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-05-03T08:57:51.963 INFO:teuthology.orchestra.run.smithi115.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-05-03T08:57:51.966 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:51.966 INFO:teuthology.orchestra.run.smithi115.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-05-03T08:57:52.029 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:52.043 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:52.044 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:52.127 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:52.127 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:52.630 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:52.807 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T08:57:52.855 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T08:57:52.910 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T08:57:52.940 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T08:57:52.981 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T08:57:53.073 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T08:57:53.176 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T08:57:53.224 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T08:57:53.935 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T08:57:53.980 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T08:57:54.013 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T08:57:54.061 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T08:57:54.083 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T08:57:54.489 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T08:57:54.490 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T08:57:54.844 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T08:57:54.845 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T08:57:54.866 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:54.867 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T08:57:55.153 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:55.154 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:55.207 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-rook 2024-05-03T08:57:55.376 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T08:57:55.731 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:23 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:57:55.851 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:57:55.852 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:55.852 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:57:55.853 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:55.853 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:57:55.853 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T08:57:55.853 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:57:55.853 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T08:57:55.854 INFO:teuthology.orchestra.run.smithi195.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T08:57:55.855 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:55.856 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:57:55.856 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:57:55.856 INFO:teuthology.orchestra.run.smithi195.stdout:Install 13 Packages 2024-05-03T08:57:55.856 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:57:55.857 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 2.2 M 2024-05-03T08:57:55.857 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 26 M 2024-05-03T08:57:55.858 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:57:55.886 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:25 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:57:56.005 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:57:56.005 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:56.005 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:57:56.006 INFO:teuthology.orchestra.run.smithi115.stdout:Install 6 Packages 2024-05-03T08:57:56.007 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:56.007 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 7.0 M 2024-05-03T08:57:56.007 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 33 M 2024-05-03T08:57:56.007 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:57:56.234 INFO:teuthology.orchestra.run.smithi195.stdout:(1/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 264 kB/s | 49 kB 00:00 2024-05-03T08:57:56.317 INFO:teuthology.orchestra.run.smithi195.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 71 kB/s | 19 kB 00:00 2024-05-03T08:57:56.342 INFO:teuthology.orchestra.run.smithi195.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-05-03T08:57:56.597 INFO:teuthology.orchestra.run.smithi115.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-05-03T08:57:56.814 INFO:teuthology.orchestra.run.smithi115.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-05-03T08:57:56.839 INFO:teuthology.orchestra.run.smithi115.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 345 kB/s | 142 kB 00:00 2024-05-03T08:57:56.918 INFO:teuthology.orchestra.run.smithi195.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 264 kB/s | 159 kB 00:00 2024-05-03T08:57:56.948 INFO:teuthology.orchestra.run.smithi115.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-05-03T08:57:56.973 INFO:teuthology.orchestra.run.smithi115.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-05-03T08:57:56.998 INFO:teuthology.orchestra.run.smithi115.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 321 kB/s | 51 kB 00:00 2024-05-03T08:57:56.999 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:57.000 INFO:teuthology.orchestra.run.smithi115.stdout:Total 7.0 MB/s | 7.0 MB 00:00 2024-05-03T08:57:57.070 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:57:57.076 INFO:teuthology.orchestra.run.smithi195.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 264 kB/s | 222 kB 00:00 2024-05-03T08:57:57.081 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:57:57.081 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:57:57.143 INFO:teuthology.orchestra.run.smithi195.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-05-03T08:57:57.176 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:57:57.177 INFO:teuthology.orchestra.run.smithi195.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 334 kB/s | 279 kB 00:00 2024-05-03T08:57:57.177 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:57:57.202 INFO:teuthology.orchestra.run.smithi195.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 257 kB/s | 15 kB 00:00 2024-05-03T08:57:57.252 INFO:teuthology.orchestra.run.smithi195.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 2.7 MB/s | 206 kB 00:00 2024-05-03T08:57:57.308 INFO:teuthology.orchestra.run.smithi195.stdout:(10/13): python3-requests-oauthlib-1.3.0-12.el9 137 kB/s | 54 kB 00:00 2024-05-03T08:57:57.336 INFO:teuthology.orchestra.run.smithi195.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 706 kB/s | 59 kB 00:00 2024-05-03T08:57:57.361 INFO:teuthology.orchestra.run.smithi195.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-05-03T08:57:57.403 INFO:teuthology.orchestra.run.smithi195.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.1 MB/s | 1.0 MB 00:00 2024-05-03T08:57:57.404 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:57:57.404 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-05-03T08:57:57.471 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:57:57.477 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:57:57.486 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:57:57.486 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:57:57.569 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:57:57.569 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:57:57.648 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T08:57:57.700 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T08:57:58.078 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:57:58.220 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T08:57:58.250 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T08:57:58.304 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T08:57:58.310 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T08:57:58.368 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T08:57:58.373 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T08:57:58.403 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T08:57:58.405 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T08:57:58.446 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T08:57:58.541 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T08:57:58.651 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T08:57:58.707 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T08:57:59.106 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T08:57:59.360 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T08:57:59.360 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:59.360 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:57:59.360 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:57:59.361 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:57:59.429 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T08:57:59.471 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T08:57:59.504 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T08:57:59.552 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T08:57:59.574 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T08:57:59.618 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-fuse 2024-05-03T08:58:00.131 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:30 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:00.251 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:00.252 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:00.253 INFO:teuthology.orchestra.run.smithi115.stdout:Install 2 Packages 2024-05-03T08:58:00.253 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:00.253 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 970 k 2024-05-03T08:58:00.253 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 2.8 M 2024-05-03T08:58:00.253 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T08:58:00.279 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T08:58:00.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T08:58:00.558 INFO:teuthology.orchestra.run.smithi115.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 421 kB/s | 80 kB 00:00 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T08:58:00.577 INFO:teuthology.orchestra.run.smithi195.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:00.578 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:00.791 INFO:teuthology.orchestra.run.smithi115.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-05-03T08:58:00.792 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:00.792 INFO:teuthology.orchestra.run.smithi115.stdout:Total 1.8 MB/s | 970 kB 00:00 2024-05-03T08:58:00.804 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:00.825 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:00.825 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:00.835 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T08:58:00.902 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:00.902 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:01.089 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:01.225 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T08:58:01.296 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T08:58:01.346 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:29 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T08:58:01.471 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:Install 6 Packages 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 7.0 M 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 33 M 2024-05-03T08:58:01.472 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:01.976 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T08:58:01.976 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T08:58:02.147 INFO:teuthology.orchestra.run.smithi195.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 601 kB/s | 142 kB 00:00 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:02.235 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:02.493 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-volume 2024-05-03T08:58:02.747 INFO:teuthology.orchestra.run.smithi195.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 998 kB/s | 548 kB 00:00 2024-05-03T08:58:02.772 INFO:teuthology.orchestra.run.smithi195.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 288 kB/s | 248 kB 00:00 2024-05-03T08:58:02.831 INFO:teuthology.orchestra.run.smithi195.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 691 kB/s | 58 kB 00:00 2024-05-03T08:58:03.009 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:33 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:03.031 INFO:teuthology.orchestra.run.smithi195.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 197 kB/s | 51 kB 00:00 2024-05-03T08:58:03.130 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:03.131 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout:Install 2 Packages 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 350 k 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 1.5 M 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:03.132 INFO:teuthology.orchestra.run.smithi195.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.9 MB/s | 6.0 MB 00:01 2024-05-03T08:58:03.133 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:03.133 INFO:teuthology.orchestra.run.smithi195.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-05-03T08:58:03.204 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:03.214 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:03.215 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:03.311 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:03.311 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:03.421 INFO:teuthology.orchestra.run.smithi115.stdout:(1/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-03T08:58:03.615 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:03.770 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T08:58:03.817 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T08:58:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 109 kB/s | 77 kB 00:00 2024-05-03T08:58:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:Total 462 kB/s | 350 kB 00:00 2024-05-03T08:58:03.900 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:03.911 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:03.911 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:03.937 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:03.937 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:04.101 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:04.293 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T08:58:04.326 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T08:58:04.331 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T08:58:04.338 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T08:58:04.338 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:58:04.338 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T08:58:04.339 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:04.420 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T08:58:04.483 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T08:58:04.513 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T08:58:04.997 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T08:58:05.246 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:05.268 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:05.493 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T08:58:05.493 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:05.493 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:05.493 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:58:05.493 INFO:teuthology.orchestra.run.smithi195.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:05.494 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:05.588 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install librados-devel 2024-05-03T08:58:05.736 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-fuse 2024-05-03T08:58:06.111 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:36 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repo Size 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T08:58:06.234 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:06.235 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:06.235 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:06.235 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:58:06.235 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:06.235 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 127 k 2024-05-03T08:58:06.236 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 456 k 2024-05-03T08:58:06.236 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:06.248 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:06.371 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:06.373 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout:Install 2 Packages 2024-05-03T08:58:06.374 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:06.375 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 970 k 2024-05-03T08:58:06.375 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 2.8 M 2024-05-03T08:58:06.375 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:06.573 INFO:teuthology.orchestra.run.smithi115.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 375 kB/s | 127 kB 00:00 2024-05-03T08:58:06.574 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:06.574 INFO:teuthology.orchestra.run.smithi115.stdout:Total 373 kB/s | 127 kB 00:00 2024-05-03T08:58:06.574 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:06.580 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:06.580 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:06.643 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:06.643 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:06.667 INFO:teuthology.orchestra.run.smithi195.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 355 kB/s | 80 kB 00:00 2024-05-03T08:58:06.798 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:06.867 INFO:teuthology.orchestra.run.smithi195.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-05-03T08:58:06.868 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:06.869 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.9 MB/s | 970 kB 00:00 2024-05-03T08:58:06.881 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:06.903 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:06.903 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:06.928 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:06.980 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:06.981 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:07.160 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:07.272 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:07.302 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T08:58:07.366 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:07.507 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:07.748 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install libcephfs2 2024-05-03T08:58:08.086 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T08:58:08.086 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T08:58:08.268 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:08.343 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:08.348 INFO:teuthology.orchestra.run.smithi115.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:08.391 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:08.392 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:08.392 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:08.476 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install libcephfs-devel 2024-05-03T08:58:08.607 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-volume 2024-05-03T08:58:08.986 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:09.105 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repo Size 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:09.106 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 32 k 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 142 k 2024-05-03T08:58:09.107 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:09.130 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:09.254 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:09.255 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:09.256 INFO:teuthology.orchestra.run.smithi195.stdout:Install 2 Packages 2024-05-03T08:58:09.256 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:09.256 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 350 k 2024-05-03T08:58:09.256 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 1.5 M 2024-05-03T08:58:09.256 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:09.343 INFO:teuthology.orchestra.run.smithi115.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 134 kB/s | 32 kB 00:00 2024-05-03T08:58:09.343 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:09.343 INFO:teuthology.orchestra.run.smithi115.stdout:Total 134 kB/s | 32 kB 00:00 2024-05-03T08:58:09.344 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:09.347 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:09.347 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:09.349 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:09.350 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:09.438 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:09.529 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:09.685 INFO:teuthology.orchestra.run.smithi195.stdout:(1/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 755 kB/s | 273 kB 00:00 2024-05-03T08:58:09.748 INFO:teuthology.orchestra.run.smithi195.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 182 kB/s | 77 kB 00:00 2024-05-03T08:58:09.748 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:09.748 INFO:teuthology.orchestra.run.smithi195.stdout:Total 711 kB/s | 350 kB 00:00 2024-05-03T08:58:09.760 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:09.770 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:09.770 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:09.796 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:09.796 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:09.871 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:09.938 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:10.082 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:10.082 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:10.082 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:10.082 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:10.083 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:10.083 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:10.112 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T08:58:10.161 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T08:58:10.176 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T08:58:10.177 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:58:10.177 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T08:58:10.177 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:10.265 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install librados2 2024-05-03T08:58:10.776 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:10.850 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T08:58:10.855 INFO:teuthology.orchestra.run.smithi115.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:10.896 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:10.897 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:10.897 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:10.976 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install librbd1 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:11.145 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:11.424 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librados-devel 2024-05-03T08:58:11.488 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:41 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:11.567 INFO:teuthology.orchestra.run.smithi115.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:11.608 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:11.609 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:11.609 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:11.693 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install python3-rados 2024-05-03T08:58:11.943 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:12.068 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:58:12.069 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:12.070 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 127 k 2024-05-03T08:58:12.070 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 456 k 2024-05-03T08:58:12.070 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:12.203 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:12.287 INFO:teuthology.orchestra.run.smithi115.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:12.330 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:12.331 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:12.331 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:12.390 INFO:teuthology.orchestra.run.smithi195.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 397 kB/s | 127 kB 00:00 2024-05-03T08:58:12.391 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:12.391 INFO:teuthology.orchestra.run.smithi195.stdout:Total 394 kB/s | 127 kB 00:00 2024-05-03T08:58:12.391 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:12.396 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:12.396 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:12.413 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install python3-rgw 2024-05-03T08:58:12.459 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:12.459 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:12.612 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:12.703 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:12.956 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:13.037 INFO:teuthology.orchestra.run.smithi115.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:13.080 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:13.081 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:13.081 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:13.105 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:13.169 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install python3-cephfs 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:13.331 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:13.562 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install libcephfs2 2024-05-03T08:58:13.691 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:43 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:13.769 INFO:teuthology.orchestra.run.smithi115.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:13.810 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:13.811 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:13.811 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:13.891 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install python3-rbd 2024-05-03T08:58:14.085 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:14.165 INFO:teuthology.orchestra.run.smithi195.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:14.208 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:14.209 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:14.209 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:14.303 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install libcephfs-devel 2024-05-03T08:58:14.399 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:14.478 INFO:teuthology.orchestra.run.smithi115.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:14.520 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:14.521 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2024-05-03T08:58:14.521 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:14.599 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install rbd-fuse 2024-05-03T08:58:14.818 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:14.939 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:58:14.940 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:14.941 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 32 k 2024-05-03T08:58:14.941 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 142 k 2024-05-03T08:58:14.941 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:15.102 INFO:teuthology.orchestra.run.smithi195.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 197 kB/s | 32 kB 00:00 2024-05-03T08:58:15.103 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:15.103 INFO:teuthology.orchestra.run.smithi195.stdout:Total 195 kB/s | 32 kB 00:00 2024-05-03T08:58:15.103 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:15.106 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:15.106 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:15.109 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:15.109 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:15.116 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:15.183 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:15.236 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:15.237 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:15.237 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-05-03T08:58:15.237 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:15.237 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:15.237 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 85 k 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 231 k 2024-05-03T08:58:15.238 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:15.305 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:15.455 INFO:teuthology.orchestra.run.smithi115.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 394 kB/s | 85 kB 00:00 2024-05-03T08:58:15.456 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:15.456 INFO:teuthology.orchestra.run.smithi115.stdout:Total 391 kB/s | 85 kB 00:00 2024-05-03T08:58:15.456 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:15.462 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:15.463 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:15.530 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:15.531 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:15.658 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:15.678 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:15.767 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:15.862 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:16.033 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librados2 2024-05-03T08:58:16.178 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:16.413 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:16.548 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:16.627 INFO:teuthology.orchestra.run.smithi195.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:16.638 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install rbd-mirror 2024-05-03T08:58:16.668 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:16.669 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:16.669 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:16.734 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librbd1 2024-05-03T08:58:17.152 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:17.248 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:17.273 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repo Size 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:58:17.274 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:17.275 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 3.1 M 2024-05-03T08:58:17.275 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 13 M 2024-05-03T08:58:17.275 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:17.328 INFO:teuthology.orchestra.run.smithi195.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:17.369 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:17.369 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:17.370 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:17.431 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rados 2024-05-03T08:58:17.658 INFO:teuthology.orchestra.run.smithi115.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 8.1 MB/s | 3.1 MB 00:00 2024-05-03T08:58:17.659 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:17.659 INFO:teuthology.orchestra.run.smithi115.stdout:Total 8.0 MB/s | 3.1 MB 00:00 2024-05-03T08:58:17.659 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:17.668 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:17.668 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:17.749 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:17.749 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:17.942 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:18.021 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:18.063 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:18.064 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:18.064 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:18.126 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rgw 2024-05-03T08:58:18.175 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:18.242 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T08:58:18.267 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:18.642 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:18.721 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:18.762 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:18.763 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:18.764 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:18.826 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-cephfs 2024-05-03T08:58:19.255 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:19.255 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:19.256 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:19.256 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:19.256 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:19.256 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:19.335 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:19.415 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:19.457 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:19.458 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:19.458 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:19.476 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install rbd-nbd 2024-05-03T08:58:19.525 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rbd 2024-05-03T08:58:19.991 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 08:56:30 AM UTC. 2024-05-03T08:58:20.031 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:20.110 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T08:58:20.117 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-05-03T08:58:20.118 INFO:teuthology.orchestra.run.smithi115.stdout:Install 1 Package 2024-05-03T08:58:20.119 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:20.119 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 171 k 2024-05-03T08:58:20.119 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 494 k 2024-05-03T08:58:20.119 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-05-03T08:58:20.151 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:20.152 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-03T08:58:20.152 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:20.213 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-fuse 2024-05-03T08:58:20.345 INFO:teuthology.orchestra.run.smithi115.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 756 kB/s | 171 kB 00:00 2024-05-03T08:58:20.346 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:20.346 INFO:teuthology.orchestra.run.smithi115.stdout:Total 752 kB/s | 171 kB 00:00 2024-05-03T08:58:20.346 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-05-03T08:58:20.354 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-05-03T08:58:20.354 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-05-03T08:58:20.418 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-05-03T08:58:20.418 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-05-03T08:58:20.576 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-05-03T08:58:20.675 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:20.723 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:20.842 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:20.843 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:20.843 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 85 k 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 231 k 2024-05-03T08:58:20.844 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:21.055 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 404 kB/s | 85 kB 00:00 2024-05-03T08:58:21.056 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:21.056 INFO:teuthology.orchestra.run.smithi195.stdout:Total 402 kB/s | 85 kB 00:00 2024-05-03T08:58:21.056 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:21.063 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:21.063 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:21.076 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:21.130 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:21.130 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:21.274 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:21.321 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:21.321 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:21.321 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-05-03T08:58:21.321 INFO:teuthology.orchestra.run.smithi115.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:21.321 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-05-03T08:58:21.322 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-05-03T08:58:21.371 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:21.556 DEBUG:teuthology.parallel:result is None 2024-05-03T08:58:21.754 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:22.006 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:22.238 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-mirror 2024-05-03T08:58:22.758 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:50 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:22.879 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:22.880 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:22.880 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-03T08:58:22.880 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 3.1 M 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 13 M 2024-05-03T08:58:22.881 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:23.434 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-03T08:58:23.435 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:23.435 INFO:teuthology.orchestra.run.smithi195.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-05-03T08:58:23.435 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:23.445 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:23.445 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:23.529 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:23.529 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:23.979 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:24.043 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:24.068 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:24.068 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T08:58:24.068 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T08:58:24.069 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T08:58:24.069 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T08:58:24.069 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:25.083 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:25.083 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:25.084 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:25.084 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:25.084 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:25.084 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:25.329 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-nbd 2024-05-03T08:58:25.851 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 08:56:32 AM UTC. 2024-05-03T08:58:25.978 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-03T08:58:25.979 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-03T08:58:25.980 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-03T08:58:25.980 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:25.980 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 171 k 2024-05-03T08:58:25.980 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 494 k 2024-05-03T08:58:25.980 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-03T08:58:26.212 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 736 kB/s | 171 kB 00:00 2024-05-03T08:58:26.213 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-03T08:58:26.213 INFO:teuthology.orchestra.run.smithi195.stdout:Total 730 kB/s | 171 kB 00:00 2024-05-03T08:58:26.213 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-03T08:58:26.221 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-03T08:58:26.221 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-03T08:58:26.284 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-03T08:58:26.284 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-03T08:58:26.440 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-03T08:58:26.542 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:26.943 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:27.176 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-03T08:58:27.414 DEBUG:teuthology.parallel:result is None 2024-05-03T08:58:27.415 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:27.561 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T08:58:27.586 INFO:teuthology.orchestra.run.smithi115.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T08:58:27.586 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T08:58:27.586 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T08:58:27.588 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:27.730 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T08:58:27.750 INFO:teuthology.orchestra.run.smithi195.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T08:58:27.750 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T08:58:27.750 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T08:58:27.752 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-03T08:58:27.752 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:58:27.752 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T08:58:27.780 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:58:27.781 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T08:58:27.815 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-03T08:58:27.815 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:58:27.815 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T08:58:27.847 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T08:58:27.914 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:58:27.914 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T08:58:27.937 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T08:58:28.000 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-03T08:58:28.000 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:58:28.000 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T08:58:28.026 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T08:58:28.092 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:58:28.092 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T08:58:28.138 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T08:58:28.201 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-03T08:58:28.202 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-05-03T08:58:28.202 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T08:58:28.227 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T08:58:28.292 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-03T08:58:28.293 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T08:58:28.316 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T08:58:28.380 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-05-03T08:58:28.508 INFO:tasks.cephadm:Testing if podman is available 2024-05-03T08:58:28.508 DEBUG:teuthology.orchestra.run.smithi195:> sudo podman --help 2024-05-03T08:58:29.238 INFO:teuthology.orchestra.run.smithi195.stdout:Manage pods, containers and images 2024-05-03T08:58:29.238 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:29.238 INFO:teuthology.orchestra.run.smithi195.stdout:Usage: 2024-05-03T08:58:29.238 INFO:teuthology.orchestra.run.smithi195.stdout: podman [options] [command] 2024-05-03T08:58:29.238 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout:Available Commands: 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: attach Attach to a running container 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: build Build an image using instructions from Containerfiles 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: commit Create new image based on the changed container 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: container Manage containers 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: create Create but do not start a container 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: diff Display the changes to the object's file system 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: events Show podman system events 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: exec Run a process in a running container 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: export Export container's filesystem contents as a tar archive 2024-05-03T08:58:29.239 INFO:teuthology.orchestra.run.smithi195.stdout: farm Farm out builds to remote machines 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: healthcheck Manage health checks on containers 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: help Help about any command 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: history Show history of a specified image 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: image Manage images 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: images List images in local storage 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: import Import a tarball to create a filesystem image 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: info Display podman system information 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: init Initialize one or more containers 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: inspect Display the configuration of object denoted by ID 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: kill Kill one or more running containers with a specific signal 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: kube Play containers, pods or volumes from a structured file 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: load Load image(s) from a tar archive 2024-05-03T08:58:29.240 INFO:teuthology.orchestra.run.smithi195.stdout: login Log in to a container registry 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: logout Log out of a container registry 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: logs Fetch the logs of one or more containers 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: machine Manage a virtual machine 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: manifest Manipulate manifest lists and image indexes 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: mount Mount a working container's root filesystem 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: network Manage networks 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: pause Pause all the processes in one or more containers 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: pod Manage pods 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: port List port mappings or a specific mapping for the container 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: ps List containers 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: pull Pull an image from a registry 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: push Push an image to a specified destination 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: rename Rename an existing container 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: restart Restart one or more containers 2024-05-03T08:58:29.241 INFO:teuthology.orchestra.run.smithi195.stdout: rm Remove one or more containers 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: rmi Remove one or more images from local storage 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: run Run a command in a new container 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: save Save image(s) to an archive 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: search Search registry for image 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: secret Manage secrets 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: start Start one or more containers 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: stats Display a live stream of container resource usage statistics 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: stop Stop one or more containers 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: system Manage podman 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: tag Add an additional name to a local image 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: top Display the running processes of a container 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: unmount Unmount working container's root filesystem 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: unpause Unpause the processes in one or more containers 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: unshare Run a command in a modified user namespace 2024-05-03T08:58:29.242 INFO:teuthology.orchestra.run.smithi195.stdout: untag Remove a name from a local image 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: update Update an existing container 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: version Display the Podman version information 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: volume Manage volumes 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: wait Block on one or more containers 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout:Options: 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --conmon string Path of the conmon binary 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --help Help for podman 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-05-03T08:58:29.243 INFO:teuthology.orchestra.run.smithi195.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --module strings Load the containers.conf(5) module 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --out string Send output (stdout) from podman to a file 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: -r, --remote Access remote Podman service 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --ssh string define the ssh mode (default "golang") 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-03T08:58:29.244 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: (default "/run/libpod") 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: --transient-store Enable transient container storage 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: -v, --version version for podman 2024-05-03T08:58:29.245 INFO:teuthology.orchestra.run.smithi195.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-03T08:58:29.246 DEBUG:teuthology.orchestra.run.smithi195:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-03T08:58:30.070 INFO:teuthology.orchestra.run.smithi195.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-03T08:58:30.549 INFO:teuthology.orchestra.run.smithi195.stderr:Getting image source signatures 2024-05-03T08:58:30.549 INFO:teuthology.orchestra.run.smithi195.stderr:Copying blob sha256:e92b40a05b400c2e0198fad506d10b9aaa5ac8da2f9ae6d1877e84540199f94c 2024-05-03T08:58:30.549 INFO:teuthology.orchestra.run.smithi195.stderr:Copying blob sha256:0a0c0043018ddac25b8628bdc09f11c653d491437f7c2a2116b1263763563372 2024-05-03T08:58:34.564 INFO:teuthology.orchestra.run.smithi195.stderr:Copying config sha256:21cb3dde794e3af45d6bfb5c36b3f6390df884770e50645c60adb96b6939b257 2024-05-03T08:58:34.714 INFO:teuthology.orchestra.run.smithi195.stderr:Writing manifest to image destination 2024-05-03T08:58:34.929 INFO:teuthology.orchestra.run.smithi195.stdout:21cb3dde794e3af45d6bfb5c36b3f6390df884770e50645c60adb96b6939b257 2024-05-03T08:58:34.934 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T08:58:34.943 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T08:58:34.943 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:34.944 INFO:tasks.cephadm:Cluster fsid is 52d0e50e-092b-11ef-bc97-c7b262605968 2024-05-03T08:58:34.944 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T08:58:34.944 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.115'} 2024-05-03T08:58:34.944 INFO:tasks.cephadm:First mon is mon.a on smithi115 2024-05-03T08:58:34.944 INFO:tasks.cephadm:First mgr is x 2024-05-03T08:58:34.944 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T08:58:34.944 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-05-03T08:58:34.973 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2024-05-03T08:58:34.999 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T08:58:34.999 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:35.212 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353.gf8e6d2d7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-02 07:46:39.908050', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-03T08:58:35.427 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:35.428 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm 2024-05-03T08:58:35.428 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.013 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 08:58 /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.013 DEBUG:teuthology.orchestra.run.smithi195:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.583 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 08:58 /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.583 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.602 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:36.631 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T08:58:36.631 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T08:58:36.646 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T08:58:36.845 INFO:teuthology.orchestra.run.smithi195.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T08:58:36.992 INFO:teuthology.orchestra.run.smithi195.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:36.992 INFO:teuthology.orchestra.run.smithi195.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T08:58:36.992 INFO:teuthology.orchestra.run.smithi195.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T08:58:36.993 INFO:teuthology.orchestra.run.smithi195.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:38.114 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T08:58:38.301 INFO:teuthology.orchestra.run.smithi115.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:38.302 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T08:58:38.302 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T08:58:38.302 INFO:teuthology.orchestra.run.smithi115.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T08:58:38.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:58:38.334 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T08:58:38.336 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T08:58:38.337 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi115/crash 2024-05-03T08:58:38.338 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash -- . 2024-05-03T08:58:38.374 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T08:58:38.374 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-05-03T08:58:38.376 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi195/crash 2024-05-03T08:58:38.377 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash -- . 2024-05-03T08:58:38.416 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T08:58:38.416 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2024-05-03T08:58:38.418 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T08:58:38.418 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T08:58:38.445 INFO:teuthology.orchestra.run.smithi115.stderr:grep: /var/log/ceph/52d0e50e-092b-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T08:58:38.447 INFO:tasks.cephadm:Compressing logs... 2024-05-03T08:58:38.447 DEBUG:teuthology.orchestra.run.smithi115:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T08:58:38.490 DEBUG:teuthology.orchestra.run.smithi195:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T08:58:38.511 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T08:58:38.511 INFO:teuthology.orchestra.run.smithi115.stderr:: No such file or directory 2024-05-03T08:58:38.511 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T08:58:38.513 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-05-03T08:58:38.513 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.012s 2024-05-03T08:58:38.513 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.008s 2024-05-03T08:58:38.513 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.013s 2024-05-03T08:58:38.519 INFO:teuthology.orchestra.run.smithi195.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T08:58:38.519 INFO:teuthology.orchestra.run.smithi195.stderr:: No such file or directory 2024-05-03T08:58:38.520 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T08:58:38.522 INFO:teuthology.orchestra.run.smithi195.stderr: 2024-05-03T08:58:38.522 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m0.013s 2024-05-03T08:58:38.522 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m0.012s 2024-05-03T08:58:38.522 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.012s 2024-05-03T08:58:38.522 INFO:tasks.cephadm:Archiving logs... 2024-05-03T08:58:38.523 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi115/log 2024-05-03T08:58:38.524 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T08:58:38.578 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi195/log 2024-05-03T08:58:38.579 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T08:58:38.607 INFO:tasks.cephadm:Removing cluster... 2024-05-03T08:58:38.607 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52d0e50e-092b-11ef-bc97-c7b262605968 --force 2024-05-03T08:58:38.805 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 52d0e50e-092b-11ef-bc97-c7b262605968 2024-05-03T08:58:39.066 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T08:58:39.066 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:39.081 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T08:58:39.099 INFO:tasks.cephadm:Teardown complete 2024-05-03T08:58:39.099 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T08:58:39.318 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fee165775aef4587b8d346396d1cd7a2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T08:58:39.322 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T08:58:39.331 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-05-03T08:58:39.346 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-03T08:58:39.360 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-03T08:58:39.361 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T08:58:39.374 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T08:58:39.448 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T08:58:39.457 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T08:58:39.457 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T08:58:39.459 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T08:58:39.471 INFO:teuthology.orchestra.run.smithi115.stderr:bash: line 1: ntpq: command not found 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv01.front.sepia.ceph.com 3 6 77 14 +460us[ +449us] +/- 44ms 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 14 +308us[ +297us] +/- 68ms 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 14 -1345us[-1356us] +/- 88ms 2024-05-03T08:58:39.475 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:58:39.476 INFO:teuthology.orchestra.run.smithi195.stderr:bash: line 1: ntpq: command not found 2024-05-03T08:58:39.480 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T08:58:39.480 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-05-03T08:58:39.481 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv01.front.sepia.ceph.com 3 6 77 14 +466us[ +417us] +/- 44ms 2024-05-03T08:58:39.481 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 15 +306us[ +257us] +/- 68ms 2024-05-03T08:58:39.481 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 15 -1349us[-1398us] +/- 88ms 2024-05-03T08:58:39.481 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T08:58:39.482 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T08:58:39.493 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T08:58:39.494 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T08:58:39.508 DEBUG:teuthology.orchestra.run.smithi115:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T08:58:39.572 DEBUG:teuthology.orchestra.run.smithi195:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T08:58:39.635 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T08:58:39.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:58:39.661 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T08:58:39.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:58:39.690 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T08:58:39.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T08:58:39.715 INFO:teuthology.task.internal:Duration was 383.512289 seconds 2024-05-03T08:58:39.715 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T08:58:39.730 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T08:58:39.730 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T08:58:39.732 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T08:58:39.766 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T08:58:39.771 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T08:58:39.994 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T08:58:39.995 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-05-03T08:58:39.995 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T08:58:40.035 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-05-03T08:58:40.035 DEBUG:teuthology.orchestra.run.smithi195:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T08:58:40.055 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T08:58:40.055 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T08:58:40.078 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T08:58:40.121 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T08:58:40.122 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T08:58:40.143 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T08:58:40.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T08:58:40.261 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T08:58:40.262 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T08:58:40.285 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T08:58:40.309 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T08:58:40.322 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T08:58:40.328 DEBUG:teuthology.orchestra.run.smithi195:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T08:58:40.348 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-05-03T08:58:40.371 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-05-03T08:58:40.392 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T08:58:40.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:58:40.424 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T08:58:40.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T08:58:40.446 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T08:58:40.459 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T08:58:40.460 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi115 2024-05-03T08:58:40.460 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T08:58:40.496 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221/remote/smithi195 2024-05-03T08:58:40.496 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T08:58:40.527 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T08:58:40.527 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T08:58:40.532 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T08:58:40.577 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T08:58:40.591 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T08:58:40.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T08:58:40.604 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T08:58:40.604 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T08:58:40.606 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T08:58:40.618 INFO:teuthology.orchestra.run.smithi115.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 08:58 /home/ubuntu/cephtest 2024-05-03T08:58:40.631 INFO:teuthology.orchestra.run.smithi195.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 08:58 /home/ubuntu/cephtest 2024-05-03T08:58:40.632 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T08:58:40.643 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T08:58:40.676 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T08:58:40.704 DEBUG:teuthology.nuke:shortname: smithi115 2024-05-03T08:58:40.705 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T08:58:40.733 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 08:46:41.178275', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+1HUtBkiDphYTRI9oMzdGIMBZZ8oAf0UB3jPNhR3XJqpjol80y4sWJpIlrCL6/Lyydxb7O//6E5+y1fosrMOU='} 2024-05-03T08:58:40.734 DEBUG:teuthology.nuke:shortname: smithi195 2024-05-03T08:58:40.735 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T08:58:40.761 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 08:46:41.176818', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOAT1VbKd+nDSZPik9P0oy6sK8ASdHLKyGZgmGjfWHswqqS5RXzQa8Wd0ONiKzaEYKxtZ3VsYJR1VGMyOP+lPc='} 2024-05-03T08:58:40.792 INFO:teuthology.orchestra.console.smithi115:Power off 2024-05-03T08:58:40.792 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T08:58:40.828 INFO:teuthology.orchestra.console.smithi195:Power off 2024-05-03T08:58:40.829 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T08:58:40.838 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-05-03T08:58:40.839 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:40.853 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-05-03T08:58:40.853 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:40.865 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-05-03T08:58:40.877 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-05-03T08:58:44.866 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:44.878 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:44.977 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-05-03T08:58:44.988 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-05-03T08:58:48.983 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:48.993 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:49.093 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-05-03T08:58:49.103 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-05-03T08:58:49.204 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-05-03T08:58:53.098 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T08:58:53.208 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-05-03T08:58:53.309 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-05-03T08:58:53.414 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 383.51228880882263 failure_reason: 'Command failed on smithi115 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fee165775aef4587b8d346396d1cd7a2 status: fail success: false 2024-05-03T08:58:53.415 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T08:58:53.489 INFO:teuthology.run:FAIL