2024-05-03T10:29:30.054 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T10:29:30.054 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} --owner scheduled_gabrioux@teuthology --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304 --verbose -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304/orig.config.yaml 2024-05-03T10:29:30.085 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:29:30.161 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/7687304 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7687304' 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: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv8gD7INQjoSBoWDsimzZAeqgk22eMywcPb7K7hISHrPe3emQtH3wFSdi+zfNhJS5gELYxAp4odIQDuq6g6zWE= smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByUlJXa6CuwdH6paCTiXBwa09GFICsvGsBjuL0K0OcoRR0y58/G1kn744ebj8evBCJj7H4ZUDzuetBHlwWMzoQ= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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-03T10:29:30.162 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-03T10:29:30.162 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T10:29:30.163 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T10:29:30.164 INFO:teuthology.task.internal:Checking packages... 2024-05-03T10:29:30.189 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T10:29:30.189 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T10:29:30.190 INFO:teuthology.packaging:ref: None 2024-05-03T10:29:30.190 INFO:teuthology.packaging:tag: None 2024-05-03T10:29:30.190 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T10:29:30.190 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:29:30.190 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-03T10:29:30.328 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353.gf8e6d2d7 2024-05-03T10:29:30.330 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T10:29:30.336 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T10:29:30.336 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T10:29:30.400 INFO:teuthology.task.internal:Saving configuration 2024-05-03T10:29:30.412 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T10:29:30.476 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:29:30.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.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/7687304', '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 10:24:36.873978', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv8gD7INQjoSBoWDsimzZAeqgk22eMywcPb7K7hISHrPe3emQtH3wFSdi+zfNhJS5gELYxAp4odIQDuq6g6zWE='} 2024-05-03T10:29:30.523 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304', '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 10:24:36.875742', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByUlJXa6CuwdH6paCTiXBwa09GFICsvGsBjuL0K0OcoRR0y58/G1kn744ebj8evBCJj7H4ZUDzuetBHlwWMzoQ='} 2024-05-03T10:29:30.523 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T10:29:30.536 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-03T10:29:30.536 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-03T10:29:30.536 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T10:29:30.616 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f69d3eb9ee0>, signals=[15]) 2024-05-03T10:29:30.616 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T10:29:30.622 INFO:teuthology.task.internal:Opening connections... 2024-05-03T10:29:30.622 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-05-03T10:29:30.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:29:30.702 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T10:29:30.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:29:30.774 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T10:29:30.781 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-05-03T10:29:30.798 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-05-03T10:29:30.799 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="9" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="9" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el9" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:LOGO="fedora-logo-icon" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2024-05-03T10:29:30.857 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T10:29:30.858 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T10:29:30.858 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T10:29:30.858 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-05-03T10:29:30.880 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-05-03T10:29:30.898 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-05-03T10:29:30.898 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-05-03T10:29:30.955 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-05-03T10:29:30.955 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T10:29:30.956 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T10:29:30.957 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-05-03T10:29:30.972 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T10:29:30.979 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T10:29:31.013 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T10:29:31.013 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:29:31.016 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:29:31.032 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T10:29:31.059 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T10:29:31.059 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:29:31.072 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:29:31.193 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T10:29:31.246 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T10:29:31.259 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T10:29:31.260 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T10:29:31.260 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:29:31.260 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:29:31.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:29:31.277 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-05-03T10:29:31.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:29:31.278 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-05-03T10:29:31.334 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-437.el9.x86_64 2024-05-03T10:29:31.334 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.14.0-437.el9.x86_64 2024-05-03T10:29:31.334 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2024-05-03T10:29:31.335 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-437.el9.x86_64 2024-05-03T10:29:31.336 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-437.el9.x86_64 2024-05-03T10:29:31.336 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-05-03T10:29:33.714 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-05-03T10:29:34.970 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-05-03T10:29:35.625 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-03T10:29:36.663 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-05-03T10:29:39.792 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 9.8 MB/s | 6.2 MB 00:00 2024-05-03T10:29:41.674 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-05-03T10:29:42.105 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-05-03T10:29:42.783 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-05-03T10:29:43.739 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-05-03T10:29:45.041 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-03T10:29:47.775 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-05-03T10:29:49.664 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T10:29:49.664 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T10:29:49.753 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:29:49.754 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:29:49.754 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:29:49.866 DEBUG:teuthology.orchestra.run.smithi084:> echo no | sudo yum reinstall kernel || true 2024-05-03T10:29:50.065 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-05-03T10:29:50.403 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 10:29:47 AM UTC. 2024-05-03T10:29:50.534 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:50.538 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:50.539 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T10:29:50.539 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T10:29:50.539 INFO:teuthology.orchestra.run.smithi084.stderr:Operation aborted. 2024-05-03T10:29:50.613 INFO:teuthology.orchestra.run.smithi084.stdout:Is this ok [y/N]: 2024-05-03T10:29:50.613 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum reinstall -y kernel || true 2024-05-03T10:29:51.107 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 10:29:47 AM UTC. 2024-05-03T10:29:51.222 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:29:51.223 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:51.224 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T10:29:51.224 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:51.224 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T10:29:51.224 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:29:51.224 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:51.225 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:29:51.225 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:29:51.225 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:51.225 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T10:29:51.226 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T10:29:51.226 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:29:51.938 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T10:29:51.938 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T10:29:52.018 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:29:52.019 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:29:52.019 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:29:52.137 DEBUG:teuthology.orchestra.run.smithi073:> echo no | sudo yum reinstall kernel || true 2024-05-03T10:29:52.311 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64.rpm 251 kB/s | 255 kB 00:01 2024-05-03T10:29:52.311 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:52.311 INFO:teuthology.orchestra.run.smithi084.stdout:Total 234 kB/s | 255 kB 00:01 2024-05-03T10:29:52.331 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:29:52.531 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:29:52.531 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:29:52.536 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:29:52.537 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:29:52.635 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:02 ago on Fri 03 May 2024 10:29:50 AM UTC. 2024-05-03T10:29:52.681 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:29:52.754 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:29:52.761 INFO:teuthology.orchestra.run.smithi084.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:29:52.761 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout:Reinstalling: 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:52.763 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:52.764 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 255 k 2024-05-03T10:29:52.764 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 0 2024-05-03T10:29:52.764 INFO:teuthology.orchestra.run.smithi073.stderr:Operation aborted. 2024-05-03T10:29:52.827 INFO:teuthology.orchestra.run.smithi073.stdout:Is this ok [y/N]: 2024-05-03T10:29:52.827 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum reinstall -y kernel || true 2024-05-03T10:29:53.319 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 10:29:50 AM UTC. 2024-05-03T10:29:53.413 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:53.413 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:29:53.434 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:Reinstalling: 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 255 k 2024-05-03T10:29:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 0 2024-05-03T10:29:53.436 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:29:53.701 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-05-03T10:29:53.701 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:53.701 INFO:teuthology.orchestra.run.smithi073.stdout:Total 958 kB/s | 255 kB 00:00 2024-05-03T10:29:53.718 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:29:53.909 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:29:53.909 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:29:53.914 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:29:53.915 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:29:54.028 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:29:54.110 INFO:teuthology.orchestra.run.smithi073.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:29:54.110 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:54.124 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:54.124 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:54.124 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalled: 2024-05-03T10:29:54.124 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T10:29:54.124 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:29:54.125 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:29:54.309 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T10:29:54.356 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T10:29:54.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T10:29:54.356 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T10:29:54.356 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T10:29:54.357 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:29:54.386 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-05-03T10:29:54.411 DEBUG:teuthology.parallel:result is None 2024-05-03T10:29:54.773 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:54.774 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:29:55.511 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:29:55.512 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:55.512 INFO:teuthology.orchestra.run.smithi073.stdout:Reinstalled: 2024-05-03T10:29:55.512 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T10:29:55.512 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:29:55.512 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:29:55.691 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T10:29:55.738 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T10:29:55.738 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T10:29:55.738 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T10:29:55.738 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T10:29:55.739 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:29:55.771 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-05-03T10:29:55.793 DEBUG:teuthology.parallel:result is None 2024-05-03T10:29:55.793 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T10:29:55.800 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T10:29:55.800 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:29:55.835 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:29:55.853 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T10:29:55.944 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T10:29:55.993 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T10:29:55.994 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:29:55.996 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:29:56.024 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T10:29:56.031 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T10:29:56.031 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:29:56.056 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T10:29:56.087 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:29:56.097 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:29:56.138 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:29:56.149 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:29:56.151 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T10:29:56.157 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T10:29:56.158 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:29:56.160 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:29:56.186 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T10:29:56.194 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T10:29:56.194 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:29:56.223 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:29:56.242 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:29:56.321 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:29:56.363 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:29:56.449 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:29:56.483 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:29:56.483 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:29:56.546 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:29:56.590 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:29:56.646 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:29:56.729 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:29:56.771 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:29:56.771 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:29:56.836 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-05-03T10:29:56.839 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-05-03T10:29:56.874 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:29:56.921 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:29:57.416 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T10:29:57.424 INFO:teuthology.task.internal:Starting timer... 2024-05-03T10:29:57.424 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T10:29:57.448 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T10:29:57.457 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T10:29:57.458 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2024-05-03T10:29:57.516 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2024-05-03T10:29:57.518 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-05-03T10:29:57.575 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-05-03T10:29:57.577 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T10:29:57.577 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2024-05-03T10:29:57.595 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2024-05-03T10:29:57.595 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-05-03T10:29:57.630 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-05-03T10:29:57.630 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi084.front.sepia.ceph.com': 'permissive'} 2024-05-03T10:29:57.630 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:29:57.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:29:57.659 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T10:29:57.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:29:57.696 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T10:29:57.696 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2024-05-03T10:29:57.740 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-05-03T10:29:57.766 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T10:29:57.780 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T10:29:57.796 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-03T10:29:57.797 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi084.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T10:33:47.122 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi084.front.sepia.ceph.com')] 2024-05-03T10:33:47.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-03T10:33:47.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:33:47.212 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-05-03T10:33:47.290 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-03T10:33:47.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T10:33:47.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:33:47.363 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-05-03T10:33:47.441 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T10:33:47.441 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T10:33:47.450 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T10:33:47.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:33:47.450 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:33:47.453 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:33:47.453 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:33:47.479 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T10:33:47.493 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T10:33:47.508 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T10:33:47.517 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2024-05-03T10:33:47.521 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T10:33:47.527 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2024-05-03T10:33:47.540 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T10:33:47.544 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-05-03T10:33:47.553 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T10:33:47.554 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-05-03T10:33:47.567 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T10:33:47.580 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T10:33:47.610 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.614 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.634 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:33:47.637 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:33:47.637 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T10:33:47.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.638 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:33:47.638 INFO:teuthology.run_tasks:Running task pexec... 2024-05-03T10:33:47.647 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-03T10:33:47.647 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2024-05-03T10:33:47.648 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T10:33:47.648 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T10:33:47.648 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T10:33:48.183 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:33:07 AM UTC. 2024-05-03T10:33:48.205 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:33:07 AM UTC. 2024-05-03T10:33:48.301 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:33:48.302 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-05-03T10:33:48.303 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 9.8 M 2024-05-03T10:33:48.303 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:33:48.322 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:33:48.323 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 9.8 M 2024-05-03T10:33:48.324 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:33:49.272 INFO:teuthology.orchestra.run.smithi084.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.6 MB/s | 3.1 MB 00:00 2024-05-03T10:33:49.272 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:33:49.272 INFO:teuthology.orchestra.run.smithi084.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-05-03T10:33:49.310 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:33:49.317 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:33:49.317 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:33:49.402 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:33:49.403 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:33:49.618 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:33:49.691 INFO:teuthology.orchestra.run.smithi073.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-05-03T10:33:49.691 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:33:49.691 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-05-03T10:33:49.729 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:33:49.730 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:49.735 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:33:49.736 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:33:49.822 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:33:49.823 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:33:50.042 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:33:50.132 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:50.272 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:33:50.522 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:33:50.632 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:50.797 DEBUG:teuthology.parallel:result is None 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:33:50.875 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:33:51.174 DEBUG:teuthology.parallel:result is None 2024-05-03T10:33:51.174 INFO:teuthology.run_tasks:Running task install... 2024-05-03T10:33:51.183 DEBUG:teuthology.task.install:project ceph 2024-05-03T10:33:51.183 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'}} 2024-05-03T10:33:51.183 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T10:33:51.183 INFO:teuthology.task.install:Using flavor: default 2024-05-03T10:33:51.193 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-03T10:33:51.193 INFO:teuthology.task.install:extra packages: [] 2024-05-03T10:33:51.194 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-03T10:33:51.194 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-03T10:33:51.196 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-03T10:33:51.196 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-03T10:33:51.344 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-03T10:33:51.344 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T10:33:51.410 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-03T10:33:51.410 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T10:33:51.459 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-03T10:33:51.459 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:33:51.459 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T10:33:51.483 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-03T10:33:51.483 DEBUG:teuthology.orchestra.run.smithi084:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T10:33:51.522 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-03T10:33:51.522 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:33:51.522 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T10:33:51.545 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-03T10:33:51.546 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:33:51.548 DEBUG:teuthology.orchestra.run.smithi084:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-03T10:33:51.609 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:33:51.620 DEBUG:teuthology.orchestra.run.smithi084:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-03T10:33:51.683 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:33:51.684 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2024-05-03T10:33:51.685 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2024-05-03T10:33:51.746 INFO:teuthology.orchestra.run.smithi073.stdout:check_obsoletes = 1 2024-05-03T10:33:51.748 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum clean all 2024-05-03T10:33:51.916 INFO:teuthology.orchestra.run.smithi084.stdout:50 files removed 2024-05-03T10:33:51.944 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2024-05-03T10:33:52.009 INFO:teuthology.orchestra.run.smithi073.stdout:50 files removed 2024-05-03T10:33:52.037 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-radosgw 2024-05-03T10:33:52.601 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 214 kB/s | 84 kB 00:00 2024-05-03T10:33:52.785 INFO:teuthology.orchestra.run.smithi073.stdout:ceph packages for x86_64 173 kB/s | 84 kB 00:00 2024-05-03T10:33:52.946 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 39 kB/s | 12 kB 00:00 2024-05-03T10:33:53.180 INFO:teuthology.orchestra.run.smithi073.stdout:ceph noarch packages 33 kB/s | 12 kB 00:00 2024-05-03T10:33:53.325 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-05-03T10:33:53.555 INFO:teuthology.orchestra.run.smithi073.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-03T10:33:54.005 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-05-03T10:33:55.438 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.0 MB 00:01 2024-05-03T10:33:56.148 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-05-03T10:33:59.665 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 6.0 MB/s | 19 MB 00:03 2024-05-03T10:34:00.562 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 7.0 MB/s | 6.2 MB 00:00 2024-05-03T10:34:02.171 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-05-03T10:34:03.456 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-03T10:34:04.798 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.2 MB 00:01 2024-05-03T10:34:06.342 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-05-03T10:34:07.109 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 32 MB/s | 21 MB 00:00 2024-05-03T10:34:08.647 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 7.8 kB/s | 1.7 kB 00:00 2024-05-03T10:34:10.854 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:34:10.856 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T10:34:10.857 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T10:34:10.858 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:10.859 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout:Install 30 Packages 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 60 M 2024-05-03T10:34:10.860 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:34:12.142 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-03T10:34:12.240 INFO:teuthology.orchestra.run.smithi084.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 5.9 MB/s | 5.4 MB 00:00 2024-05-03T10:34:12.282 INFO:teuthology.orchestra.run.smithi084.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 606 kB/s | 25 kB 00:00 2024-05-03T10:34:12.418 INFO:teuthology.orchestra.run.smithi084.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 5.5 MB/s | 746 kB 00:00 2024-05-03T10:34:12.499 INFO:teuthology.orchestra.run.smithi084.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 5.9 MB/s | 501 kB 00:00 2024-05-03T10:34:13.083 INFO:teuthology.orchestra.run.smithi084.stdout:(5/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 9.2 MB/s | 5.4 MB 00:00 2024-05-03T10:34:13.300 INFO:teuthology.orchestra.run.smithi084.stdout:(6/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 11 MB/s | 21 MB 00:01 2024-05-03T10:34:13.324 INFO:teuthology.orchestra.run.smithi084.stdout:(7/32): python3-ceph-argparse-19.0.0-3353.gf8e6 187 kB/s | 45 kB 00:00 2024-05-03T10:34:13.358 INFO:teuthology.orchestra.run.smithi084.stdout:(8/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.3 MB/s | 135 kB 00:00 2024-05-03T10:34:13.384 INFO:teuthology.orchestra.run.smithi084.stdout:(9/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T10:34:13.408 INFO:teuthology.orchestra.run.smithi084.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 6.3 MB/s | 321 kB 00:00 2024-05-03T10:34:13.434 INFO:teuthology.orchestra.run.smithi084.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 5.8 MB/s | 298 kB 00:00 2024-05-03T10:34:13.459 INFO:teuthology.orchestra.run.smithi084.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.9 MB/s | 99 kB 00:00 2024-05-03T10:34:13.601 INFO:teuthology.orchestra.run.smithi084.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 641 kB/s | 107 kB 00:00 2024-05-03T10:34:13.626 INFO:teuthology.orchestra.run.smithi084.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 959 kB/s | 160 kB 00:00 2024-05-03T10:34:13.652 INFO:teuthology.orchestra.run.smithi084.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 901 kB/s | 45 kB 00:00 2024-05-03T10:34:13.760 INFO:teuthology.orchestra.run.smithi084.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-03T10:34:13.836 INFO:teuthology.orchestra.run.smithi084.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 561 kB/s | 42 kB 00:00 2024-05-03T10:34:13.894 INFO:teuthology.orchestra.run.smithi084.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.4 MB/s | 662 kB 00:00 2024-05-03T10:34:13.945 INFO:teuthology.orchestra.run.smithi084.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 719 kB/s | 36 kB 00:00 2024-05-03T10:34:13.978 INFO:teuthology.orchestra.run.smithi084.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-05-03T10:34:14.004 INFO:teuthology.orchestra.run.smithi084.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 809 kB/s | 47 kB 00:00 2024-05-03T10:34:14.187 INFO:teuthology.orchestra.run.smithi084.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-05-03T10:34:14.238 INFO:teuthology.orchestra.run.smithi084.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 521 kB/s | 26 kB 00:00 2024-05-03T10:34:14.288 INFO:teuthology.orchestra.run.smithi084.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 973 kB/s | 49 kB 00:00 2024-05-03T10:34:14.313 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrading: 2024-05-03T10:34:14.316 INFO:teuthology.orchestra.run.smithi073.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T10:34:14.317 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T10:34:14.318 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout:Installing weak dependencies: 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout:Install 30 Packages 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrade 2 Packages 2024-05-03T10:34:14.319 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:14.320 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 60 M 2024-05-03T10:34:14.320 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:34:14.363 INFO:teuthology.orchestra.run.smithi084.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-05-03T10:34:14.388 INFO:teuthology.orchestra.run.smithi084.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2024-05-03T10:34:14.430 INFO:teuthology.orchestra.run.smithi084.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 12 MB/s | 839 kB 00:00 2024-05-03T10:34:14.456 INFO:teuthology.orchestra.run.smithi084.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-03T10:34:14.498 INFO:teuthology.orchestra.run.smithi084.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-05-03T10:34:14.731 INFO:teuthology.orchestra.run.smithi084.stdout:(30/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9 3.1 MB/s | 11 MB 00:03 2024-05-03T10:34:14.790 INFO:teuthology.orchestra.run.smithi084.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-05-03T10:34:14.907 INFO:teuthology.orchestra.run.smithi084.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 7.5 MB/s | 3.4 MB 00:00 2024-05-03T10:34:14.910 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:14.910 INFO:teuthology.orchestra.run.smithi084.stdout:Total 15 MB/s | 60 MB 00:04 2024-05-03T10:34:15.014 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:34:15.050 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:34:15.051 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:34:15.516 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:34:15.516 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:34:16.160 INFO:teuthology.orchestra.run.smithi073.stdout:(1/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 14 MB/s | 21 MB 00:01 2024-05-03T10:34:16.202 INFO:teuthology.orchestra.run.smithi073.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 607 kB/s | 25 kB 00:00 2024-05-03T10:34:16.311 INFO:teuthology.orchestra.run.smithi073.stdout:(3/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 3.1 MB/s | 5.4 MB 00:01 2024-05-03T10:34:16.344 INFO:teuthology.orchestra.run.smithi073.stdout:(4/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 5.1 MB/s | 746 kB 00:00 2024-05-03T10:34:16.470 INFO:teuthology.orchestra.run.smithi073.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 3.1 MB/s | 501 kB 00:00 2024-05-03T10:34:16.587 INFO:teuthology.orchestra.run.smithi073.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 387 kB/s | 45 kB 00:00 2024-05-03T10:34:16.662 INFO:teuthology.orchestra.run.smithi073.stdout:(7/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 17 MB/s | 5.4 MB 00:00 2024-05-03T10:34:16.687 INFO:teuthology.orchestra.run.smithi073.stdout:(8/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.3 MB/s | 135 kB 00:00 2024-05-03T10:34:16.805 INFO:teuthology.orchestra.run.smithi073.stdout:(9/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 4.8 MB/s | 11 MB 00:02 2024-05-03T10:34:16.830 INFO:teuthology.orchestra.run.smithi073.stdout:(10/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.e 965 kB/s | 161 kB 00:00 2024-05-03T10:34:16.863 INFO:teuthology.orchestra.run.smithi073.stdout:(11/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 1.8 MB/s | 321 kB 00:00 2024-05-03T10:34:16.888 INFO:teuthology.orchestra.run.smithi073.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.7 MB/s | 99 kB 00:00 2024-05-03T10:34:16.914 INFO:teuthology.orchestra.run.smithi073.stdout:(13/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 2.7 MB/s | 298 kB 00:00 2024-05-03T10:34:16.967 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:34:16.989 INFO:teuthology.orchestra.run.smithi073.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 852 kB/s | 107 kB 00:00 2024-05-03T10:34:17.014 INFO:teuthology.orchestra.run.smithi073.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 451 kB/s | 45 kB 00:00 2024-05-03T10:34:17.040 INFO:teuthology.orchestra.run.smithi073.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-05-03T10:34:17.049 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T10:34:17.086 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T10:34:17.090 INFO:teuthology.orchestra.run.smithi073.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-05-03T10:34:17.111 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T10:34:17.115 INFO:teuthology.orchestra.run.smithi073.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 562 kB/s | 42 kB 00:00 2024-05-03T10:34:17.135 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:34:17.141 INFO:teuthology.orchestra.run.smithi073.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-05-03T10:34:17.155 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:34:17.166 INFO:teuthology.orchestra.run.smithi073.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 662 kB 00:00 2024-05-03T10:34:17.191 INFO:teuthology.orchestra.run.smithi073.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-05-03T10:34:17.291 INFO:teuthology.orchestra.run.smithi073.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 315 kB/s | 47 kB 00:00 2024-05-03T10:34:17.386 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:34:17.400 INFO:teuthology.orchestra.run.smithi073.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.3 MB/s | 309 kB 00:00 2024-05-03T10:34:17.425 INFO:teuthology.orchestra.run.smithi073.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 196 kB/s | 26 kB 00:00 2024-05-03T10:34:17.440 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:34:17.450 INFO:teuthology.orchestra.run.smithi073.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 973 kB/s | 49 kB 00:00 2024-05-03T10:34:17.501 INFO:teuthology.orchestra.run.smithi073.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 902 kB/s | 67 kB 00:00 2024-05-03T10:34:17.568 INFO:teuthology.orchestra.run.smithi073.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 839 kB 00:00 2024-05-03T10:34:17.593 INFO:teuthology.orchestra.run.smithi073.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.1 MB/s | 192 kB 00:00 2024-05-03T10:34:17.660 INFO:teuthology.orchestra.run.smithi073.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-05-03T10:34:17.702 INFO:teuthology.orchestra.run.smithi073.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-05-03T10:34:17.792 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T10:34:17.877 INFO:teuthology.orchestra.run.smithi073.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 15 MB/s | 3.1 MB 00:00 2024-05-03T10:34:17.914 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:18.014 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:18.104 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T10:34:18.132 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:34:18.144 INFO:teuthology.orchestra.run.smithi073.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 6.2 MB/s | 3.4 MB 00:00 2024-05-03T10:34:18.149 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:18.149 INFO:teuthology.orchestra.run.smithi073.stdout:Total 16 MB/s | 60 MB 00:03 2024-05-03T10:34:18.186 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:34:18.215 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T10:34:18.252 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:34:18.258 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T10:34:18.287 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:34:18.288 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:34:18.328 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:34:18.351 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:34:18.415 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:34:18.449 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T10:34:18.557 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T10:34:18.591 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T10:34:18.623 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T10:34:18.648 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T10:34:18.677 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T10:34:18.710 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T10:34:18.754 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:34:18.754 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:34:19.026 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T10:34:19.065 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:34:19.139 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:34:19.169 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T10:34:19.205 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T10:34:19.691 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T10:34:19.718 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:34:19.780 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:34:19.849 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T10:34:19.878 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T10:34:20.211 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:34:20.298 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T10:34:20.341 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T10:34:20.366 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T10:34:20.389 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:34:20.410 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:34:20.631 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:34:20.685 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:34:21.073 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T10:34:21.135 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:21.219 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:21.310 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T10:34:21.353 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:34:21.408 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:34:21.436 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T10:34:21.481 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T10:34:21.550 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:34:21.572 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:34:21.636 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:34:21.679 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T10:34:21.798 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T10:34:21.838 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T10:34:21.878 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T10:34:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T10:34:21.942 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T10:34:21.974 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T10:34:22.181 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:22.217 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:22.288 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T10:34:22.329 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:34:22.402 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:34:22.433 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T10:34:22.468 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T10:34:22.765 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:22.804 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:34:22.896 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:34:22.896 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T10:34:22.896 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T10:34:22.896 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:22.930 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:22.946 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T10:34:22.981 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:34:23.052 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:34:23.130 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T10:34:23.167 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T10:34:25.476 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:25.513 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:26.059 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:34:26.101 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:34:26.189 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:34:26.189 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T10:34:26.189 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T10:34:26.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:26.236 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:32.502 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:32.502 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2024-05-03T10:34:32.502 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2024-05-03T10:34:32.502 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2024-05-03T10:34:32.503 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2024-05-03T10:34:32.503 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2024-05-03T10:34:32.503 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /root 2024-05-03T10:34:32.503 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2024-05-03T10:34:32.503 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:33.498 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:34:33.528 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:34:33.528 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:33.528 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T10:34:33.528 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:34:33.529 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:34:33.529 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:33.530 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:34:33.617 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:34:33.617 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T10:34:34.735 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T10:34:34.736 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T10:34:34.737 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T10:34:35.479 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:35.479 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T10:34:35.480 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.481 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:35.482 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /sys 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /proc 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /mnt 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /var/tmp 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /home 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /root 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /tmp 2024-05-03T10:34:35.781 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:35.824 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2024-05-03T10:34:36.353 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:28 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:34:36.470 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T10:34:36.471 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 50 M 2024-05-03T10:34:36.473 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 211 M 2024-05-03T10:34:36.473 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:34:36.788 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:34:36.812 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:36.814 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:34:36.882 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:34:36.882 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:36.946 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 409 kB/s | 163 kB 00:00 2024-05-03T10:34:37.388 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 362 kB/s | 305 kB 00:00 2024-05-03T10:34:37.596 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 98 kB/s | 64 kB 00:00 2024-05-03T10:34:38.032 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:38.032 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T10:34:38.032 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T10:34:38.033 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T10:34:38.034 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout:Upgraded: 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T10:34:38.793 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.794 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T10:34:38.795 INFO:teuthology.orchestra.run.smithi073.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T10:34:38.796 INFO:teuthology.orchestra.run.smithi073.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T10:34:38.796 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:38.796 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:34:38.872 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-03T10:34:38.874 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:38.874 INFO:teuthology.orchestra.run.smithi084.stdout:Total 21 MB/s | 50 MB 00:02 2024-05-03T10:34:38.901 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:34:38.922 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:34:38.922 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:34:39.189 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-test 2024-05-03T10:34:39.292 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:34:39.293 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:34:39.706 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:27 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:34:39.818 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:34:39.824 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T10:34:39.825 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:39.826 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:34:39.826 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:39.826 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-05-03T10:34:39.826 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:39.826 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 50 M 2024-05-03T10:34:39.827 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 211 M 2024-05-03T10:34:39.827 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:34:39.881 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T10:34:39.954 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T10:34:39.982 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:34:40.143 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-03T10:34:40.186 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-03T10:34:40.219 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 464 kB/s | 163 kB 00:00 2024-05-03T10:34:42.461 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-03T10:34:42.463 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:42.463 INFO:teuthology.orchestra.run.smithi073.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-03T10:34:42.490 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:34:42.510 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:34:42.510 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:34:42.881 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:34:42.882 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:34:43.403 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:34:43.487 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T10:34:43.526 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T10:34:43.554 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:34:44.639 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:34:44.973 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:34:47.325 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:34:47.325 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T10:34:47.325 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T10:34:47.325 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:47.593 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:34:47.836 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2024-05-03T10:34:48.163 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:34:48.267 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:34:48.372 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:34:48.501 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T10:34:48.504 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T10:34:48.505 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T10:34:48.506 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout:Install 36 Packages 2024-05-03T10:34:48.507 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:48.508 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 30 M 2024-05-03T10:34:48.508 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 108 M 2024-05-03T10:34:48.508 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:34:49.256 INFO:teuthology.orchestra.run.smithi084.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-03T10:34:49.564 INFO:teuthology.orchestra.run.smithi084.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.5 MB/s | 2.4 MB 00:00 2024-05-03T10:34:49.598 INFO:teuthology.orchestra.run.smithi084.stdout:(3/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-05-03T10:34:49.707 INFO:teuthology.orchestra.run.smithi084.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 2.2 MB/s | 249 kB 00:00 2024-05-03T10:34:49.924 INFO:teuthology.orchestra.run.smithi084.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-03T10:34:50.032 INFO:teuthology.orchestra.run.smithi084.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-03T10:34:50.091 INFO:teuthology.orchestra.run.smithi084.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-05-03T10:34:50.149 INFO:teuthology.orchestra.run.smithi084.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-05-03T10:34:50.216 INFO:teuthology.orchestra.run.smithi084.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-05-03T10:34:50.317 INFO:teuthology.orchestra.run.smithi084.stdout:(10/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86 4.4 MB/s | 4.7 MB 00:01 2024-05-03T10:34:50.342 INFO:teuthology.orchestra.run.smithi084.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.7 MB/s | 215 kB 00:00 2024-05-03T10:34:50.534 INFO:teuthology.orchestra.run.smithi084.stdout:(12/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86 17 MB/s | 17 MB 00:00 2024-05-03T10:34:50.651 INFO:teuthology.orchestra.run.smithi084.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 564 kB/s | 188 kB 00:00 2024-05-03T10:34:50.668 INFO:teuthology.orchestra.run.smithi084.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 261 kB/s | 35 kB 00:00 2024-05-03T10:34:50.702 INFO:teuthology.orchestra.run.smithi084.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 479 kB/s | 172 kB 00:00 2024-05-03T10:34:50.712 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:34:50.712 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T10:34:50.712 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T10:34:50.712 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T10:34:50.727 INFO:teuthology.orchestra.run.smithi084.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 674 kB/s | 51 kB 00:00 2024-05-03T10:34:50.777 INFO:teuthology.orchestra.run.smithi084.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 382 kB/s | 42 kB 00:00 2024-05-03T10:34:50.802 INFO:teuthology.orchestra.run.smithi084.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-05-03T10:34:50.989 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T10:34:50.989 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:50.989 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:34:50.989 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:50.990 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:34:50.990 INFO:teuthology.orchestra.run.smithi073.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T10:34:50.990 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T10:34:50.990 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:50.990 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:34:51.086 INFO:teuthology.orchestra.run.smithi084.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-05-03T10:34:51.178 INFO:teuthology.orchestra.run.smithi084.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 335 kB/s | 151 kB 00:00 2024-05-03T10:34:51.270 INFO:teuthology.orchestra.run.smithi084.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 367 kB/s | 172 kB 00:00 2024-05-03T10:34:51.287 INFO:teuthology.orchestra.run.smithi084.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-05-03T10:34:51.331 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph 2024-05-03T10:34:51.362 INFO:teuthology.orchestra.run.smithi084.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 193 kB/s | 18 kB 00:00 2024-05-03T10:34:51.379 INFO:teuthology.orchestra.run.smithi084.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-05-03T10:34:51.429 INFO:teuthology.orchestra.run.smithi084.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-05-03T10:34:51.454 INFO:teuthology.orchestra.run.smithi084.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-05-03T10:34:51.471 INFO:teuthology.orchestra.run.smithi084.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-05-03T10:34:51.530 INFO:teuthology.orchestra.run.smithi084.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 462 kB/s | 46 kB 00:00 2024-05-03T10:34:51.572 INFO:teuthology.orchestra.run.smithi084.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-05-03T10:34:51.622 INFO:teuthology.orchestra.run.smithi084.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 178 kB/s | 16 kB 00:00 2024-05-03T10:34:51.656 INFO:teuthology.orchestra.run.smithi084.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-05-03T10:34:51.698 INFO:teuthology.orchestra.run.smithi084.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 717 kB/s | 90 kB 00:00 2024-05-03T10:34:51.723 INFO:teuthology.orchestra.run.smithi084.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-05-03T10:34:51.773 INFO:teuthology.orchestra.run.smithi084.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-05-03T10:34:51.815 INFO:teuthology.orchestra.run.smithi084.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-05-03T10:34:51.868 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:39 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:34:51.949 INFO:teuthology.orchestra.run.smithi084.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-05-03T10:34:51.952 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:51.952 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-05-03T10:34:51.996 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:34:51.999 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:51.999 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:34:51.999 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:51.999 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T10:34:52.000 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T10:34:52.001 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T10:34:52.002 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout:Install 36 Packages 2024-05-03T10:34:52.003 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:52.004 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 30 M 2024-05-03T10:34:52.004 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 108 M 2024-05-03T10:34:52.004 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:34:52.090 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:34:52.129 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:34:52.129 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:34:52.423 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:34:52.423 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:34:52.437 INFO:teuthology.orchestra.run.smithi073.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-05-03T10:34:52.638 INFO:teuthology.orchestra.run.smithi073.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.3 MB/s | 2.4 MB 00:00 2024-05-03T10:34:52.963 INFO:teuthology.orchestra.run.smithi073.stdout:(3/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 8.9 MB/s | 4.7 MB 00:00 2024-05-03T10:34:53.038 INFO:teuthology.orchestra.run.smithi073.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 3.2 MB/s | 249 kB 00:00 2024-05-03T10:34:53.272 INFO:teuthology.orchestra.run.smithi073.stdout:(5/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-05-03T10:34:53.572 INFO:teuthology.orchestra.run.smithi073.stdout:(6/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-03T10:34:53.622 INFO:teuthology.orchestra.run.smithi073.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-05-03T10:34:53.716 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:34:53.731 INFO:teuthology.orchestra.run.smithi073.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-05-03T10:34:53.784 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T10:34:53.817 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T10:34:53.840 INFO:teuthology.orchestra.run.smithi073.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-03T10:34:53.854 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T10:34:53.925 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T10:34:53.969 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T10:34:53.990 INFO:teuthology.orchestra.run.smithi073.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 255 kB/s | 106 kB 00:00 2024-05-03T10:34:54.002 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T10:34:54.082 INFO:teuthology.orchestra.run.smithi073.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 887 kB/s | 215 kB 00:00 2024-05-03T10:34:54.104 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T10:34:54.197 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T10:34:54.199 INFO:teuthology.orchestra.run.smithi073.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-05-03T10:34:54.224 INFO:teuthology.orchestra.run.smithi073.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 806 kB/s | 188 kB 00:00 2024-05-03T10:34:54.247 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T10:34:54.258 INFO:teuthology.orchestra.run.smithi073.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 593 kB/s | 35 kB 00:00 2024-05-03T10:34:54.281 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T10:34:54.291 INFO:teuthology.orchestra.run.smithi073.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 824 kB/s | 172 kB 00:00 2024-05-03T10:34:54.308 INFO:teuthology.orchestra.run.smithi073.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-05-03T10:34:54.311 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T10:34:54.345 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T10:34:54.375 INFO:teuthology.orchestra.run.smithi073.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 338 kB/s | 51 kB 00:00 2024-05-03T10:34:54.379 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T10:34:54.392 INFO:teuthology.orchestra.run.smithi073.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-05-03T10:34:54.419 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T10:34:54.443 INFO:teuthology.orchestra.run.smithi073.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-05-03T10:34:54.460 INFO:teuthology.orchestra.run.smithi073.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 517 kB/s | 43 kB 00:00 2024-05-03T10:34:54.471 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T10:34:54.493 INFO:teuthology.orchestra.run.smithi073.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-05-03T10:34:54.506 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T10:34:54.510 INFO:teuthology.orchestra.run.smithi073.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 214 kB/s | 11 kB 00:00 2024-05-03T10:34:54.527 INFO:teuthology.orchestra.run.smithi073.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 530 kB/s | 18 kB 00:00 2024-05-03T10:34:54.544 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T10:34:54.544 INFO:teuthology.orchestra.run.smithi073.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 689 kB/s | 23 kB 00:00 2024-05-03T10:34:54.561 INFO:teuthology.orchestra.run.smithi073.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 584 kB/s | 19 kB 00:00 2024-05-03T10:34:54.578 INFO:teuthology.orchestra.run.smithi073.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 591 kB/s | 20 kB 00:00 2024-05-03T10:34:54.595 INFO:teuthology.orchestra.run.smithi073.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-05-03T10:34:54.617 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T10:34:54.628 INFO:teuthology.orchestra.run.smithi073.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-05-03T10:34:54.654 INFO:teuthology.orchestra.run.smithi073.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-03T10:34:54.671 INFO:teuthology.orchestra.run.smithi073.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2024-05-03T10:34:54.696 INFO:teuthology.orchestra.run.smithi073.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-05-03T10:34:54.721 INFO:teuthology.orchestra.run.smithi073.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-05-03T10:34:54.746 INFO:teuthology.orchestra.run.smithi073.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-05-03T10:34:54.756 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T10:34:54.780 INFO:teuthology.orchestra.run.smithi073.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-05-03T10:34:54.805 INFO:teuthology.orchestra.run.smithi073.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 343 kB/s | 20 kB 00:00 2024-05-03T10:34:54.835 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T10:34:54.847 INFO:teuthology.orchestra.run.smithi073.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-05-03T10:34:54.847 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:34:54.848 INFO:teuthology.orchestra.run.smithi073.stdout:Total 11 MB/s | 30 MB 00:02 2024-05-03T10:34:54.897 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T10:34:54.935 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T10:34:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T10:34:54.984 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:34:55.023 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:34:55.023 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:34:55.039 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T10:34:55.225 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T10:34:55.289 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T10:34:55.317 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:34:55.318 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:34:55.367 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T10:34:55.456 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T10:34:55.497 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T10:34:55.613 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T10:34:55.769 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T10:34:55.824 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:34:55.849 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:56.569 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:34:56.643 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T10:34:56.682 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T10:34:56.710 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T10:34:56.781 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T10:34:56.834 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T10:34:56.867 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T10:34:56.959 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T10:34:57.036 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T10:34:57.087 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T10:34:57.130 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T10:34:57.160 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T10:34:57.194 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T10:34:57.227 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T10:34:57.268 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T10:34:57.283 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:34:57.303 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T10:34:57.309 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:34:57.309 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:57.309 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T10:34:57.309 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:34:57.309 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:34:57.310 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:57.337 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T10:34:57.376 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T10:34:57.474 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T10:34:57.612 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T10:34:57.700 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T10:34:57.750 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:34:57.773 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:34:57.773 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:57.774 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T10:34:57.774 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:34:57.774 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:34:57.774 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:57.778 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T10:34:57.817 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T10:34:57.866 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T10:34:57.921 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T10:34:58.001 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:34:58.025 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:34:58.088 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:34:58.107 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T10:34:58.155 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T10:34:58.233 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T10:34:58.322 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T10:34:58.363 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T10:34:58.479 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T10:34:58.643 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T10:34:58.673 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:34:58.698 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:34:58.699 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:34:58.699 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T10:34:58.699 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:34:58.699 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:34:58.699 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:34:59.755 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:34:59.764 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T10:34:59.764 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T10:34:59.764 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T10:34:59.764 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T10:34:59.764 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T10:34:59.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T10:34:59.766 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T10:34:59.768 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T10:35:00.141 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:35:00.167 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:00.608 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:35:00.631 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:35:00.631 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:00.631 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T10:35:00.631 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:35:00.632 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:35:00.632 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:00.803 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T10:35:00.804 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T10:35:00.806 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:00.807 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:00.868 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:35:00.890 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:35:00.890 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:00.891 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T10:35:00.891 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:35:00.891 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:35:00.891 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:00.954 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:35:01.185 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-base 2024-05-03T10:35:01.704 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:53 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:01.783 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:01.824 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:01.825 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:01.825 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:01.897 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install cephadm 2024-05-03T10:35:02.400 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:02.519 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:02.520 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 762 k 2024-05-03T10:35:02.521 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 769 k 2024-05-03T10:35:02.521 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:02.661 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T10:35:02.662 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T10:35:02.663 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T10:35:02.665 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T10:35:03.269 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.0 MB/s | 762 kB 00:00 2024-05-03T10:35:03.270 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:03.270 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.0 MB/s | 762 kB 00:00 2024-05-03T10:35:03.270 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:03.275 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:03.275 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:03.281 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:03.282 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:03.356 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:03.509 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T10:35:03.509 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T10:35:03.510 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T10:35:03.511 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:03.512 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:03.838 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:03.926 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-base 2024-05-03T10:35:03.930 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:04.221 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:04.441 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:52 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:04.450 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:04.451 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:04.451 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:04.451 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:04.451 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:04.451 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:04.521 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:04.560 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:04.561 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:04.562 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:04.637 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install cephadm 2024-05-03T10:35:04.688 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T10:35:05.142 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:53 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:05.200 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:05.260 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:05.261 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:05.262 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 762 k 2024-05-03T10:35:05.262 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 769 k 2024-05-03T10:35:05.262 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:05.320 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:05.321 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 145 k 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 435 k 2024-05-03T10:35:05.322 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:05.584 INFO:teuthology.orchestra.run.smithi073.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 2.3 MB/s | 762 kB 00:00 2024-05-03T10:35:05.584 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:05.584 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.3 MB/s | 762 kB 00:00 2024-05-03T10:35:05.585 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:05.590 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:05.590 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:05.595 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:05.596 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:05.633 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 466 kB/s | 145 kB 00:00 2024-05-03T10:35:05.634 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:05.634 INFO:teuthology.orchestra.run.smithi084.stdout:Total 463 kB/s | 145 kB 00:00 2024-05-03T10:35:05.634 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:05.642 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:05.642 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:05.670 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:05.697 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:05.698 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:05.865 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:05.961 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:05.983 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:05.983 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:05.984 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T10:35:05.984 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:06.108 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:06.206 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:06.536 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:06.800 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:35:06.800 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:06.800 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:06.801 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:06.801 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:06.801 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:06.857 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:06.857 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:06.858 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:06.858 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:06.858 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:06.858 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:07.078 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T10:35:07.088 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr 2024-05-03T10:35:07.590 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:55 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:07.603 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:07.681 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:07.712 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:07.712 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:07.712 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 145 k 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 435 k 2024-05-03T10:35:07.713 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:07.723 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:07.724 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:07.724 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:07.794 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T10:35:07.940 INFO:teuthology.orchestra.run.smithi073.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 641 kB/s | 145 kB 00:00 2024-05-03T10:35:07.940 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:07.941 INFO:teuthology.orchestra.run.smithi073.stdout:Total 636 kB/s | 145 kB 00:00 2024-05-03T10:35:07.941 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:07.949 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:07.949 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:08.005 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:08.005 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:08.156 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:08.249 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:08.273 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:08.273 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:08.273 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T10:35:08.273 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:08.305 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:08.426 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:08.427 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T10:35:08.428 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T10:35:08.429 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:08.430 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 8.6 M 2024-05-03T10:35:08.430 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 104 M 2024-05-03T10:35:08.430 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:09.095 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 74 kB/s | 16 kB 00:00 2024-05-03T10:35:09.146 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3353.gf8 126 kB/s | 34 kB 00:00 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:09.192 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:09.414 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr 2024-05-03T10:35:09.932 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:09.962 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 330 kB/s | 269 kB 00:00 2024-05-03T10:35:10.012 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:10.053 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:10.054 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:10.054 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:10.087 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2024-05-03T10:35:10.141 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T10:35:10.221 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 2.6 MB/s | 3.5 MB 00:01 2024-05-03T10:35:10.488 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-05-03T10:35:10.649 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:58 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:10.713 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 877 kB/s | 548 kB 00:00 2024-05-03T10:35:10.769 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T10:35:10.770 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:10.771 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 8.6 M 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 104 M 2024-05-03T10:35:10.772 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:10.972 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 856 kB/s | 863 kB 00:01 2024-05-03T10:35:11.172 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 315 kB/s | 144 kB 00:00 2024-05-03T10:35:11.222 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 123 kB/s | 31 kB 00:00 2024-05-03T10:35:11.285 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 174 kB/s | 34 kB 00:00 2024-05-03T10:35:11.322 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-05-03T10:35:11.386 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 55 kB/s | 16 kB 00:00 2024-05-03T10:35:11.564 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 481 kB/s | 188 kB 00:00 2024-05-03T10:35:11.567 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:11.568 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.8 MB/s | 8.6 MB 00:03 2024-05-03T10:35:11.618 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:11.636 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:11.636 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:11.661 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 6.2 MB/s | 3.5 MB 00:00 2024-05-03T10:35:11.792 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:11.792 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:11.870 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.1 MB/s | 863 kB 00:00 2024-05-03T10:35:12.103 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-05-03T10:35:12.145 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 466 kB/s | 19 kB 00:00 2024-05-03T10:35:12.254 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 19 MB/s | 2.0 MB 00:00 2024-05-03T10:35:12.304 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-05-03T10:35:12.316 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:12.354 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 614 kB/s | 31 kB 00:00 2024-05-03T10:35:12.379 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-protobuf-3.14.0-13.el9.noarch. 271 kB/s | 269 kB 00:00 2024-05-03T10:35:12.390 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T10:35:12.405 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-05-03T10:35:12.425 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T10:35:12.472 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T10:35:12.518 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T10:35:12.595 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T10:35:12.728 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T10:35:12.822 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T10:35:12.865 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T10:35:12.894 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:35:12.926 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T10:35:13.355 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 499 kB/s | 1.0 MB 00:02 2024-05-03T10:35:13.359 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:13.359 INFO:teuthology.orchestra.run.smithi073.stdout:Total 3.3 MB/s | 8.6 MB 00:02 2024-05-03T10:35:13.410 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:13.428 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:13.428 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:13.584 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:13.584 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:13.974 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T10:35:14.010 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:35:14.106 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:14.189 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T10:35:14.232 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T10:35:14.279 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T10:35:14.309 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T10:35:14.386 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T10:35:14.521 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T10:35:14.605 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T10:35:14.650 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T10:35:14.686 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:35:14.719 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T10:35:15.310 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:35:15.310 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T10:35:15.310 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T10:35:15.310 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T10:35:15.311 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T10:35:15.614 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T10:35:15.615 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T10:35:15.615 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T10:35:15.615 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T10:35:15.615 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:15.615 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:15.772 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T10:35:15.812 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:35:15.876 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T10:35:16.384 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:08 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:16.506 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T10:35:16.507 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T10:35:16.508 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:16.509 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 38 M 2024-05-03T10:35:16.509 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 209 M 2024-05-03T10:35:16.509 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:16.755 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-05-03T10:35:16.814 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-05-03T10:35:16.939 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 178 kB/s | 33 kB 00:00 2024-05-03T10:35:16.989 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-03T10:35:17.040 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T10:35:17.140 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T10:35:17.141 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T10:35:17.234 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.2 MB/s | 3.0 MB 00:00 2024-05-03T10:35:17.332 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-33 10 MB/s | 7.4 MB 00:00 2024-05-03T10:35:17.357 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.9 MB/s | 244 kB 00:00 2024-05-03T10:35:17.416 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T10:35:17.449 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:17.450 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:17.516 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 10 MB/s | 4.7 MB 00:00 2024-05-03T10:35:17.721 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T10:35:17.966 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 8.0 MB/s | 5.1 MB 00:00 2024-05-03T10:35:18.183 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 21 MB/s | 16 MB 00:00 2024-05-03T10:35:18.184 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:18.184 INFO:teuthology.orchestra.run.smithi084.stdout:Total 23 MB/s | 38 MB 00:01 2024-05-03T10:35:18.228 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:06 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:18.348 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:18.349 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-03T10:35:18.349 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:18.349 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-03T10:35:18.349 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T10:35:18.350 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 38 M 2024-05-03T10:35:18.351 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 209 M 2024-05-03T10:35:18.352 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:18.537 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:18.564 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:18.564 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:18.757 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-05-03T10:35:18.816 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.4 MB/s | 803 kB 00:00 2024-05-03T10:35:18.859 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 326 kB/s | 33 kB 00:00 2024-05-03T10:35:18.928 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 261 kB/s | 18 kB 00:00 2024-05-03T10:35:18.971 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:18.971 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:18.992 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 554 kB/s | 35 kB 00:00 2024-05-03T10:35:19.051 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-05-03T10:35:19.168 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-33 13 MB/s | 7.4 MB 00:00 2024-05-03T10:35:19.218 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-05-03T10:35:19.327 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2024-05-03T10:35:19.377 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.5 MB/s | 250 kB 00:00 2024-05-03T10:35:19.561 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-05-03T10:35:19.796 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:19.854 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T10:35:19.898 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:35:19.952 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-05-03T10:35:19.954 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:19.954 INFO:teuthology.orchestra.run.smithi073.stdout:Total 24 MB/s | 38 MB 00:01 2024-05-03T10:35:19.998 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:35:20.041 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T10:35:20.220 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T10:35:20.256 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T10:35:20.304 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:20.330 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:20.330 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:20.333 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T10:35:20.734 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:20.735 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:20.981 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T10:35:21.121 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T10:35:21.559 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:21.624 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T10:35:21.676 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:35:21.782 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:35:21.827 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T10:35:22.006 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T10:35:22.034 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T10:35:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T10:35:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:35:22.752 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T10:35:22.872 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T10:35:23.395 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T10:35:23.431 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:35:24.090 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:35:25.130 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T10:35:25.160 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T10:35:25.915 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T10:35:25.916 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T10:35:25.916 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:35:25.916 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T10:35:26.306 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T10:35:26.306 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:26.306 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:26.306 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:26.306 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:26.307 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:26.655 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-rook 2024-05-03T10:35:27.173 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:19 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:27.294 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:27.295 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:27.295 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:27.295 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:27.295 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:27.295 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T10:35:27.296 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.2 M 2024-05-03T10:35:27.297 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-05-03T10:35:27.298 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:35:27.756 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T10:35:27.906 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 196 kB/s | 26 kB 00:00 2024-05-03T10:35:27.923 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 130 kB/s | 19 kB 00:00 2024-05-03T10:35:27.948 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 286 kB/s | 49 kB 00:00 2024-05-03T10:35:28.015 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-05-03T10:35:28.032 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-05-03T10:35:28.066 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-05-03T10:35:28.124 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-05-03T10:35:28.149 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T10:35:28.150 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T10:35:28.151 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T10:35:28.151 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:28.151 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:28.151 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 275 kB/s | 32 kB 00:00 2024-05-03T10:35:28.183 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-05-03T10:35:28.275 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 643 kB/s | 59 kB 00:00 2024-05-03T10:35:28.350 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 910 kB/s | 206 kB 00:00 2024-05-03T10:35:28.384 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 4.4 MB/s | 1.0 MB 00:00 2024-05-03T10:35:28.409 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 671 kB/s | 90 kB 00:00 2024-05-03T10:35:28.409 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:28.410 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.0 MB/s | 2.2 MB 00:01 2024-05-03T10:35:28.470 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:28.484 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:28.484 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:28.488 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-rook 2024-05-03T10:35:28.565 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:28.566 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:29.010 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:17 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:29.081 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:29.132 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T10:35:29.134 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:29.135 INFO:teuthology.orchestra.run.smithi073.stdout:Install 13 Packages 2024-05-03T10:35:29.136 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:29.136 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 2.2 M 2024-05-03T10:35:29.136 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 26 M 2024-05-03T10:35:29.136 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:29.255 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T10:35:29.310 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T10:35:29.374 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T10:35:29.411 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T10:35:29.452 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T10:35:29.462 INFO:teuthology.orchestra.run.smithi073.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 145 kB/s | 19 kB 00:00 2024-05-03T10:35:29.487 INFO:teuthology.orchestra.run.smithi073.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 163 kB/s | 26 kB 00:00 2024-05-03T10:35:29.546 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T10:35:29.638 INFO:teuthology.orchestra.run.smithi073.stdout:(3/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 160 kB/s | 49 kB 00:00 2024-05-03T10:35:29.655 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T10:35:29.663 INFO:teuthology.orchestra.run.smithi073.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.1 MB/s | 222 kB 00:00 2024-05-03T10:35:29.689 INFO:teuthology.orchestra.run.smithi073.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 791 kB/s | 159 kB 00:00 2024-05-03T10:35:29.704 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T10:35:29.747 INFO:teuthology.orchestra.run.smithi073.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 922 kB/s | 54 kB 00:00 2024-05-03T10:35:29.939 INFO:teuthology.orchestra.run.smithi073.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 927 kB/s | 279 kB 00:00 2024-05-03T10:35:29.964 INFO:teuthology.orchestra.run.smithi073.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-05-03T10:35:29.998 INFO:teuthology.orchestra.run.smithi073.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 66 kB/s | 15 kB 00:00 2024-05-03T10:35:30.190 INFO:teuthology.orchestra.run.smithi073.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 353 kB/s | 59 kB 00:00 2024-05-03T10:35:30.307 INFO:teuthology.orchestra.run.smithi073.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-05-03T10:35:30.332 INFO:teuthology.orchestra.run.smithi073.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 632 kB/s | 90 kB 00:00 2024-05-03T10:35:30.357 INFO:teuthology.orchestra.run.smithi073.stdout:(13/13): python3-google-auth-2.29.0-1.el9.noarc 492 kB/s | 206 kB 00:00 2024-05-03T10:35:30.360 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:30.360 INFO:teuthology.orchestra.run.smithi073.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-05-03T10:35:30.412 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T10:35:30.422 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:30.436 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:30.437 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:30.468 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T10:35:30.502 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T10:35:30.520 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:30.520 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:30.549 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T10:35:30.638 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:35:31.012 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:31.182 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T10:35:31.259 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T10:35:31.301 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:35:31.301 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T10:35:31.301 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T10:35:31.301 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T10:35:31.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T10:35:31.323 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T10:35:31.368 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T10:35:31.410 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T10:35:31.504 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T10:35:31.603 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:31.604 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:31.624 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T10:35:31.679 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T10:35:31.839 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T10:35:32.349 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:24 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:32.411 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T10:35:32.459 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T10:35:32.469 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:32.469 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:32.470 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-05-03T10:35:32.471 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:32.471 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 7.0 M 2024-05-03T10:35:32.471 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 33 M 2024-05-03T10:35:32.471 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:32.493 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T10:35:32.541 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T10:35:32.571 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:35:32.877 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 610 kB/s | 142 kB 00:00 2024-05-03T10:35:33.227 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 425 kB/s | 248 kB 00:00 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T10:35:33.278 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T10:35:33.279 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T10:35:33.615 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:33.616 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:33.619 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 739 kB/s | 548 kB 00:00 2024-05-03T10:35:33.711 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 119 kB/s | 58 kB 00:00 2024-05-03T10:35:33.736 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 436 kB/s | 51 kB 00:00 2024-05-03T10:35:33.850 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T10:35:34.358 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:22 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:34.478 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:34.479 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:34.479 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:34.479 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:34.479 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-05-03T10:35:34.480 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:34.481 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 7.0 M 2024-05-03T10:35:34.481 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 33 M 2024-05-03T10:35:34.481 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:34.927 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-05-03T10:35:35.128 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-05-03T10:35:35.153 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 405 kB/s | 142 kB 00:00 2024-05-03T10:35:35.437 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 188 kB/s | 58 kB 00:00 2024-05-03T10:35:35.462 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-05-03T10:35:35.487 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 980 kB/s | 548 kB 00:00 2024-05-03T10:35:35.490 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:35.491 INFO:teuthology.orchestra.run.smithi073.stdout:Total 6.9 MB/s | 7.0 MB 00:01 2024-05-03T10:35:35.561 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:35.573 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:35.573 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:35.669 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:35.670 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:35.967 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:36.147 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T10:35:36.206 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T10:35:36.736 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T10:35:36.818 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T10:35:36.887 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T10:35:36.924 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:35:37.028 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 1.4 MB/s | 6.0 MB 00:04 2024-05-03T10:35:37.030 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:37.030 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.5 MB/s | 7.0 MB 00:04 2024-05-03T10:35:37.102 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:37.113 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:37.114 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:37.209 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:37.210 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:37.510 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:37.673 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T10:35:37.716 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T10:35:37.729 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T10:35:37.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:37.971 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:38.215 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-fuse 2024-05-03T10:35:38.246 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T10:35:38.331 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T10:35:38.395 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T10:35:38.425 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:35:38.727 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:26 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:38.848 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:38.848 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-05-03T10:35:38.849 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:38.850 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 970 k 2024-05-03T10:35:38.850 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 2.8 M 2024-05-03T10:35:38.850 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:39.119 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 516 kB/s | 80 kB 00:00 2024-05-03T10:35:39.191 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:35:39.192 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T10:35:39.192 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T10:35:39.192 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T10:35:39.192 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T10:35:39.192 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T10:35:39.278 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-05-03T10:35:39.278 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:39.278 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.2 MB/s | 970 kB 00:00 2024-05-03T10:35:39.290 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:39.312 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:39.312 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:39.389 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:39.389 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T10:35:39.452 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T10:35:39.453 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:39.453 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:39.572 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:39.691 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-fuse 2024-05-03T10:35:39.713 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T10:35:39.784 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:35:40.208 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:32 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:40.329 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T10:35:40.330 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:40.331 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 970 k 2024-05-03T10:35:40.331 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 2.8 M 2024-05-03T10:35:40.331 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:40.395 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:35:40.395 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T10:35:40.655 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.1 MB/s | 890 kB 00:00 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:40.688 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:40.788 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 193 kB/s | 80 kB 00:00 2024-05-03T10:35:40.789 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:40.789 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.1 MB/s | 970 kB 00:00 2024-05-03T10:35:40.801 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:40.821 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:40.821 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:40.898 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:40.898 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:40.946 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-volume 2024-05-03T10:35:41.081 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:41.207 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T10:35:41.270 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:35:41.466 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:29 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:41.588 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-05-03T10:35:41.589 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:41.590 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 350 k 2024-05-03T10:35:41.590 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 1.5 M 2024-05-03T10:35:41.590 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:41.858 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.2 MB/s | 273 kB 00:00 2024-05-03T10:35:41.898 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:35:41.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T10:35:42.151 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T10:35:42.151 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:42.151 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:42.151 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T10:35:42.151 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:42.152 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:42.308 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 115 kB/s | 77 kB 00:00 2024-05-03T10:35:42.309 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:42.309 INFO:teuthology.orchestra.run.smithi073.stdout:Total 486 kB/s | 350 kB 00:00 2024-05-03T10:35:42.320 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:42.330 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:42.330 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:42.355 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:42.355 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:42.423 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-volume 2024-05-03T10:35:42.499 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:42.680 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T10:35:42.710 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:35:42.726 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:35:42.726 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:42.726 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T10:35:42.726 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:42.946 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:43.069 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:43.069 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:43.069 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T10:35:43.070 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:43.071 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 350 k 2024-05-03T10:35:43.071 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 1.5 M 2024-05-03T10:35:43.071 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:43.447 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T10:35:43.457 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 677 kB/s | 77 kB 00:00 2024-05-03T10:35:43.741 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 687 kB/s | 273 kB 00:00 2024-05-03T10:35:43.741 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:43.741 INFO:teuthology.orchestra.run.smithi084.stdout:Total 522 kB/s | 350 kB 00:00 2024-05-03T10:35:43.745 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T10:35:43.745 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:43.745 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:43.745 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:43.745 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T10:35:43.746 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:43.746 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:43.753 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:43.762 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:43.762 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:43.788 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:43.788 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:43.932 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:44.059 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados-devel 2024-05-03T10:35:44.125 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T10:35:44.159 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:35:44.175 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:35:44.175 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:44.175 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T10:35:44.175 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:44.587 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:32 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:44.709 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:44.709 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:44.709 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-03T10:35:44.709 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:44.709 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:44.710 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 127 k 2024-05-03T10:35:44.711 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 456 k 2024-05-03T10:35:44.711 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:44.907 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T10:35:45.047 INFO:teuthology.orchestra.run.smithi073.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 376 kB/s | 127 kB 00:00 2024-05-03T10:35:45.048 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:45.048 INFO:teuthology.orchestra.run.smithi073.stdout:Total 375 kB/s | 127 kB 00:00 2024-05-03T10:35:45.048 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:45.054 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:45.054 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:45.118 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:45.118 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:45.183 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T10:35:45.183 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:45.183 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:45.183 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:35:45.184 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T10:35:45.184 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:45.184 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:45.273 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:45.369 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:45.502 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados-devel 2024-05-03T10:35:45.795 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:46.031 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:46.054 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:46.155 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:46.156 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 127 k 2024-05-03T10:35:46.157 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 456 k 2024-05-03T10:35:46.157 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:46.323 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs2 2024-05-03T10:35:46.387 INFO:teuthology.orchestra.run.smithi084.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 550 kB/s | 127 kB 00:00 2024-05-03T10:35:46.388 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:46.388 INFO:teuthology.orchestra.run.smithi084.stdout:Total 547 kB/s | 127 kB 00:00 2024-05-03T10:35:46.388 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:46.394 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:46.394 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:46.456 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:46.457 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:46.605 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:46.707 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:46.842 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:46.921 INFO:teuthology.orchestra.run.smithi073.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:46.963 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:46.964 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:46.964 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:47.040 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs-devel 2024-05-03T10:35:47.099 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:47.350 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:47.555 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:47.583 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs2 2024-05-03T10:35:47.675 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:47.675 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:47.675 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 32 k 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 142 k 2024-05-03T10:35:47.676 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:47.925 INFO:teuthology.orchestra.run.smithi073.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 127 kB/s | 32 kB 00:00 2024-05-03T10:35:47.926 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:47.926 INFO:teuthology.orchestra.run.smithi073.stdout:Total 126 kB/s | 32 kB 00:00 2024-05-03T10:35:47.926 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:47.930 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:47.930 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:47.932 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:47.932 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:48.019 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:48.104 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:48.145 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:48.185 INFO:teuthology.orchestra.run.smithi084.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:48.227 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:48.228 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:48.228 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:48.311 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs-devel 2024-05-03T10:35:48.506 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:48.718 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:48.828 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:48.899 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados2 2024-05-03T10:35:48.950 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:48.951 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:48.951 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T10:35:48.951 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:48.951 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 32 k 2024-05-03T10:35:48.952 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 142 k 2024-05-03T10:35:48.953 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:49.124 INFO:teuthology.orchestra.run.smithi084.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 184 kB/s | 32 kB 00:00 2024-05-03T10:35:49.124 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:49.124 INFO:teuthology.orchestra.run.smithi084.stdout:Total 182 kB/s | 32 kB 00:00 2024-05-03T10:35:49.124 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:49.128 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:49.128 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:49.130 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:49.130 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:49.220 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:49.320 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:49.417 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:49.497 INFO:teuthology.orchestra.run.smithi073.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:49.538 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:49.539 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:49.539 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:49.613 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librbd1 2024-05-03T10:35:49.680 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:49.907 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:50.107 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados2 2024-05-03T10:35:50.122 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:50.201 INFO:teuthology.orchestra.run.smithi073.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:50.242 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:50.242 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:50.243 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:50.313 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rados 2024-05-03T10:35:50.619 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:50.696 INFO:teuthology.orchestra.run.smithi084.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:50.738 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:50.739 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:50.739 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:50.809 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librbd1 2024-05-03T10:35:50.819 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:50.897 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:50.939 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:50.940 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:50.940 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:51.012 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rgw 2024-05-03T10:35:51.320 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:43 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:51.398 INFO:teuthology.orchestra.run.smithi084.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:51.440 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:51.441 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:51.441 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:51.520 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rados 2024-05-03T10:35:51.523 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:51.601 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:51.642 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:51.643 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:51.643 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:51.713 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-cephfs 2024-05-03T10:35:52.030 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:52.109 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:52.149 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:52.150 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:52.151 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:52.223 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:52.228 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rgw 2024-05-03T10:35:52.301 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:52.342 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:52.343 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:52.343 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:52.412 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rbd 2024-05-03T10:35:52.738 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:52.816 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:52.857 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:52.858 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:52.858 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:52.921 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:52.932 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-cephfs 2024-05-03T10:35:52.999 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:53.041 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:53.042 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-03T10:35:53.042 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:53.114 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-fuse 2024-05-03T10:35:53.448 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:53.529 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:53.572 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:53.573 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:53.573 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:53.629 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:41 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:53.650 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rbd 2024-05-03T10:35:53.749 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:53.750 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:53.751 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:53.751 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:53.751 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 85 k 2024-05-03T10:35:53.751 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 231 k 2024-05-03T10:35:53.751 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:54.062 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-05-03T10:35:54.062 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:54.063 INFO:teuthology.orchestra.run.smithi073.stdout:Total 273 kB/s | 85 kB 00:00 2024-05-03T10:35:54.063 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:54.070 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:54.070 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:54.137 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:54.137 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:54.181 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:54.260 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:35:54.296 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:54.302 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:54.303 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T10:35:54.303 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:54.379 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-fuse 2024-05-03T10:35:54.400 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:54.741 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:54.890 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:54.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:54.969 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:54.969 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:54.969 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:54.969 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:54.970 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:55.009 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:55.010 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:55.011 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:55.011 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:55.011 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 85 k 2024-05-03T10:35:55.012 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 231 k 2024-05-03T10:35:55.012 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:55.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-mirror 2024-05-03T10:35:55.345 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 258 kB/s | 85 kB 00:00 2024-05-03T10:35:55.347 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:55.347 INFO:teuthology.orchestra.run.smithi084.stdout:Total 257 kB/s | 85 kB 00:00 2024-05-03T10:35:55.347 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:55.351 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:55.351 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:55.417 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:55.418 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:55.568 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:55.679 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:55.712 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:43 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:55.840 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:55.840 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:55.840 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-03T10:35:55.840 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:55.840 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:55.841 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-05-03T10:35:55.842 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 13 M 2024-05-03T10:35:55.842 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:56.067 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:56.307 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:56.374 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-05-03T10:35:56.375 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:56.375 INFO:teuthology.orchestra.run.smithi073.stdout:Total 5.8 MB/s | 3.1 MB 00:00 2024-05-03T10:35:56.375 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:56.384 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:56.385 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:56.468 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:56.468 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:56.550 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-mirror 2024-05-03T10:35:56.907 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:56.966 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:56.991 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:56.992 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:56.992 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T10:35:56.992 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:35:56.992 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:35:56.992 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:57.076 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:35:57.198 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:35:57.199 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:35:57.200 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:35:57.200 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:57.200 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-05-03T10:35:57.200 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 13 M 2024-05-03T10:35:57.200 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:35:57.746 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-05-03T10:35:57.746 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:57.746 INFO:teuthology.orchestra.run.smithi084.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-05-03T10:35:57.747 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:35:57.756 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:35:57.756 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:35:57.836 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:35:57.836 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:35:58.074 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:58.075 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:58.075 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:35:58.075 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:58.075 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:58.075 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:35:58.266 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:35:58.309 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-nbd 2024-05-03T10:35:58.329 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:58.354 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:58.354 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:35:58.354 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T10:35:58.354 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:35:58.355 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:35:58.355 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:58.831 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 10:34:12 AM UTC. 2024-05-03T10:35:58.956 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-03T10:35:58.957 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-03T10:35:58.958 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-03T10:35:58.958 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:35:58.958 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 171 k 2024-05-03T10:35:58.958 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 494 k 2024-05-03T10:35:58.958 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-03T10:35:59.203 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 697 kB/s | 171 kB 00:00 2024-05-03T10:35:59.204 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:35:59.204 INFO:teuthology.orchestra.run.smithi073.stdout:Total 692 kB/s | 171 kB 00:00 2024-05-03T10:35:59.204 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-03T10:35:59.212 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-03T10:35:59.212 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-03T10:35:59.278 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-03T10:35:59.278 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-03T10:35:59.432 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:59.432 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:59.432 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:35:59.433 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:35:59.433 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:35:59.433 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:35:59.433 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-03T10:35:59.533 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:35:59.658 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-nbd 2024-05-03T10:35:59.960 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:36:00.172 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:52 ago on Fri 03 May 2024 10:34:08 AM UTC. 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-03T10:36:00.234 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-03T10:36:00.296 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T10:36:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T10:36:00.298 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T10:36:00.298 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:00.298 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 171 k 2024-05-03T10:36:00.298 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 494 k 2024-05-03T10:36:00.298 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T10:36:00.506 DEBUG:teuthology.parallel:result is None 2024-05-03T10:36:00.523 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 761 kB/s | 171 kB 00:00 2024-05-03T10:36:00.523 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:36:00.524 INFO:teuthology.orchestra.run.smithi084.stdout:Total 755 kB/s | 171 kB 00:00 2024-05-03T10:36:00.524 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T10:36:00.532 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T10:36:00.532 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T10:36:00.595 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T10:36:00.595 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T10:36:00.748 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T10:36:00.835 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:36:01.220 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:01.465 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T10:36:01.759 DEBUG:teuthology.parallel:result is None 2024-05-03T10:36:01.760 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-03T10:36:01.978 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T10:36:02.003 INFO:teuthology.orchestra.run.smithi073.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:36:02.003 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:36:02.003 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T10:36:02.005 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-03T10:36:02.148 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T10:36:02.170 INFO:teuthology.orchestra.run.smithi084.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:36:02.170 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:36:02.170 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T10:36:02.172 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-03T10:36:02.172 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:36:02.172 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T10:36:02.201 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:36:02.201 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T10:36:02.235 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-03T10:36:02.235 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:36:02.236 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T10:36:02.268 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T10:36:02.333 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:36:02.334 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T10:36:02.357 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T10:36:02.421 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-03T10:36:02.421 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:36:02.421 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T10:36:02.446 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T10:36:02.511 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:36:02.511 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T10:36:02.542 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T10:36:02.606 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-03T10:36:02.607 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-03T10:36:02.607 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T10:36:02.631 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T10:36:02.695 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T10:36:02.695 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T10:36:02.718 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T10:36:02.782 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-05-03T10:36:02.882 INFO:tasks.cephadm:Testing if podman is available 2024-05-03T10:36:02.882 DEBUG:teuthology.orchestra.run.smithi084:> sudo podman --help 2024-05-03T10:36:03.576 INFO:teuthology.orchestra.run.smithi084.stdout:Manage pods, containers and images 2024-05-03T10:36:03.576 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout:Usage: 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: podman [options] [command] 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout:Available Commands: 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: attach Attach to a running container 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: auto-update Auto update containers according to their auto-update policy 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: build Build an image using instructions from Containerfiles 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: commit Create new image based on the changed container 2024-05-03T10:36:03.577 INFO:teuthology.orchestra.run.smithi084.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: container Manage containers 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: cp Copy files/folders between a container and the local filesystem 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: create Create but do not start a container 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: diff Display the changes to the object's file system 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: events Show podman system events 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: exec Run a process in a running container 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: export Export container's filesystem contents as a tar archive 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: farm Farm out builds to remote machines 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: generate Generate structured data based on containers, pods or volumes 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: healthcheck Manage health checks on containers 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: help Help about any command 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: history Show history of a specified image 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: image Manage images 2024-05-03T10:36:03.578 INFO:teuthology.orchestra.run.smithi084.stdout: images List images in local storage 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: import Import a tarball to create a filesystem image 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: info Display podman system information 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: init Initialize one or more containers 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: inspect Display the configuration of object denoted by ID 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: kill Kill one or more running containers with a specific signal 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: kube Play containers, pods or volumes from a structured file 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: load Load image(s) from a tar archive 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: login Log in to a container registry 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: logout Log out of a container registry 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: logs Fetch the logs of one or more containers 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: machine Manage a virtual machine 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: manifest Manipulate manifest lists and image indexes 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: mount Mount a working container's root filesystem 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: network Manage networks 2024-05-03T10:36:03.579 INFO:teuthology.orchestra.run.smithi084.stdout: pause Pause all the processes in one or more containers 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: pod Manage pods 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: port List port mappings or a specific mapping for the container 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: ps List containers 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: pull Pull an image from a registry 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: push Push an image to a specified destination 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: rename Rename an existing container 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: restart Restart one or more containers 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: rm Remove one or more containers 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: rmi Remove one or more images from local storage 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: run Run a command in a new container 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: save Save image(s) to an archive 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: search Search registry for image 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: secret Manage secrets 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: start Start one or more containers 2024-05-03T10:36:03.580 INFO:teuthology.orchestra.run.smithi084.stdout: stats Display a live stream of container resource usage statistics 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: stop Stop one or more containers 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: system Manage podman 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: tag Add an additional name to a local image 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: top Display the running processes of a container 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: unmount Unmount working container's root filesystem 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: unpause Unpause the processes in one or more containers 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: unshare Run a command in a modified user namespace 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: untag Remove a name from a local image 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: update Update an existing container 2024-05-03T10:36:03.581 INFO:teuthology.orchestra.run.smithi084.stdout: version Display the Podman version information 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: volume Manage volumes 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: wait Block on one or more containers 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout:Options: 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: --conmon string Path of the conmon binary 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: -c, --connection string Connection to use for remote Podman service 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: --help Help for podman 2024-05-03T10:36:03.582 INFO:teuthology.orchestra.run.smithi084.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.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-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --module strings Load the containers.conf(5) module 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --network-cmd-path string Path to the command for configuring the network 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --network-config-dir string Path of the configuration directory for networks 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --out string Send output (stdout) from podman to a file 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: -r, --remote Access remote Podman service 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --ssh string define the ssh mode (default "golang") 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-05-03T10:36:03.583 INFO:teuthology.orchestra.run.smithi084.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: (default "/run/libpod") 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: --transient-store Enable transient container storage 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: -v, --version version for podman 2024-05-03T10:36:03.584 INFO:teuthology.orchestra.run.smithi084.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-05-03T10:36:03.585 DEBUG:teuthology.orchestra.run.smithi084:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-05-03T10:36:04.393 INFO:teuthology.orchestra.run.smithi084.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-05-03T10:36:04.866 INFO:teuthology.orchestra.run.smithi084.stderr:Getting image source signatures 2024-05-03T10:36:04.866 INFO:teuthology.orchestra.run.smithi084.stderr:Copying blob sha256:e92b40a05b400c2e0198fad506d10b9aaa5ac8da2f9ae6d1877e84540199f94c 2024-05-03T10:36:04.866 INFO:teuthology.orchestra.run.smithi084.stderr:Copying blob sha256:0a0c0043018ddac25b8628bdc09f11c653d491437f7c2a2116b1263763563372 2024-05-03T10:36:08.845 INFO:teuthology.orchestra.run.smithi084.stderr:Copying config sha256:21cb3dde794e3af45d6bfb5c36b3f6390df884770e50645c60adb96b6939b257 2024-05-03T10:36:08.962 INFO:teuthology.orchestra.run.smithi084.stderr:Writing manifest to image destination 2024-05-03T10:36:09.176 INFO:teuthology.orchestra.run.smithi084.stdout:21cb3dde794e3af45d6bfb5c36b3f6390df884770e50645c60adb96b6939b257 2024-05-03T10:36:09.181 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T10:36:09.191 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-03T10:36:09.191 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:36:09.192 INFO:tasks.cephadm:Cluster fsid is f4384420-0938-11ef-bc97-c7b262605968 2024-05-03T10:36:09.192 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T10:36:09.192 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.73'} 2024-05-03T10:36:09.192 INFO:tasks.cephadm:First mon is mon.a on smithi073 2024-05-03T10:36:09.192 INFO:tasks.cephadm:First mgr is x 2024-05-03T10:36:09.192 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T10:36:09.192 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-05-03T10:36:09.221 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-05-03T10:36:09.247 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T10:36:09.248 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-03T10:36:09.470 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-03T10:36:09.614 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-03T10:36:09.616 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-03T10:36:09.616 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:10.307 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 10:36 /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:10.307 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:10.792 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 10:36 /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:10.792 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:10.811 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:10.839 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T10:36:10.839 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:36:10.854 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:36:11.055 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:36:11.204 INFO:teuthology.orchestra.run.smithi084.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:36:11.204 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:36:11.204 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T10:36:11.204 INFO:teuthology.orchestra.run.smithi084.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:36:12.324 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:36:12.529 INFO:teuthology.orchestra.run.smithi073.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:36:12.530 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:36:12.530 INFO:teuthology.orchestra.run.smithi073.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-03T10:36:12.530 INFO:teuthology.orchestra.run.smithi073.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:36:12.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:36:12.554 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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:36:12.555 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T10:36:12.557 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/f4384420-0938-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/7687304/remote/smithi073/crash 2024-05-03T10:36:12.558 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/f4384420-0938-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:36:12.623 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/f4384420-0938-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:36:12.623 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:36:12.625 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/f4384420-0938-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/7687304/remote/smithi084/crash 2024-05-03T10:36:12.626 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/f4384420-0938-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:36:12.672 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/f4384420-0938-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:36:12.672 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:36:12.673 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T10:36:12.673 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f4384420-0938-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T10:36:12.697 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/f4384420-0938-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T10:36:12.699 INFO:tasks.cephadm:Compressing logs... 2024-05-03T10:36:12.699 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:12.742 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T10:36:12.762 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-03T10:36:12.762 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:36:12.763 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:36:12.764 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-05-03T10:36:12.764 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.011s 2024-05-03T10:36:12.764 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m0.009s 2024-05-03T10:36:12.765 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.012s 2024-05-03T10:36:12.768 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:36:12.768 INFO:teuthology.orchestra.run.smithi084.stderr:: No such file or directory 2024-05-03T10:36:12.768 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:36:12.773 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-05-03T10:36:12.773 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.012s 2024-05-03T10:36:12.773 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.008s 2024-05-03T10:36:12.773 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.015s 2024-05-03T10:36:12.774 INFO:tasks.cephadm:Archiving logs... 2024-05-03T10:36:12.774 DEBUG:teuthology.misc:Transferring archived files from smithi073:/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/7687304/remote/smithi073/log 2024-05-03T10:36:12.775 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:36:12.828 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304/remote/smithi084/log 2024-05-03T10:36:12.829 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:36:12.856 INFO:tasks.cephadm:Removing cluster... 2024-05-03T10:36:12.856 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f4384420-0938-11ef-bc97-c7b262605968 --force 2024-05-03T10:36:13.050 INFO:teuthology.orchestra.run.smithi073.stdout:Deleting cluster with fsid: f4384420-0938-11ef-bc97-c7b262605968 2024-05-03T10:36:13.313 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T10:36:13.313 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:13.327 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:36:13.345 INFO:tasks.cephadm:Teardown complete 2024-05-03T10:36:13.345 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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:36:13.544 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a3368f1677d74ebcad47c8d21171c3cb 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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:36:13.547 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T10:36:13.556 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-05-03T10:36:13.563 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-03T10:36:13.572 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-03T10:36:13.572 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T10:36:13.584 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T10:36:13.662 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T10:36:13.670 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T10:36:13.671 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:36:13.673 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:36:13.685 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:36:13.688 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:36:13.689 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-05-03T10:36:13.689 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv01.front.sepia.ceph.com 3 6 77 10 +466us[ +565us] +/- 50ms 2024-05-03T10:36:13.689 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 9 +423us[ +423us] +/- 61ms 2024-05-03T10:36:13.689 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 11 -1075us[ -976us] +/- 66ms 2024-05-03T10:36:13.689 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:36:13.690 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv01.front.sepia.ceph.com 3 6 77 9 +462us[ +440us] +/- 50ms 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 11 +418us[ +395us] +/- 60ms 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 10 -1074us[-1096us] +/- 66ms 2024-05-03T10:36:13.694 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:36:13.695 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T10:36:13.704 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T10:36:13.705 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T10:36:13.713 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:13.785 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T10:36:13.845 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:13.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:36:13.871 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T10:36:13.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:36:13.899 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T10:36:13.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T10:36:13.949 INFO:teuthology.task.internal:Duration was 376.525307 seconds 2024-05-03T10:36:13.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T10:36:13.959 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T10:36:13.959 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:36:13.962 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:36:13.995 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:36:14.000 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:36:14.415 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T10:36:14.415 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-05-03T10:36:14.415 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:14.438 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T10:36:14.438 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T10:36:14.478 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T10:36:14.478 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:36:14.480 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:36:14.544 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T10:36:14.544 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:36:14.546 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:36:14.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T10:36:14.683 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T10:36:14.683 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:36:14.707 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:36:14.731 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T10:36:14.742 DEBUG:teuthology.orchestra.run.smithi073:> 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-03T10:36:14.750 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:36:14.769 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-05-03T10:36:14.793 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-05-03T10:36:14.832 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:36:14.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:36:14.847 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:36:14.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:36:14.887 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T10:36:14.897 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T10:36:14.898 DEBUG:teuthology.misc:Transferring archived files from smithi073:/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/7687304/remote/smithi073 2024-05-03T10:36:14.898 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:36:14.930 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304/remote/smithi084 2024-05-03T10:36:14.930 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:36:14.963 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T10:36:14.963 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:36:14.966 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:36:15.012 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T10:36:15.023 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T10:36:15.024 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T10:36:15.037 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T10:36:15.037 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:36:15.039 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:36:15.051 INFO:teuthology.orchestra.run.smithi073.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:36 /home/ubuntu/cephtest 2024-05-03T10:36:15.066 INFO:teuthology.orchestra.run.smithi084.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:36 /home/ubuntu/cephtest 2024-05-03T10:36:15.068 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T10:36:15.079 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T10:36:15.101 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T10:36:15.129 DEBUG:teuthology.nuke:shortname: smithi073 2024-05-03T10:36:15.129 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:36:15.154 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.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/7687304', '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 10:24:36.873978', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv8gD7INQjoSBoWDsimzZAeqgk22eMywcPb7K7hISHrPe3emQtH3wFSdi+zfNhJS5gELYxAp4odIQDuq6g6zWE='} 2024-05-03T10:36:15.158 DEBUG:teuthology.nuke:shortname: smithi084 2024-05-03T10:36:15.159 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:36:15.180 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687304', '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 10:24:36.875742', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBByUlJXa6CuwdH6paCTiXBwa09GFICsvGsBjuL0K0OcoRR0y58/G1kn744ebj8evBCJj7H4ZUDzuetBHlwWMzoQ='} 2024-05-03T10:36:15.212 INFO:teuthology.orchestra.console.smithi073:Power off 2024-05-03T10:36:15.213 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:36:15.240 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2024-05-03T10:36:15.240 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:15.257 INFO:teuthology.orchestra.console.smithi084:Power off 2024-05-03T10:36:15.257 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:36:15.266 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-05-03T10:36:15.281 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-05-03T10:36:15.281 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:15.306 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T10:36:19.268 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:19.307 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:19.379 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-05-03T10:36:19.418 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T10:36:23.382 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:23.419 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:36:23.493 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2024-05-03T10:36:23.529 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-05-03T10:36:23.593 INFO:teuthology.orchestra.console.smithi073:Power off completed 2024-05-03T10:36:23.629 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-05-03T10:36:23.734 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 376.52530694007874 failure_reason: 'Command failed on smithi073 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=a3368f1677d74ebcad47c8d21171c3cb status: fail success: false 2024-05-03T10:36:23.735 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:36:23.824 INFO:teuthology.run:FAIL