2024-04-22T21:57:48.809 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:57:48.810 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819 --owner scheduled_teuthology@teuthology --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --verbose --description orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/orig.config.yaml 2024-04-22T21:57:48.846 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:57:48.960 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668819' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid 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: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3rB2OJ8vXWtRh2Q9Qj1fMLTRNkU0vPj5ET171HdBzkobxc6y1f4I/0KffFA3NP2XpPgF6EZtCRX9aqFpp7qDI= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8iL/B0jcoj5A9988085Crr7PkxhzxhKxPeFRqGnaIdTQOKhEREVimt6jjc0PiLowUM0HXoW2t+5YalwisESqE= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:57:48.960 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:57:48.961 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:57:48.961 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:57:48.963 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:57:48.998 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:57:48.998 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:57:48.998 INFO:teuthology.packaging:ref: None 2024-04-22T21:57:48.998 INFO:teuthology.packaging:tag: None 2024-04-22T21:57:48.998 INFO:teuthology.packaging:branch: squid 2024-04-22T21:57:48.998 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:57:48.998 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T21:57:49.298 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:57:49.299 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:57:49.306 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:57:49.306 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:57:49.323 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:57:49.335 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:57:49.341 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:57:49.365 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:19.011437', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3rB2OJ8vXWtRh2Q9Qj1fMLTRNkU0vPj5ET171HdBzkobxc6y1f4I/0KffFA3NP2XpPgF6EZtCRX9aqFpp7qDI='} 2024-04-22T21:57:49.391 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:19.009994', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8iL/B0jcoj5A9988085Crr7PkxhzxhKxPeFRqGnaIdTQOKhEREVimt6jjc0PiLowUM0HXoW2t+5YalwisESqE='} 2024-04-22T21:57:49.392 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:57:49.397 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T21:57:49.397 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T21:57:49.398 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:57:49.470 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f77bdd1cee0>, signals=[15]) 2024-04-22T21:57:49.471 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:57:49.477 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:57:49.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-04-22T21:57:49.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:49.600 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T21:57:49.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:49.677 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:57:49.683 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-04-22T21:57:49.703 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-04-22T21:57:49.703 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="9" 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="9" 2024-04-22T21:57:49.762 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:57:49.763 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:57:49.764 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-04-22T21:57:49.782 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-04-22T21:57:49.800 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-04-22T21:57:49.800 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="CentOS Stream" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="9" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:ID="centos" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="9" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:ANSI_COLOR="0;31" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:57:49.857 INFO:teuthology.orchestra.run.smithi189.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:57:49.858 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:57:49.858 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:57:49.858 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:57:49.858 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:57:49.858 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-04-22T21:57:49.882 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:57:49.891 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:57:49.896 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:57:49.896 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:49.899 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:49.916 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:57:49.922 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:57:49.922 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:49.958 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:49.988 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:57:50.054 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:57:50.068 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:57:50.068 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:57:50.069 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:50.069 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:50.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:50.086 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-04-22T21:57:50.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:50.087 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-04-22T21:57:50.143 INFO:teuthology.orchestra.run.smithi189.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:57:50.143 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.14.0-437.el9.x86_64 2024-04-22T21:57:50.143 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum install -y kernel 2024-04-22T21:57:50.144 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:57:50.145 INFO:teuthology.task.kernel:Running kernel on smithi062: 5.14.0-437.el9.x86_64 2024-04-22T21:57:50.145 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2024-04-22T21:57:52.339 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T21:57:52.855 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 7.9 MB/s | 8.0 MB 00:01 2024-04-22T21:57:54.551 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-22T21:57:56.848 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 6.5 MB/s | 19 MB 00:02 2024-04-22T21:58:00.957 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-22T21:58:03.082 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 21 kB/s | 16 kB 00:00 2024-04-22T21:58:03.332 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 1.2 MB/s | 6.2 MB 00:05 2024-04-22T21:58:04.494 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-22T21:58:05.008 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-22T21:58:06.751 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-22T21:58:09.525 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T21:58:11.340 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:58:11.340 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:58:11.423 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T21:58:11.424 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T21:58:11.424 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T21:58:11.541 DEBUG:teuthology.orchestra.run.smithi189:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:58:11.919 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-22T21:58:12.039 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:09 PM UTC. 2024-04-22T21:58:12.114 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:01 ago on Mon 22 Apr 2024 09:58:11 PM UTC. 2024-04-22T21:58:12.159 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T21:58:12.197 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T21:58:12.198 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T21:58:12.199 INFO:teuthology.orchestra.run.smithi189.stderr:Operation aborted. 2024-04-22T21:58:12.261 INFO:teuthology.orchestra.run.smithi189.stdout:Is this ok [y/N]: 2024-04-22T21:58:12.262 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum reinstall -y kernel || true 2024-04-22T21:58:12.757 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:09 PM UTC. 2024-04-22T21:58:12.873 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T21:58:12.874 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.874 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:12.874 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.874 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T21:58:12.874 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T21:58:12.875 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T21:58:13.611 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64.rpm 395 kB/s | 255 kB 00:00 2024-04-22T21:58:13.611 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:58:13.611 INFO:teuthology.orchestra.run.smithi189.stdout:Total 346 kB/s | 255 kB 00:00 2024-04-22T21:58:13.626 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T21:58:13.823 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T21:58:13.824 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T21:58:13.829 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T21:58:13.829 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T21:58:13.974 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T21:58:14.015 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:58:14.016 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:58:14.061 INFO:teuthology.orchestra.run.smithi189.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:14.062 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:14.108 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T21:58:14.109 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T21:58:14.109 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T21:58:14.237 DEBUG:teuthology.orchestra.run.smithi062:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:58:14.760 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:11 PM UTC. 2024-04-22T21:58:14.762 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:14.762 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:14.888 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T21:58:14.911 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:14.911 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:Reinstalling: 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 255 k 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 0 2024-04-22T21:58:14.912 INFO:teuthology.orchestra.run.smithi062.stderr:Operation aborted. 2024-04-22T21:58:14.972 INFO:teuthology.orchestra.run.smithi062.stdout:Is this ok [y/N]: 2024-04-22T21:58:14.972 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum reinstall -y kernel || true 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalled: 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T21:58:15.472 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T21:58:15.490 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 09:58:11 PM UTC. 2024-04-22T21:58:15.610 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout:Reinstalling: 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:15.611 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 255 k 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 0 2024-04-22T21:58:15.612 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T21:58:15.650 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:58:15.697 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:15.697 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:58:15.698 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:58:15.698 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:58:15.698 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:58:15.737 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-04-22T21:58:15.762 DEBUG:teuthology.parallel:result is None 2024-04-22T21:58:15.945 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-22T21:58:15.945 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:58:15.945 INFO:teuthology.orchestra.run.smithi062.stdout:Total 765 kB/s | 255 kB 00:00 2024-04-22T21:58:15.963 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T21:58:16.169 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T21:58:16.169 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T21:58:16.174 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T21:58:16.175 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T21:58:16.320 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T21:58:16.395 INFO:teuthology.orchestra.run.smithi062.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:16.395 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:17.045 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:17.045 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:17.802 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:17.803 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:17.803 INFO:teuthology.orchestra.run.smithi062.stdout:Reinstalled: 2024-04-22T21:58:17.803 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:17.803 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T21:58:17.803 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T21:58:17.969 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:58:18.017 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:18.017 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:58:18.018 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:58:18.018 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:58:18.018 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:58:18.053 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-04-22T21:58:18.078 DEBUG:teuthology.parallel:result is None 2024-04-22T21:58:18.078 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:58:18.085 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:58:18.085 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:58:18.121 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:58:18.139 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:58:18.147 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:58:18.173 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:58:18.173 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:58:18.176 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:58:18.293 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:58:18.300 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:58:18.300 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:58:18.302 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:58:18.335 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:18.345 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:18.356 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:18.366 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:18.369 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:58:18.377 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:58:18.377 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:58:18.390 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:58:18.417 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:58:18.425 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:58:18.425 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:58:18.454 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:58:18.473 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:18.550 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:18.611 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:18.653 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:18.692 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T21:58:18.693 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:58:18.756 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:18.802 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:18.854 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:18.940 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:18.980 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T21:58:18.981 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:58:19.046 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-04-22T21:58:19.049 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-04-22T21:58:19.079 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:58:19.126 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:58:19.588 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:58:19.596 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:58:19.596 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:58:19.612 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:58:19.620 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:58:19.620 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2024-04-22T21:58:19.668 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2024-04-22T21:58:19.670 DEBUG:teuthology.orchestra.run.smithi189:> sudo service auditd rotate 2024-04-22T21:58:19.765 INFO:teuthology.orchestra.run.smithi189.stdout:Rotating logs: 2024-04-22T21:58:19.767 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:58:19.767 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2024-04-22T21:58:19.786 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2024-04-22T21:58:19.786 DEBUG:teuthology.orchestra.run.smithi189:> /usr/sbin/getenforce 2024-04-22T21:58:19.815 INFO:teuthology.orchestra.run.smithi189.stdout:Permissive 2024-04-22T21:58:19.815 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi189.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:58:19.815 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:58:19.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:19.855 DEBUG:teuthology.orchestra.run.smithi189:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T21:58:19.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:19.881 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:58:19.881 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:58:19.921 DEBUG:teuthology.orchestra.run.smithi189:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:58:19.945 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:58:19.955 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:58:19.972 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T21:58:19.974 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:02:04.687 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-04-22T22:02:04.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-22T22:02:04.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:02:04.807 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-04-22T22:02:04.891 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-22T22:02:04.891 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T22:02:04.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:02:04.975 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-04-22T22:02:05.058 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T22:02:05.059 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:02:05.070 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:02:05.071 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:02:05.071 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:02:05.074 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:02:05.074 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:02:05.102 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:02:05.117 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:02:05.129 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:02:05.141 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2024-04-22T22:02:05.143 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:02:05.152 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2024-04-22T22:02:05.166 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:02:05.167 INFO:teuthology.orchestra.run.smithi189.stderr:sudo: ntpd: command not found 2024-04-22T22:02:05.178 INFO:teuthology.orchestra.run.smithi189.stdout:506 Cannot talk to daemon 2024-04-22T22:02:05.181 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:02:05.191 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:02:05.204 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:02:05.234 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:02:05.238 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:02:05.239 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-04-22T22:02:05.239 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.239 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.239 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.239 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.269 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:02:05.272 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:02:05.272 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T22:02:05.272 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.272 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.273 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.273 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:05.274 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:02:05.285 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:02:05.286 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2024-04-22T22:02:05.287 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:02:05.288 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:02:05.288 DEBUG:teuthology.orchestra.run.smithi189:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:02:05.834 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:46 ago on Mon 22 Apr 2024 10:01:19 PM UTC. 2024-04-22T22:02:05.845 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:50 ago on Mon 22 Apr 2024 10:01:15 PM UTC. 2024-04-22T22:02:05.955 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:05.956 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 3.1 M 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 9.8 M 2024-04-22T22:02:05.957 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:02:05.962 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:02:05.963 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:05.963 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:02:05.963 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:05.963 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:02:05.963 INFO:teuthology.orchestra.run.smithi189.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 9.8 M 2024-04-22T22:02:05.964 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:02:06.475 INFO:teuthology.orchestra.run.smithi062.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.0 MB/s | 3.1 MB 00:00 2024-04-22T22:02:06.476 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:06.476 INFO:teuthology.orchestra.run.smithi062.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-04-22T22:02:06.513 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:02:06.520 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:02:06.520 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:02:06.607 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:02:06.607 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:02:06.838 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:02:06.928 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:07.359 INFO:teuthology.orchestra.run.smithi189.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-04-22T22:02:07.359 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:07.359 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-04-22T22:02:07.395 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:02:07.401 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:02:07.402 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:02:07.452 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:07.484 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:02:07.485 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:02:07.702 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:07.721 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:02:07.801 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:07.944 DEBUG:teuthology.parallel:result is None 2024-04-22T22:02:08.228 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:08.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:08.567 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:08.567 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:02:08.567 INFO:teuthology.orchestra.run.smithi189.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:02:08.567 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:08.567 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:02:08.802 DEBUG:teuthology.parallel:result is None 2024-04-22T22:02:08.851 INFO:teuthology.run_tasks:Running task install... 2024-04-22T22:02:08.876 DEBUG:teuthology.task.install:project ceph 2024-04-22T22:02:08.876 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T22:02:08.877 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:02:08.877 INFO:teuthology.task.install:Using flavor: default 2024-04-22T22:02:08.888 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-22T22:02:08.888 INFO:teuthology.task.install:extra packages: [] 2024-04-22T22:02:08.889 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:02:08.889 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:02:08.893 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:02:08.893 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:02:09.041 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:02:09.042 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:02:09.045 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:02:09.045 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:02:09.224 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:02:09.224 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T22:02:09.225 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:02:09.229 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:02:09.230 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:02:09.230 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:02:09.250 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T22:02:09.250 DEBUG:teuthology.orchestra.run.smithi062:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:02:09.253 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T22:02:09.254 DEBUG:teuthology.orchestra.run.smithi189:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:02:09.315 DEBUG:teuthology.orchestra.run.smithi062:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T22:02:09.317 DEBUG:teuthology.orchestra.run.smithi189:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T22:02:09.389 DEBUG:teuthology.orchestra.run.smithi062:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T22:02:09.391 DEBUG:teuthology.orchestra.run.smithi189:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T22:02:09.453 INFO:teuthology.orchestra.run.smithi062.stdout:check_obsoletes = 1 2024-04-22T22:02:09.455 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum clean all 2024-04-22T22:02:09.455 INFO:teuthology.orchestra.run.smithi189.stdout:check_obsoletes = 1 2024-04-22T22:02:09.456 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum clean all 2024-04-22T22:02:09.690 INFO:teuthology.orchestra.run.smithi062.stdout:48 files removed 2024-04-22T22:02:09.691 INFO:teuthology.orchestra.run.smithi189.stdout:48 files removed 2024-04-22T22:02:09.719 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-radosgw 2024-04-22T22:02:09.720 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-radosgw 2024-04-22T22:02:10.395 INFO:teuthology.orchestra.run.smithi189.stdout:ceph packages for x86_64 203 kB/s | 83 kB 00:00 2024-04-22T22:02:10.477 INFO:teuthology.orchestra.run.smithi062.stdout:ceph packages for x86_64 172 kB/s | 83 kB 00:00 2024-04-22T22:02:10.815 INFO:teuthology.orchestra.run.smithi189.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-22T22:02:10.912 INFO:teuthology.orchestra.run.smithi062.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-22T22:02:11.246 INFO:teuthology.orchestra.run.smithi062.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-04-22T22:02:11.287 INFO:teuthology.orchestra.run.smithi189.stdout:ceph source packages 4.3 kB/s | 1.9 kB 00:00 2024-04-22T22:02:11.740 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 18 MB/s | 8.0 MB 00:00 2024-04-22T22:02:13.284 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-22T22:02:13.499 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-04-22T22:02:17.502 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-04-22T22:02:19.958 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.2 MB 00:02 2024-04-22T22:02:22.559 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-22T22:02:22.783 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-04-22T22:02:24.159 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 16 kB 00:00 2024-04-22T22:02:24.327 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-22T22:02:25.735 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T22:02:29.644 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-22T22:02:30.885 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 8.8 kB/s | 1.7 kB 00:00 2024-04-22T22:02:31.849 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:02:31.851 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrading: 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:02:31.852 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:02:31.853 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:02:31.854 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout:Install 30 Packages 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrade 2 Packages 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:31.855 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 60 M 2024-04-22T22:02:31.856 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:02:33.014 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrading: 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:02:33.016 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:02:33.017 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout:Installing weak dependencies: 2024-04-22T22:02:33.018 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:Install 30 Packages 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrade 2 Packages 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 60 M 2024-04-22T22:02:33.019 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:02:33.928 INFO:teuthology.orchestra.run.smithi062.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 10 MB/s | 5.4 MB 00:00 2024-04-22T22:02:33.978 INFO:teuthology.orchestra.run.smithi062.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 504 kB/s | 25 kB 00:00 2024-04-22T22:02:34.046 INFO:teuthology.orchestra.run.smithi062.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 11 MB/s | 745 kB 00:00 2024-04-22T22:02:34.096 INFO:teuthology.orchestra.run.smithi062.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 9.8 MB/s | 501 kB 00:00 2024-04-22T22:02:34.396 INFO:teuthology.orchestra.run.smithi062.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 18 MB/s | 5.3 MB 00:00 2024-04-22T22:02:34.438 INFO:teuthology.orchestra.run.smithi062.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 1.1 MB/s | 45 kB 00:00 2024-04-22T22:02:34.556 INFO:teuthology.orchestra.run.smithi062.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.1 MB/s | 133 kB 00:00 2024-04-22T22:02:34.605 INFO:teuthology.orchestra.run.smithi062.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 3.2 MB/s | 162 kB 00:00 2024-04-22T22:02:34.663 INFO:teuthology.orchestra.run.smithi062.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 5.4 MB/s | 321 kB 00:00 2024-04-22T22:02:34.723 INFO:teuthology.orchestra.run.smithi062.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 5.0 MB/s | 299 kB 00:00 2024-04-22T22:02:34.781 INFO:teuthology.orchestra.run.smithi062.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T22:02:35.117 INFO:teuthology.orchestra.run.smithi062.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 321 kB/s | 107 kB 00:00 2024-04-22T22:02:35.248 INFO:teuthology.orchestra.run.smithi062.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-04-22T22:02:35.348 INFO:teuthology.orchestra.run.smithi062.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 452 kB/s | 45 kB 00:00 2024-04-22T22:02:35.465 INFO:teuthology.orchestra.run.smithi062.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.6 MB/s | 662 kB 00:00 2024-04-22T22:02:35.557 INFO:teuthology.orchestra.run.smithi062.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-22T22:02:35.640 INFO:teuthology.orchestra.run.smithi062.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 507 kB/s | 42 kB 00:00 2024-04-22T22:02:35.655 INFO:teuthology.orchestra.run.smithi189.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 4.8 MB/s | 5.4 MB 00:01 2024-04-22T22:02:35.707 INFO:teuthology.orchestra.run.smithi062.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-04-22T22:02:35.774 INFO:teuthology.orchestra.run.smithi062.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 540 kB/s | 36 kB 00:00 2024-04-22T22:02:35.780 INFO:teuthology.orchestra.run.smithi189.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 202 kB/s | 25 kB 00:00 2024-04-22T22:02:35.841 INFO:teuthology.orchestra.run.smithi062.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 710 kB/s | 47 kB 00:00 2024-04-22T22:02:36.038 INFO:teuthology.orchestra.run.smithi189.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 2.8 MB/s | 745 kB 00:00 2024-04-22T22:02:36.247 INFO:teuthology.orchestra.run.smithi189.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 2.3 MB/s | 501 kB 00:00 2024-04-22T22:02:36.250 INFO:teuthology.orchestra.run.smithi062.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 757 kB/s | 309 kB 00:00 2024-04-22T22:02:36.589 INFO:teuthology.orchestra.run.smithi189.stdout:(5/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 5.0 MB/s | 10 MB 00:02 2024-04-22T22:02:36.789 INFO:teuthology.orchestra.run.smithi189.stdout:(6/32): ceph-common-19.0.0-2407.g430e09df.el9.x 9.3 MB/s | 21 MB 00:02 2024-04-22T22:02:36.814 INFO:teuthology.orchestra.run.smithi189.stdout:(7/32): python3-ceph-argparse-19.0.0-2407.g430e 200 kB/s | 45 kB 00:00 2024-04-22T22:02:36.840 INFO:teuthology.orchestra.run.smithi189.stdout:(8/32): python3-ceph-common-19.0.0-2407.g430e09 2.6 MB/s | 133 kB 00:00 2024-04-22T22:02:36.865 INFO:teuthology.orchestra.run.smithi189.stdout:(9/32): python3-cephfs-19.0.0-2407.g430e09df.el 3.2 MB/s | 162 kB 00:00 2024-04-22T22:02:36.899 INFO:teuthology.orchestra.run.smithi189.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 5.4 MB/s | 321 kB 00:00 2024-04-22T22:02:36.932 INFO:teuthology.orchestra.run.smithi189.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 4.4 MB/s | 299 kB 00:00 2024-04-22T22:02:36.957 INFO:teuthology.orchestra.run.smithi189.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T22:02:37.183 INFO:teuthology.orchestra.run.smithi189.stdout:(13/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 5.7 MB/s | 5.3 MB 00:00 2024-04-22T22:02:37.258 INFO:teuthology.orchestra.run.smithi189.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 328 kB/s | 107 kB 00:00 2024-04-22T22:02:37.292 INFO:teuthology.orchestra.run.smithi062.stdout:(22/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 2.6 MB/s | 10 MB 00:03 2024-04-22T22:02:37.317 INFO:teuthology.orchestra.run.smithi189.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 447 kB/s | 160 kB 00:00 2024-04-22T22:02:37.400 INFO:teuthology.orchestra.run.smithi062.stdout:(23/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-04-22T22:02:37.409 INFO:teuthology.orchestra.run.smithi189.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 201 kB/s | 45 kB 00:00 2024-04-22T22:02:37.509 INFO:teuthology.orchestra.run.smithi062.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 449 kB/s | 49 kB 00:00 2024-04-22T22:02:37.559 INFO:teuthology.orchestra.run.smithi189.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 282 kB/s | 42 kB 00:00 2024-04-22T22:02:37.584 INFO:teuthology.orchestra.run.smithi062.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 89 kB/s | 26 kB 00:00 2024-04-22T22:02:37.651 INFO:teuthology.orchestra.run.smithi062.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 475 kB/s | 67 kB 00:00 2024-04-22T22:02:37.751 INFO:teuthology.orchestra.run.smithi189.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.1 MB/s | 221 kB 00:00 2024-04-22T22:02:37.776 INFO:teuthology.orchestra.run.smithi189.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.2 MB/s | 662 kB 00:00 2024-04-22T22:02:37.801 INFO:teuthology.orchestra.run.smithi189.stdout:(20/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 604 kB/s | 292 kB 00:00 2024-04-22T22:02:37.801 INFO:teuthology.orchestra.run.smithi062.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-04-22T22:02:37.835 INFO:teuthology.orchestra.run.smithi189.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 429 kB/s | 36 kB 00:00 2024-04-22T22:02:37.893 INFO:teuthology.orchestra.run.smithi189.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 516 kB/s | 47 kB 00:00 2024-04-22T22:02:38.002 INFO:teuthology.orchestra.run.smithi189.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 240 kB/s | 26 kB 00:00 2024-04-22T22:02:38.027 INFO:teuthology.orchestra.run.smithi189.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.3 MB/s | 309 kB 00:00 2024-04-22T22:02:38.136 INFO:teuthology.orchestra.run.smithi189.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 622 kB/s | 67 kB 00:00 2024-04-22T22:02:38.161 INFO:teuthology.orchestra.run.smithi189.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 306 kB/s | 49 kB 00:00 2024-04-22T22:02:38.235 INFO:teuthology.orchestra.run.smithi062.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 3.7 MB/s | 1.6 MB 00:00 2024-04-22T22:02:38.236 INFO:teuthology.orchestra.run.smithi189.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-22T22:02:38.278 INFO:teuthology.orchestra.run.smithi189.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-04-22T22:02:38.304 INFO:teuthology.orchestra.run.smithi189.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-04-22T22:02:38.346 INFO:teuthology.orchestra.run.smithi189.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-22T22:02:38.385 INFO:teuthology.orchestra.run.smithi062.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.0 MB/s | 838 kB 00:00 2024-04-22T22:02:38.586 INFO:teuthology.orchestra.run.smithi062.stdout:(30/32): librados2-19.0.0-2407.g430e09df.el9.x8 9.7 MB/s | 3.4 MB 00:00 2024-04-22T22:02:38.729 INFO:teuthology.orchestra.run.smithi189.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 7.4 MB/s | 3.1 MB 00:00 2024-04-22T22:02:38.871 INFO:teuthology.orchestra.run.smithi189.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 5.7 MB/s | 3.4 MB 00:00 2024-04-22T22:02:38.873 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:38.874 INFO:teuthology.orchestra.run.smithi189.stdout:Total 10 MB/s | 60 MB 00:05 2024-04-22T22:02:38.974 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:02:39.011 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:02:39.011 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:02:39.474 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:02:39.474 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:02:39.777 INFO:teuthology.orchestra.run.smithi062.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 2.3 MB/s | 3.1 MB 00:01 2024-04-22T22:02:40.894 INFO:teuthology.orchestra.run.smithi062.stdout:(32/32): ceph-common-19.0.0-2407.g430e09df.el9. 2.8 MB/s | 21 MB 00:07 2024-04-22T22:02:40.898 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:40.898 INFO:teuthology.orchestra.run.smithi062.stdout:Total 6.6 MB/s | 60 MB 00:09 2024-04-22T22:02:40.926 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:02:40.999 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:02:41.005 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:02:41.034 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:02:41.040 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:02:41.040 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:02:41.059 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:02:41.091 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:02:41.112 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:02:41.307 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:02:41.362 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:02:41.529 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:02:41.529 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:02:41.683 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:02:41.786 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:02:41.878 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:02:41.964 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:02:41.988 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:02:42.050 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:02:42.079 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:02:42.114 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:02:42.182 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:02:42.207 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:02:42.270 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:02:42.305 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:02:42.414 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:02:42.455 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:02:42.487 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:02:42.513 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:02:42.541 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:02:42.575 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:02:42.903 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:02:42.954 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:02:43.002 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:02:43.051 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:02:43.084 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:02:43.097 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:02:43.129 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:02:43.132 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:02:43.219 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:02:43.239 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:02:43.261 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:02:43.473 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:02:43.537 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:02:43.624 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:02:43.648 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:02:43.719 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:02:43.797 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:02:43.834 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:02:43.880 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:02:44.001 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:02:44.094 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:02:44.183 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:02:44.211 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:02:44.274 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:02:44.303 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:02:44.347 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:02:44.416 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:02:44.439 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:02:44.503 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:02:44.537 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:02:44.650 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:02:44.679 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:02:44.720 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:02:44.753 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:02:44.783 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:02:44.815 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:02:45.145 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:02:45.186 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:02:45.268 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:02:45.299 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:02:45.336 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:02:45.833 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:02:45.863 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:02:45.935 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:02:46.015 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:02:46.057 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:02:46.124 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:46.155 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:46.696 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:46.734 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:02:46.829 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:02:46.829 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:02:46.829 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:02:46.830 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:46.860 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:02:48.447 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:48.512 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:49.084 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:02:49.132 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:02:49.226 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:02:49.226 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:02:49.227 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:02:49.227 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:49.258 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:02:56.215 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /sys 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /proc 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /mnt 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /var/tmp 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /home 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /root 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /tmp 2024-04-22T22:02:56.216 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:57.133 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:02:57.158 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:57.160 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:02:57.244 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:02:57.244 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:02:58.485 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:02:58.486 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:02:58.487 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:02:58.487 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:02:58.489 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:02:58.489 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:02:58.490 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:02:59.140 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /sys 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /proc 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /mnt 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /var/tmp 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /home 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /root 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /tmp 2024-04-22T22:02:59.141 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout:Upgraded: 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:02:59.233 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.234 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:02:59.235 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:02:59.236 INFO:teuthology.orchestra.run.smithi189.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:02:59.236 INFO:teuthology.orchestra.run.smithi189.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:02:59.236 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:02:59.236 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:02:59.579 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-test 2024-04-22T22:03:00.101 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:00.116 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:00.141 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:00.141 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:00.141 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:03:00.141 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:00.142 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:00.142 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:00.143 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:00.219 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:03:00.220 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:Install 4 Packages 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 49 M 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 207 M 2024-04-22T22:03:00.221 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:00.235 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:00.235 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:00.585 INFO:teuthology.orchestra.run.smithi189.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 669 kB/s | 164 kB 00:00 2024-04-22T22:03:00.927 INFO:teuthology.orchestra.run.smithi189.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 186 kB/s | 64 kB 00:00 2024-04-22T22:03:00.952 INFO:teuthology.orchestra.run.smithi189.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 498 kB/s | 305 kB 00:00 2024-04-22T22:03:01.492 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:01.492 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:03:01.492 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:03:01.493 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:03:01.494 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:03:01.495 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:01.495 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:03:01.495 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout:Upgraded: 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:03:02.309 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.310 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:03:02.311 INFO:teuthology.orchestra.run.smithi062.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:03:02.312 INFO:teuthology.orchestra.run.smithi062.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:03:02.312 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:02.312 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:02.661 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-test 2024-04-22T22:03:03.190 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:34 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:03.313 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:03.313 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:03.313 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:03:03.313 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:03.313 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-04-22T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:03.315 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 49 M 2024-04-22T22:03:03.315 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 207 M 2024-04-22T22:03:03.315 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:03:03.843 INFO:teuthology.orchestra.run.smithi189.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 14 MB/s | 48 MB 00:03 2024-04-22T22:03:03.846 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:03.846 INFO:teuthology.orchestra.run.smithi189.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-22T22:03:03.873 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:03.881 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-04-22T22:03:03.893 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:03.893 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:04.048 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 382 kB/s | 64 kB 00:00 2024-04-22T22:03:04.115 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 340 kB/s | 164 kB 00:00 2024-04-22T22:03:04.258 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:04.258 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:04.772 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:04.854 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:03:04.893 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:03:04.921 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:09.459 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:09.542 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:11.818 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:11.819 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:03:11.819 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:03:11.819 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:12.081 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:12.375 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph 2024-04-22T22:03:12.887 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:13.016 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:03:13.019 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections 2024-04-22T22:03:13.020 INFO:teuthology.orchestra.run.smithi189.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:03:13.021 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout:Install 36 Packages 2024-04-22T22:03:13.022 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:13.026 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 30 M 2024-04-22T22:03:13.026 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 107 M 2024-04-22T22:03:13.026 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:17.081 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 3.6 MB/s | 48 MB 00:13 2024-04-22T22:03:17.082 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:17.083 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.5 MB/s | 49 MB 00:13 2024-04-22T22:03:17.108 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:03:17.128 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:03:17.128 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:03:17.513 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:03:17.513 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:03:18.054 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:03:18.128 INFO:teuthology.orchestra.run.smithi189.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-22T22:03:18.132 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:03:18.174 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:03:18.199 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:18.528 INFO:teuthology.orchestra.run.smithi189.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-04-22T22:03:18.578 INFO:teuthology.orchestra.run.smithi189.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 3.6 MB/s | 2.4 MB 00:00 2024-04-22T22:03:18.662 INFO:teuthology.orchestra.run.smithi189.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 2.9 MB/s | 249 kB 00:00 2024-04-22T22:03:18.804 INFO:teuthology.orchestra.run.smithi189.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-22T22:03:18.912 INFO:teuthology.orchestra.run.smithi189.stdout:(6/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 6.0 MB/s | 4.7 MB 00:00 2024-04-22T22:03:18.988 INFO:teuthology.orchestra.run.smithi189.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 6.7 MB/s | 1.2 MB 00:00 2024-04-22T22:03:19.038 INFO:teuthology.orchestra.run.smithi189.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-04-22T22:03:19.055 INFO:teuthology.orchestra.run.smithi189.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 750 kB/s | 106 kB 00:00 2024-04-22T22:03:19.080 INFO:teuthology.orchestra.run.smithi189.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.9 MB/s | 125 kB 00:00 2024-04-22T22:03:19.139 INFO:teuthology.orchestra.run.smithi189.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-22T22:03:19.864 INFO:teuthology.orchestra.run.smithi189.stdout:(12/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 13 MB/s | 17 MB 00:01 2024-04-22T22:03:19.964 INFO:teuthology.orchestra.run.smithi189.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 213 kB/s | 188 kB 00:00 2024-04-22T22:03:19.989 INFO:teuthology.orchestra.run.smithi189.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 202 kB/s | 172 kB 00:00 2024-04-22T22:03:20.498 INFO:teuthology.orchestra.run.smithi189.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 55 kB/s | 35 kB 00:00 2024-04-22T22:03:20.556 INFO:teuthology.orchestra.run.smithi189.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 385 kB/s | 22 kB 00:00 2024-04-22T22:03:20.598 INFO:teuthology.orchestra.run.smithi189.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 80 kB/s | 51 kB 00:00 2024-04-22T22:03:20.624 INFO:teuthology.orchestra.run.smithi189.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-04-22T22:03:20.716 INFO:teuthology.orchestra.run.smithi189.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 375 kB/s | 43 kB 00:00 2024-04-22T22:03:20.749 INFO:teuthology.orchestra.run.smithi189.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 785 kB/s | 151 kB 00:00 2024-04-22T22:03:20.791 INFO:teuthology.orchestra.run.smithi189.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-04-22T22:03:20.816 INFO:teuthology.orchestra.run.smithi189.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 894 kB/s | 172 kB 00:00 2024-04-22T22:03:20.843 INFO:teuthology.orchestra.run.smithi189.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 349 kB/s | 18 kB 00:00 2024-04-22T22:03:20.867 INFO:teuthology.orchestra.run.smithi189.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-04-22T22:03:20.892 INFO:teuthology.orchestra.run.smithi189.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-22T22:03:20.918 INFO:teuthology.orchestra.run.smithi189.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-04-22T22:03:20.951 INFO:teuthology.orchestra.run.smithi189.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-22T22:03:20.977 INFO:teuthology.orchestra.run.smithi189.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 552 kB/s | 46 kB 00:00 2024-04-22T22:03:21.002 INFO:teuthology.orchestra.run.smithi189.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 942 kB/s | 79 kB 00:00 2024-04-22T22:03:21.027 INFO:teuthology.orchestra.run.smithi189.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-22T22:03:21.053 INFO:teuthology.orchestra.run.smithi189.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-22T22:03:21.078 INFO:teuthology.orchestra.run.smithi189.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-04-22T22:03:21.103 INFO:teuthology.orchestra.run.smithi189.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 894 kB/s | 90 kB 00:00 2024-04-22T22:03:21.128 INFO:teuthology.orchestra.run.smithi189.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-22T22:03:21.153 INFO:teuthology.orchestra.run.smithi189.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-04-22T22:03:21.179 INFO:teuthology.orchestra.run.smithi189.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-22T22:03:21.181 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:21.181 INFO:teuthology.orchestra.run.smithi189.stdout:Total 3.7 MB/s | 30 MB 00:08 2024-04-22T22:03:21.318 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:21.359 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:21.359 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:21.658 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:21.658 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:22.906 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:22.956 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:03:22.994 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:22.997 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:03:23.025 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:03:23.065 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:23.097 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:03:23.166 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:03:23.199 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:03:23.290 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:03:23.418 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:03:23.453 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:03:23.483 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:03:23.509 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:03:23.534 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:03:23.575 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:03:23.618 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:03:23.652 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:03:23.690 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:03:23.764 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:03:23.903 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:03:23.982 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:03:24.044 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:03:24.083 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:03:24.141 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:03:24.195 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:03:24.381 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:03:24.428 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:03:24.507 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:03:24.603 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:03:24.644 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:03:24.763 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:03:24.925 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:03:24.955 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:24.981 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:25.382 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:25.382 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:03:25.382 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:03:25.383 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:03:25.637 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:03:25.637 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:25.637 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:25.638 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:25.899 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph 2024-04-22T22:03:26.422 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:26.437 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:26.449 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:26.449 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:26.449 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:03:26.449 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:26.449 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:26.450 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:26.565 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:26.567 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:03:26.568 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:03:26.569 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:03:26.570 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout:Install 36 Packages 2024-04-22T22:03:26.571 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:26.572 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 30 M 2024-04-22T22:03:26.572 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 107 M 2024-04-22T22:03:26.572 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:03:26.898 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:26.921 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:27.148 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:27.171 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:27.238 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:03:28.853 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:03:28.854 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:03:28.855 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:03:28.856 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:03:29.799 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:03:29.800 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:03:29.801 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:03:29.802 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:29.803 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:30.170 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-base 2024-04-22T22:03:30.690 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:30.768 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:30.809 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:30.810 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:03:30.810 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:30.876 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install cephadm 2024-04-22T22:03:31.390 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:31.511 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:31.511 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 762 k 2024-04-22T22:03:31.512 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 768 k 2024-04-22T22:03:31.513 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:32.390 INFO:teuthology.orchestra.run.smithi189.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 868 kB/s | 762 kB 00:00 2024-04-22T22:03:32.390 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:32.390 INFO:teuthology.orchestra.run.smithi189.stdout:Total 867 kB/s | 762 kB 00:00 2024-04-22T22:03:32.391 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:32.396 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:32.396 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:32.402 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:32.403 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:32.477 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:32.948 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:33.060 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:33.349 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:33.563 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:33.563 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:33.563 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:03:33.564 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:33.564 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:33.564 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:33.770 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:03:34.080 INFO:teuthology.orchestra.run.smithi062.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 18 kB/s | 6.6 kB 00:00 2024-04-22T22:03:34.292 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:34.414 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:34.415 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 145 k 2024-04-22T22:03:34.416 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 435 k 2024-04-22T22:03:34.416 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:35.054 INFO:teuthology.orchestra.run.smithi189.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 227 kB/s | 145 kB 00:00 2024-04-22T22:03:35.055 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:35.055 INFO:teuthology.orchestra.run.smithi189.stdout:Total 226 kB/s | 145 kB 00:00 2024-04-22T22:03:35.055 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:35.063 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:35.063 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:35.072 INFO:teuthology.orchestra.run.smithi062.stdout:(2/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 4.7 MB/s | 4.7 MB 00:00 2024-04-22T22:03:35.120 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:35.120 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:35.260 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:35.338 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:35.362 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:35.363 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:35.363 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:03:35.363 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:35.814 INFO:teuthology.orchestra.run.smithi062.stdout:(3/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 726 kB/s | 1.5 MB 00:02 2024-04-22T22:03:36.073 INFO:teuthology.orchestra.run.smithi062.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 963 kB/s | 249 kB 00:00 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:36.212 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:36.307 INFO:teuthology.orchestra.run.smithi062.stdout:(5/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86_ 14 MB/s | 17 MB 00:01 2024-04-22T22:03:36.461 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr 2024-04-22T22:03:36.490 INFO:teuthology.orchestra.run.smithi062.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 608 kB/s | 253 kB 00:00 2024-04-22T22:03:36.549 INFO:teuthology.orchestra.run.smithi062.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-22T22:03:36.607 INFO:teuthology.orchestra.run.smithi062.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-22T22:03:36.641 INFO:teuthology.orchestra.run.smithi062.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.7 MB/s | 1.2 MB 00:00 2024-04-22T22:03:36.666 INFO:teuthology.orchestra.run.smithi062.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-04-22T22:03:36.700 INFO:teuthology.orchestra.run.smithi062.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-04-22T22:03:36.842 INFO:teuthology.orchestra.run.smithi062.stdout:(12/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86 772 kB/s | 2.4 MB 00:03 2024-04-22T22:03:36.934 INFO:teuthology.orchestra.run.smithi062.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 705 kB/s | 188 kB 00:00 2024-04-22T22:03:36.959 INFO:teuthology.orchestra.run.smithi062.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 666 kB/s | 172 kB 00:00 2024-04-22T22:03:36.977 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:06 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:36.984 INFO:teuthology.orchestra.run.smithi062.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 246 kB/s | 35 kB 00:00 2024-04-22T22:03:37.001 INFO:teuthology.orchestra.run.smithi062.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 774 kB/s | 51 kB 00:00 2024-04-22T22:03:37.018 INFO:teuthology.orchestra.run.smithi062.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 709 kB/s | 42 kB 00:00 2024-04-22T22:03:37.056 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:37.098 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:37.099 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:03:37.099 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:37.135 INFO:teuthology.orchestra.run.smithi062.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 148 kB/s | 22 kB 00:00 2024-04-22T22:03:37.185 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:03:37.293 INFO:teuthology.orchestra.run.smithi062.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-04-22T22:03:37.402 INFO:teuthology.orchestra.run.smithi062.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 377 kB/s | 151 kB 00:00 2024-04-22T22:03:37.477 INFO:teuthology.orchestra.run.smithi062.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-22T22:03:37.502 INFO:teuthology.orchestra.run.smithi062.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 468 kB/s | 172 kB 00:00 2024-04-22T22:03:37.528 INFO:teuthology.orchestra.run.smithi062.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-22T22:03:37.570 INFO:teuthology.orchestra.run.smithi062.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 191 kB/s | 18 kB 00:00 2024-04-22T22:03:37.595 INFO:teuthology.orchestra.run.smithi062.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-22T22:03:37.620 INFO:teuthology.orchestra.run.smithi062.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-22T22:03:37.645 INFO:teuthology.orchestra.run.smithi062.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-22T22:03:37.679 INFO:teuthology.orchestra.run.smithi062.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 551 kB/s | 46 kB 00:00 2024-04-22T22:03:37.710 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:37.721 INFO:teuthology.orchestra.run.smithi062.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 785 kB/s | 79 kB 00:00 2024-04-22T22:03:37.763 INFO:teuthology.orchestra.run.smithi062.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2024-04-22T22:03:37.797 INFO:teuthology.orchestra.run.smithi062.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-22T22:03:37.822 INFO:teuthology.orchestra.run.smithi062.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-04-22T22:03:37.830 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:03:37.831 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T22:03:37.832 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:37.833 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 8.6 M 2024-04-22T22:03:37.833 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 103 M 2024-04-22T22:03:37.833 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:37.847 INFO:teuthology.orchestra.run.smithi062.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-04-22T22:03:37.931 INFO:teuthology.orchestra.run.smithi062.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-04-22T22:03:37.956 INFO:teuthology.orchestra.run.smithi062.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.4 MB/s | 230 kB 00:00 2024-04-22T22:03:37.989 INFO:teuthology.orchestra.run.smithi062.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-04-22T22:03:37.997 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:37.997 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.6 MB/s | 30 MB 00:11 2024-04-22T22:03:38.140 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:03:38.185 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:03:38.185 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:03:38.504 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:03:38.504 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:03:38.749 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 92 kB/s | 32 kB 00:00 2024-04-22T22:03:38.808 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 38 kB/s | 15 kB 00:00 2024-04-22T22:03:38.900 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.9 MB/s | 269 kB 00:00 2024-04-22T22:03:39.000 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-04-22T22:03:39.117 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.9 MB/s | 863 kB 00:00 2024-04-22T22:03:39.384 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-04-22T22:03:39.693 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 2.7 MB/s | 3.5 MB 00:01 2024-04-22T22:03:39.768 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 714 kB/s | 548 kB 00:00 2024-04-22T22:03:39.893 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:03:39.910 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 217 kB/s | 31 kB 00:00 2024-04-22T22:03:40.076 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:03:40.109 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:03:40.119 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 905 kB/s | 188 kB 00:00 2024-04-22T22:03:40.145 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:03:40.152 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 315 kB/s | 144 kB 00:00 2024-04-22T22:03:40.220 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:03:40.261 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:03:40.294 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:03:40.390 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:03:40.475 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:03:40.522 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:03:40.556 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:03:40.585 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:03:40.620 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:03:40.627 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.6 MB/s | 2.0 MB 00:01 2024-04-22T22:03:40.629 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:40.630 INFO:teuthology.orchestra.run.smithi189.stdout:Total 3.1 MB/s | 8.6 MB 00:02 2024-04-22T22:03:40.653 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:03:40.682 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:40.694 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:03:40.700 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:40.700 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:40.738 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:03:40.772 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:03:40.810 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:03:40.857 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:40.858 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:40.888 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:03:41.039 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:03:41.122 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:03:41.180 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:03:41.218 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:03:41.276 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:03:41.342 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:03:41.395 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:41.469 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:03:41.513 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:03:41.548 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:03:41.560 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:03:41.597 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:03:41.606 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:03:41.679 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:03:41.685 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:03:41.776 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:03:41.808 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:03:41.812 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:03:41.894 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:03:41.937 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:03:41.937 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:03:41.974 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:03:42.005 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:03:42.101 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:03:42.131 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:42.156 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:42.157 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:42.157 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:03:42.157 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:42.157 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:42.157 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:43.089 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:03:43.123 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:03:43.681 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:43.709 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:43.709 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:43.709 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:03:43.709 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:43.710 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:43.710 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:44.174 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:44.198 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:44.198 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:44.198 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:03:44.198 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:44.198 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:44.199 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:44.433 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:44.457 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:44.457 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:44.457 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:03:44.457 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:44.457 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:44.458 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:44.522 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:44.527 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:03:44.528 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:03:44.852 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:03:44.852 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:44.852 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:03:44.852 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:44.853 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:03:45.141 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:03:45.654 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:15 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:03:45.772 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:03:45.773 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:03:45.774 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T22:03:45.775 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:03:45.776 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 38 M 2024-04-22T22:03:45.776 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 209 M 2024-04-22T22:03:45.776 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:03:46.305 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:03:46.306 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:03:46.307 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:03:46.308 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.9 MB/s | 803 kB 00:00 2024-04-22T22:03:46.328 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 661 kB/s | 195 kB 00:00 2024-04-22T22:03:46.437 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 245 kB/s | 33 kB 00:00 2024-04-22T22:03:46.479 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-04-22T22:03:46.521 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 843 kB/s | 35 kB 00:00 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:47.113 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:03:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:03:47.115 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:47.116 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:47.313 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.0 MB/s | 3.0 MB 00:00 2024-04-22T22:03:47.446 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.8 MB/s | 244 kB 00:00 2024-04-22T22:03:47.481 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-base 2024-04-22T22:03:48.020 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:19 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:48.030 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.1 MB/s | 4.7 MB 00:01 2024-04-22T22:03:48.101 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:48.122 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.7 MB/s | 250 kB 00:00 2024-04-22T22:03:48.146 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:48.147 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:03:48.147 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:48.215 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install cephadm 2024-04-22T22:03:48.639 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.3 MB/s | 5.1 MB 00:01 2024-04-22T22:03:48.749 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:19 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:48.875 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 762 k 2024-04-22T22:03:48.876 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 768 k 2024-04-22T22:03:48.877 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:03:49.882 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 758 kB/s | 762 kB 00:01 2024-04-22T22:03:49.883 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:49.883 INFO:teuthology.orchestra.run.smithi062.stdout:Total 756 kB/s | 762 kB 00:01 2024-04-22T22:03:49.883 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:03:49.889 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:03:49.889 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:03:49.896 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:03:49.896 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:03:49.972 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:03:50.222 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.7 MB/s | 16 MB 00:02 2024-04-22T22:03:50.410 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:50.503 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:50.856 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:51.094 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:51.095 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:51.095 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:03:51.095 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:51.095 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:51.095 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:51.287 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:03:51.820 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:22 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:51.944 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 145 k 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 435 k 2024-04-22T22:03:51.945 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:03:52.022 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 1.2 MB/s | 7.4 MB 00:05 2024-04-22T22:03:52.025 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:52.026 INFO:teuthology.orchestra.run.smithi189.stdout:Total 6.1 MB/s | 38 MB 00:06 2024-04-22T22:03:52.162 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 670 kB/s | 145 kB 00:00 2024-04-22T22:03:52.163 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:52.163 INFO:teuthology.orchestra.run.smithi062.stdout:Total 664 kB/s | 145 kB 00:00 2024-04-22T22:03:52.163 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:03:52.172 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:03:52.172 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:03:52.232 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:03:52.232 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:03:52.382 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:03:52.383 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:03:52.408 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:03:52.408 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:03:52.464 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:52.489 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:52.489 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:52.489 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:03:52.489 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:52.816 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:03:52.816 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:53.386 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:53.573 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr 2024-04-22T22:03:53.632 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:03:53.702 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:03:53.754 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:03:53.854 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:03:53.897 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:03:54.077 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:03:54.112 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:03:54.117 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:54.189 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:03:54.202 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:54.245 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:54.246 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:03:54.246 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:03:54.318 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:03:54.854 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:03:54.856 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:03:54.968 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:03:54.983 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:03:54.984 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:03:54.985 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-04-22T22:03:54.986 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:03:54.986 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 8.6 M 2024-04-22T22:03:54.986 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 103 M 2024-04-22T22:03:54.986 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:03:55.691 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 164 kB/s | 32 kB 00:00 2024-04-22T22:03:55.791 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 52 kB/s | 15 kB 00:00 2024-04-22T22:03:56.058 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.0 MB/s | 269 kB 00:00 2024-04-22T22:03:56.192 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:03:56.200 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.0 MB/s | 1.0 MB 00:00 2024-04-22T22:03:56.234 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.8 MB/s | 863 kB 00:00 2024-04-22T22:03:56.351 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 4.1 MB/s | 3.5 MB 00:00 2024-04-22T22:03:56.534 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 65 kB/s | 19 kB 00:00 2024-04-22T22:03:56.784 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 939 kB/s | 548 kB 00:00 2024-04-22T22:03:57.035 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 289 kB/s | 144 kB 00:00 2024-04-22T22:03:57.060 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 112 kB/s | 31 kB 00:00 2024-04-22T22:03:57.238 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:03:57.268 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.2 MB/s | 2.0 MB 00:00 2024-04-22T22:03:57.278 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:03:57.460 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 443 kB/s | 188 kB 00:00 2024-04-22T22:03:57.463 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:57.464 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.5 MB/s | 8.6 MB 00:02 2024-04-22T22:03:57.519 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:03:57.540 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:03:57.540 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:03:57.706 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:03:57.706 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:03:58.367 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:03:58.445 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:03:58.489 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:03:58.553 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:03:58.582 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:03:58.662 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:03:58.807 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:03:58.907 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:03:58.956 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:03:58.989 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:03:59.022 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:03:59.934 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:03:59.934 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:03:59.934 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:03:59.934 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:03:59.935 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:03:59.936 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:03:59.936 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:04:00.120 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:04:00.155 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:00.311 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:04:00.311 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:00.312 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:00.664 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:04:01.183 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:01.304 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:04:01.306 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout:Install 13 Packages 2024-04-22T22:04:01.307 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:01.308 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 2.2 M 2024-04-22T22:04:01.308 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 26 M 2024-04-22T22:04:01.308 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:01.438 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:01.438 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:04:01.439 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:01.736 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:01.737 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:01.761 INFO:teuthology.orchestra.run.smithi189.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 272 kB/s | 26 kB 00:00 2024-04-22T22:04:01.786 INFO:teuthology.orchestra.run.smithi189.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 160 kB/s | 19 kB 00:00 2024-04-22T22:04:01.886 INFO:teuthology.orchestra.run.smithi189.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 159 kB 00:00 2024-04-22T22:04:01.911 INFO:teuthology.orchestra.run.smithi189.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-04-22T22:04:01.945 INFO:teuthology.orchestra.run.smithi189.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.6 MB/s | 279 kB 00:00 2024-04-22T22:04:01.970 INFO:teuthology.orchestra.run.smithi189.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-04-22T22:04:01.997 INFO:teuthology.orchestra.run.smithi189.stdout:(7/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 150 kB/s | 49 kB 00:00 2024-04-22T22:04:02.009 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:04:02.238 INFO:teuthology.orchestra.run.smithi189.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-04-22T22:04:02.263 INFO:teuthology.orchestra.run.smithi189.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-04-22T22:04:02.413 INFO:teuthology.orchestra.run.smithi189.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 395 kB/s | 59 kB 00:00 2024-04-22T22:04:02.439 INFO:teuthology.orchestra.run.smithi189.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 458 kB/s | 203 kB 00:00 2024-04-22T22:04:02.539 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:02.539 INFO:teuthology.orchestra.run.smithi189.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 715 kB/s | 90 kB 00:00 2024-04-22T22:04:02.580 INFO:teuthology.orchestra.run.smithi189.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-04-22T22:04:02.583 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:02.583 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-04-22T22:04:02.646 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:02.661 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:02.661 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:02.665 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:04:02.667 INFO:teuthology.orchestra.run.smithi062.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-04-22T22:04:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:02.669 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 38 M 2024-04-22T22:04:02.669 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 209 M 2024-04-22T22:04:02.669 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:02.745 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:02.746 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:03.143 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 707 kB/s | 195 kB 00:00 2024-04-22T22:04:03.210 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 490 kB/s | 33 kB 00:00 2024-04-22T22:04:03.256 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:03.293 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.8 MB/s | 803 kB 00:00 2024-04-22T22:04:03.344 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-04-22T22:04:03.394 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 702 kB/s | 35 kB 00:00 2024-04-22T22:04:03.412 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:04:03.465 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:04:03.521 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:04:03.558 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:04:03.608 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:04:03.669 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 9.2 MB/s | 7.4 MB 00:00 2024-04-22T22:04:03.701 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:04:03.803 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:04:03.811 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.0 MB/s | 3.0 MB 00:00 2024-04-22T22:04:03.850 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:04:03.953 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 861 kB/s | 244 kB 00:00 2024-04-22T22:04:04.087 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.8 MB/s | 250 kB 00:00 2024-04-22T22:04:04.295 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.3 MB/s | 4.7 MB 00:00 2024-04-22T22:04:04.582 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:04:04.631 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:04:04.665 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:04:04.713 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:04:04.735 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:04.929 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.6 MB/s | 5.1 MB 00:01 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:04:05.545 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:04:05.546 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:04:05.546 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:04:05.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:04:05.867 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:05.868 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:06.131 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:04:06.529 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 6.7 MB/s | 16 MB 00:02 2024-04-22T22:04:06.530 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:06.531 INFO:teuthology.orchestra.run.smithi062.stdout:Total 9.8 MB/s | 38 MB 00:03 2024-04-22T22:04:06.651 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:06.774 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:06.775 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:06.776 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:04:06.776 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:06.776 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:06.776 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:04:06.776 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:04:06.777 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout:Install 6 Packages 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 7.0 M 2024-04-22T22:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 33 M 2024-04-22T22:04:06.779 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:06.897 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:06.925 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:06.925 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:07.343 INFO:teuthology.orchestra.run.smithi189.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 602 kB/s | 141 kB 00:00 2024-04-22T22:04:07.362 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:07.362 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:07.377 INFO:teuthology.orchestra.run.smithi189.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 925 kB/s | 248 kB 00:00 2024-04-22T22:04:07.610 INFO:teuthology.orchestra.run.smithi189.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-04-22T22:04:07.636 INFO:teuthology.orchestra.run.smithi189.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 246 kB/s | 58 kB 00:00 2024-04-22T22:04:07.811 INFO:teuthology.orchestra.run.smithi189.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-22T22:04:07.836 INFO:teuthology.orchestra.run.smithi189.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 227 kB/s | 51 kB 00:00 2024-04-22T22:04:07.840 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:07.840 INFO:teuthology.orchestra.run.smithi189.stdout:Total 6.6 MB/s | 7.0 MB 00:01 2024-04-22T22:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:07.922 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:07.923 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:08.018 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:08.019 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:08.217 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:08.284 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:04:08.326 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:08.336 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:08.449 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:08.487 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:04:08.493 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:04:08.537 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:04:08.674 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:04:08.703 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:04:08.782 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:04:09.053 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:04:09.140 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:04:09.204 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:04:09.242 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:09.463 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:04:09.587 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:04:09.954 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:09.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:04:09.955 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:04:09.955 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:04:09.955 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:04:09.955 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:04:10.205 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:04:10.205 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:10.205 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:10.205 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:10.206 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:10.450 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-fuse 2024-04-22T22:04:10.898 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:10.967 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:11.088 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:04:11.089 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 969 k 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 2.8 M 2024-04-22T22:04:11.090 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:11.580 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.4 MB/s | 889 kB 00:00 2024-04-22T22:04:11.938 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 111 kB/s | 80 kB 00:00 2024-04-22T22:04:11.939 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:11.939 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.1 MB/s | 969 kB 00:00 2024-04-22T22:04:11.951 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:11.974 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:11.974 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:11.985 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:04:12.009 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:12.052 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:12.052 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:12.237 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:12.373 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:04:12.453 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:13.141 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:13.141 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:13.407 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:13.685 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-volume 2024-04-22T22:04:14.209 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:14.331 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:14.331 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T22:04:14.332 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:14.333 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 341 k 2024-04-22T22:04:14.333 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 1.5 M 2024-04-22T22:04:14.333 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:14.530 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:14.530 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:04:14.530 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:14.530 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:14.531 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:04:14.636 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 494 kB/s | 77 kB 00:00 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:04:14.872 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:14.873 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:15.119 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 412 kB/s | 264 kB 00:00 2024-04-22T22:04:15.120 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:15.120 INFO:teuthology.orchestra.run.smithi189.stdout:Total 432 kB/s | 341 kB 00:00 2024-04-22T22:04:15.132 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:15.142 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:15.142 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:15.168 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:15.168 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:15.230 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:04:15.315 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:15.490 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:04:15.530 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:15.546 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:15.546 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:15.547 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:04:15.547 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:15.768 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:15.897 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:04:15.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2024-04-22T22:04:15.899 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:15.900 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 2.2 M 2024-04-22T22:04:15.900 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 26 M 2024-04-22T22:04:15.900 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:16.292 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:04:16.376 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 258 kB/s | 49 kB 00:00 2024-04-22T22:04:16.442 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 99 kB/s | 26 kB 00:00 2024-04-22T22:04:16.468 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 68 kB/s | 19 kB 00:00 2024-04-22T22:04:16.606 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:16.607 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:16.793 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 453 kB/s | 159 kB 00:00 2024-04-22T22:04:16.893 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 429 kB/s | 222 kB 00:00 2024-04-22T22:04:16.919 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados-devel 2024-04-22T22:04:16.919 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 429 kB/s | 54 kB 00:00 2024-04-22T22:04:16.944 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 586 kB/s | 279 kB 00:00 2024-04-22T22:04:17.152 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-04-22T22:04:17.177 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-22T22:04:17.278 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 591 kB/s | 59 kB 00:00 2024-04-22T22:04:17.303 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 565 kB/s | 203 kB 00:00 2024-04-22T22:04:17.378 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 896 kB/s | 90 kB 00:00 2024-04-22T22:04:17.445 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:17.495 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-04-22T22:04:17.497 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:17.498 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T22:04:17.562 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:17.574 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:17.574 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:17.574 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:04:17.574 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:04:17.575 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:17.576 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 127 k 2024-04-22T22:04:17.576 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 456 k 2024-04-22T22:04:17.576 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:17.578 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:17.579 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:17.673 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:17.673 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:17.800 INFO:teuthology.orchestra.run.smithi189.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 566 kB/s | 127 kB 00:00 2024-04-22T22:04:17.801 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:17.801 INFO:teuthology.orchestra.run.smithi189.stdout:Total 561 kB/s | 127 kB 00:00 2024-04-22T22:04:17.801 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:17.807 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:17.807 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:17.871 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:17.871 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:18.022 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:18.122 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:18.191 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:18.368 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:04:18.423 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:04:18.480 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:04:18.514 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:04:18.551 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:18.565 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:04:18.662 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:04:18.774 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:18.798 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:18.826 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:04:19.034 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs2 2024-04-22T22:04:19.561 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:19.598 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:04:19.641 INFO:teuthology.orchestra.run.smithi189.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:19.656 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:04:19.683 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:19.684 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:19.684 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:19.690 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:04:19.739 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:04:19.768 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:19.782 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs-devel 2024-04-22T22:04:20.300 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:20.421 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 32 k 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 142 k 2024-04-22T22:04:20.422 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:20.527 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:20.527 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:04:20.527 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:04:20.527 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:04:20.528 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:04:20.787 INFO:teuthology.orchestra.run.smithi189.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 87 kB/s | 32 kB 00:00 2024-04-22T22:04:20.788 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:20.788 INFO:teuthology.orchestra.run.smithi189.stdout:Total 87 kB/s | 32 kB 00:00 2024-04-22T22:04:20.788 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:20.791 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:20.792 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:20.794 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:20.794 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:04:20.843 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:20.844 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:20.884 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:20.990 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:21.081 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:04:21.346 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:21.572 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:21.613 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:21.738 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:21.738 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:21.740 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2024-04-22T22:04:21.740 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:21.740 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 7.0 M 2024-04-22T22:04:21.740 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 33 M 2024-04-22T22:04:21.741 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:21.784 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados2 2024-04-22T22:04:22.091 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-04-22T22:04:22.124 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 599 kB/s | 141 kB 00:00 2024-04-22T22:04:22.295 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:22.337 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2024-04-22T22:04:22.367 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 238 kB/s | 58 kB 00:00 2024-04-22T22:04:22.374 INFO:teuthology.orchestra.run.smithi189.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:22.416 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:22.417 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:22.417 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:22.488 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librbd1 2024-04-22T22:04:22.500 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 312 kB/s | 51 kB 00:00 2024-04-22T22:04:22.525 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-04-22T22:04:22.526 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:22.527 INFO:teuthology.orchestra.run.smithi062.stdout:Total 8.9 MB/s | 7.0 MB 00:00 2024-04-22T22:04:22.600 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:22.611 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:22.611 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:22.716 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:22.717 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:22.998 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:23.028 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:23.076 INFO:teuthology.orchestra.run.smithi189.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:23.117 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:23.118 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:23.118 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:23.189 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rados 2024-04-22T22:04:23.209 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:04:23.253 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:04:23.703 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:23.783 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:23.818 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:04:23.824 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:23.825 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:23.825 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:23.905 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rgw 2024-04-22T22:04:23.909 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:04:23.979 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:04:24.006 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:24.412 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:24.492 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:24.532 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:24.533 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:24.533 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:24.604 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-cephfs 2024-04-22T22:04:24.741 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:24.741 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:04:24.741 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:04:24.741 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:04:24.741 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:04:24.742 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:04:24.991 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:24.992 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:25.113 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:25.191 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:25.201 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-fuse 2024-04-22T22:04:25.233 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:25.234 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:25.234 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:25.305 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rbd 2024-04-22T22:04:25.738 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:56 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:25.830 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:25.864 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:25.865 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:25.866 INFO:teuthology.orchestra.run.smithi062.stdout:Install 2 Packages 2024-04-22T22:04:25.866 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:25.866 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 969 k 2024-04-22T22:04:25.866 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 2.8 M 2024-04-22T22:04:25.866 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:25.909 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:25.950 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:25.951 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:04:25.951 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:26.018 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-fuse 2024-04-22T22:04:26.177 INFO:teuthology.orchestra.run.smithi062.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 512 kB/s | 80 kB 00:00 2024-04-22T22:04:26.461 INFO:teuthology.orchestra.run.smithi062.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-22T22:04:26.461 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:26.462 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-04-22T22:04:26.474 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:26.498 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:26.498 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:26.525 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:56 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:26.581 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:26.581 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:26.644 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:26.645 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:04:26.646 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:26.646 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 85 k 2024-04-22T22:04:26.646 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 231 k 2024-04-22T22:04:26.646 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:26.771 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:26.909 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:04:26.979 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:27.066 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 203 kB/s | 85 kB 00:00 2024-04-22T22:04:27.070 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:27.070 INFO:teuthology.orchestra.run.smithi189.stdout:Total 202 kB/s | 85 kB 00:00 2024-04-22T22:04:27.070 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:27.074 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:27.074 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:27.137 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:27.137 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:27.280 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:27.369 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:27.631 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:27.631 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:04:27.735 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:27.884 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:04:27.885 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:27.885 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:27.885 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:04:27.885 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:27.885 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:27.970 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:27.970 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:27.970 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:27.970 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:27.971 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:27.971 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:28.186 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-volume 2024-04-22T22:04:28.224 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-mirror 2024-04-22T22:04:28.722 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:28.748 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:58 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:28.848 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:04:28.849 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:Install 2 Packages 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 341 k 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 1.5 M 2024-04-22T22:04:28.850 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:28.870 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:04:28.871 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:28.872 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-04-22T22:04:28.872 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 13 M 2024-04-22T22:04:28.872 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:29.133 INFO:teuthology.orchestra.run.smithi062.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 474 kB/s | 77 kB 00:00 2024-04-22T22:04:29.359 INFO:teuthology.orchestra.run.smithi062.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 679 kB/s | 264 kB 00:00 2024-04-22T22:04:29.359 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:29.359 INFO:teuthology.orchestra.run.smithi062.stdout:Total 668 kB/s | 341 kB 00:00 2024-04-22T22:04:29.371 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:29.382 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:29.382 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:29.394 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 5.9 MB/s | 3.1 MB 00:00 2024-04-22T22:04:29.395 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:29.395 INFO:teuthology.orchestra.run.smithi189.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-04-22T22:04:29.395 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:29.405 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:29.405 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:29.409 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:29.410 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:29.484 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:29.484 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:29.553 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:29.745 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:04:29.778 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:29.794 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:29.794 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:29.794 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:04:29.794 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:29.911 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:29.978 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:30.002 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:30.002 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:30.002 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:04:30.002 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:30.003 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:30.003 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:30.535 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:30.807 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:31.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:31.103 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:31.103 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:31.103 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:31.103 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:31.103 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:31.109 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados-devel 2024-04-22T22:04:31.357 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-nbd 2024-04-22T22:04:31.647 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:02 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:31.773 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:31.774 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 127 k 2024-04-22T22:04:31.775 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 456 k 2024-04-22T22:04:31.775 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:31.883 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:02:01 ago on Mon 22 Apr 2024 10:02:30 PM UTC. 2024-04-22T22:04:31.981 INFO:teuthology.orchestra.run.smithi062.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 614 kB/s | 127 kB 00:00 2024-04-22T22:04:31.982 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:31.982 INFO:teuthology.orchestra.run.smithi062.stdout:Total 610 kB/s | 127 kB 00:00 2024-04-22T22:04:31.982 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:31.988 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:31.988 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:32.008 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:04:32.009 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:04:32.010 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:32.010 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 171 k 2024-04-22T22:04:32.010 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 494 k 2024-04-22T22:04:32.010 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:04:32.055 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:32.055 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:32.214 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:32.322 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:32.357 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 493 kB/s | 171 kB 00:00 2024-04-22T22:04:32.358 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:32.358 INFO:teuthology.orchestra.run.smithi189.stdout:Total 491 kB/s | 171 kB 00:00 2024-04-22T22:04:32.359 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:04:32.366 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:04:32.366 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:04:32.429 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:04:32.430 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:04:32.578 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:04:32.678 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:32.753 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:32.973 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:33.037 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:33.191 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs2 2024-04-22T22:04:33.262 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:33.263 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:33.263 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:04:33.263 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:33.263 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:33.263 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:04:33.522 DEBUG:teuthology.parallel:result is None 2024-04-22T22:04:33.728 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:04 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:33.811 INFO:teuthology.orchestra.run.smithi062.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:33.856 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:33.857 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:33.857 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:33.912 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs-devel 2024-04-22T22:04:34.447 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:34.574 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:34.575 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:34.575 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-04-22T22:04:34.575 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:34.575 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:34.575 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 32 k 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 142 k 2024-04-22T22:04:34.576 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:34.829 INFO:teuthology.orchestra.run.smithi062.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 126 kB/s | 32 kB 00:00 2024-04-22T22:04:34.830 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:34.830 INFO:teuthology.orchestra.run.smithi062.stdout:Total 126 kB/s | 32 kB 00:00 2024-04-22T22:04:34.830 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:34.831 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:34.831 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:34.834 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:34.834 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:34.921 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:35.017 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.352 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.563 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.564 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:35.564 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:35.564 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:35.564 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:35.564 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:35.751 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados2 2024-04-22T22:04:36.284 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:07 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:36.364 INFO:teuthology.orchestra.run.smithi062.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:36.407 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:36.408 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:36.408 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:36.474 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librbd1 2024-04-22T22:04:37.007 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:08 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:37.088 INFO:teuthology.orchestra.run.smithi062.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:37.131 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:37.132 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:37.132 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:37.199 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rados 2024-04-22T22:04:37.732 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:08 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:37.815 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:37.858 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:37.859 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:37.860 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:37.929 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rgw 2024-04-22T22:04:38.465 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:09 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:38.546 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:38.590 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:38.590 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:38.591 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:38.657 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-cephfs 2024-04-22T22:04:39.194 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:10 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:39.275 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:39.318 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:39.319 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:39.320 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:39.387 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rbd 2024-04-22T22:04:39.924 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:10 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:40.017 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:40.062 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:40.063 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-04-22T22:04:40.063 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:40.132 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-fuse 2024-04-22T22:04:40.671 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:11 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:40.795 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:40.796 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 85 k 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 231 k 2024-04-22T22:04:40.797 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:41.130 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 255 kB/s | 85 kB 00:00 2024-04-22T22:04:41.131 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:41.131 INFO:teuthology.orchestra.run.smithi062.stdout:Total 254 kB/s | 85 kB 00:00 2024-04-22T22:04:41.131 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:41.139 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:41.139 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:41.206 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:41.206 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:41.354 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:41.471 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:41.806 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:42.031 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:42.031 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:42.031 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:42.032 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:42.032 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:42.032 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:42.284 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-mirror 2024-04-22T22:04:42.814 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:13 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:42.939 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:42.940 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:42.940 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-04-22T22:04:42.940 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:42.940 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:42.940 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 3.1 M 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 13 M 2024-04-22T22:04:42.941 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:43.309 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.4 MB/s | 3.1 MB 00:00 2024-04-22T22:04:43.309 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:43.310 INFO:teuthology.orchestra.run.smithi062.stdout:Total 8.4 MB/s | 3.1 MB 00:00 2024-04-22T22:04:43.310 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:43.320 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:43.320 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:43.409 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:43.409 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:43.858 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:43.918 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:43.944 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:43.944 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:43.944 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:04:43.944 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:43.944 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:43.945 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:44.954 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:44.955 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:44.955 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:44.955 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:44.955 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:44.955 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:45.172 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-nbd 2024-04-22T22:04:45.710 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:16 ago on Mon 22 Apr 2024 10:02:29 PM UTC. 2024-04-22T22:04:45.836 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-22T22:04:45.837 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:45.837 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:45.837 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:45.837 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-22T22:04:45.837 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 171 k 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 494 k 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-22T22:04:46.063 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 761 kB/s | 171 kB 00:00 2024-04-22T22:04:46.064 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:46.064 INFO:teuthology.orchestra.run.smithi062.stdout:Total 756 kB/s | 171 kB 00:00 2024-04-22T22:04:46.065 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-22T22:04:46.073 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-22T22:04:46.073 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-22T22:04:46.140 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-22T22:04:46.140 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-22T22:04:46.318 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-22T22:04:46.420 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.845 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-22T22:04:47.097 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-22T22:04:47.368 DEBUG:teuthology.parallel:result is None 2024-04-22T22:04:47.369 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:47.514 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:04:47.535 INFO:teuthology.orchestra.run.smithi062.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:04:47.536 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:04:47.536 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:04:47.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:47.854 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:04:47.879 INFO:teuthology.orchestra.run.smithi189.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:04:47.880 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:04:47.880 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:04:47.881 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T22:04:47.882 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T22:04:47.882 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:04:47.908 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:04:47.908 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:04:47.947 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T22:04:47.947 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T22:04:47.948 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:04:47.972 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:04:48.036 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:04:48.036 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:04:48.063 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:04:48.128 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T22:04:48.129 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T22:04:48.129 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:04:48.153 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:04:48.217 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:04:48.217 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:04:48.241 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:04:48.305 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T22:04:48.305 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-22T22:04:48.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:04:48.330 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:04:48.394 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:04:48.394 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:04:48.417 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:04:48.481 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-22T22:04:48.584 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T22:04:48.584 DEBUG:teuthology.orchestra.run.smithi189:> sudo podman --help 2024-04-22T22:04:49.262 INFO:teuthology.orchestra.run.smithi189.stdout:Manage pods, containers and images 2024-04-22T22:04:49.262 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:49.262 INFO:teuthology.orchestra.run.smithi189.stdout:Usage: 2024-04-22T22:04:49.262 INFO:teuthology.orchestra.run.smithi189.stdout: podman [options] [command] 2024-04-22T22:04:49.262 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout:Available Commands: 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: attach Attach to a running container 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: build Build an image using instructions from Containerfiles 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: commit Create new image based on the changed container 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: container Manage containers 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: create Create but do not start a container 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: diff Display the changes to the object's file system 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: events Show podman system events 2024-04-22T22:04:49.263 INFO:teuthology.orchestra.run.smithi189.stdout: exec Run a process in a running container 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: export Export container's filesystem contents as a tar archive 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: farm Farm out builds to remote machines 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: healthcheck Manage health checks on containers 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: help Help about any command 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: history Show history of a specified image 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: image Manage images 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: images List images in local storage 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: import Import a tarball to create a filesystem image 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: info Display podman system information 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: init Initialize one or more containers 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: inspect Display the configuration of object denoted by ID 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: kill Kill one or more running containers with a specific signal 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: kube Play containers, pods or volumes from a structured file 2024-04-22T22:04:49.264 INFO:teuthology.orchestra.run.smithi189.stdout: load Load image(s) from a tar archive 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: login Log in to a container registry 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: logout Log out of a container registry 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: logs Fetch the logs of one or more containers 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: machine Manage a virtual machine 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: manifest Manipulate manifest lists and image indexes 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: mount Mount a working container's root filesystem 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: network Manage networks 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: pause Pause all the processes in one or more containers 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: pod Manage pods 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: port List port mappings or a specific mapping for the container 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: ps List containers 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: pull Pull an image from a registry 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: push Push an image to a specified destination 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: rename Rename an existing container 2024-04-22T22:04:49.265 INFO:teuthology.orchestra.run.smithi189.stdout: restart Restart one or more containers 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: rm Remove one or more containers 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: rmi Remove one or more images from local storage 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: run Run a command in a new container 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: save Save image(s) to an archive 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: search Search registry for image 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: secret Manage secrets 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: start Start one or more containers 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: stats Display a live stream of container resource usage statistics 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: stop Stop one or more containers 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: system Manage podman 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: tag Add an additional name to a local image 2024-04-22T22:04:49.266 INFO:teuthology.orchestra.run.smithi189.stdout: top Display the running processes of a container 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: unmount Unmount working container's root filesystem 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: unpause Unpause the processes in one or more containers 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: unshare Run a command in a modified user namespace 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: untag Remove a name from a local image 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: update Update an existing container 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: version Display the Podman version information 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: volume Manage volumes 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: wait Block on one or more containers 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout:Options: 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: --conmon string Path of the conmon binary 2024-04-22T22:04:49.267 INFO:teuthology.orchestra.run.smithi189.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --help Help for podman 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.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-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --module strings Load the containers.conf(5) module 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --out string Send output (stdout) from podman to a file 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: -r, --remote Access remote Podman service 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-22T22:04:49.268 INFO:teuthology.orchestra.run.smithi189.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --ssh string define the ssh mode (default "golang") 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: (default "/run/libpod") 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --transient-store Enable transient container storage 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: -v, --version version for podman 2024-04-22T22:04:49.269 INFO:teuthology.orchestra.run.smithi189.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-22T22:04:49.270 DEBUG:teuthology.orchestra.run.smithi189:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-22T22:04:49.991 INFO:teuthology.orchestra.run.smithi189.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-22T22:04:50.533 INFO:teuthology.orchestra.run.smithi189.stderr:Getting image source signatures 2024-04-22T22:04:50.533 INFO:teuthology.orchestra.run.smithi189.stderr:Copying blob sha256:8fc6444796d588ff040670838a23a55c20ca1a41082db447a3b9d7fdfe9e5826 2024-04-22T22:04:50.533 INFO:teuthology.orchestra.run.smithi189.stderr:Copying blob sha256:348b35dc69ab19868df472c75091ac9abd576632b66bdd01e284bc85e3c59bb3 2024-04-22T22:04:57.572 INFO:teuthology.orchestra.run.smithi189.stderr:Copying config sha256:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T22:04:57.706 INFO:teuthology.orchestra.run.smithi189.stderr:Writing manifest to image destination 2024-04-22T22:04:57.920 INFO:teuthology.orchestra.run.smithi189.stdout:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T22:04:57.924 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:04:57.934 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:04:57.934 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:57.934 INFO:tasks.cephadm:Cluster fsid is 5b86aede-00f4-11ef-bc93-c7b262605968 2024-04-22T22:04:57.935 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:04:57.935 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.62'} 2024-04-22T22:04:57.935 INFO:tasks.cephadm:First mon is mon.a on smithi062 2024-04-22T22:04:57.935 INFO:tasks.cephadm:First mgr is x 2024-04-22T22:04:57.935 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:04:57.935 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2024-04-22T22:04:57.962 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-04-22T22:04:57.987 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:04:57.987 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:58.127 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:04:58.353 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:58.355 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:04:58.355 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:58.749 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:04 /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:58.750 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:59.332 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:04 /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:59.332 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:59.352 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:04:59.380 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:04:59.380 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:04:59.395 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:04:59.596 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:04:59.744 INFO:teuthology.orchestra.run.smithi189.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:04:59.744 INFO:teuthology.orchestra.run.smithi189.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:04:59.744 INFO:teuthology.orchestra.run.smithi189.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:04:59.744 INFO:teuthology.orchestra.run.smithi189.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:00.943 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:01.123 INFO:teuthology.orchestra.run.smithi062.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:01.123 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:01.124 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:05:01.124 INFO:teuthology.orchestra.run.smithi062.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:01.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:01.149 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:01.150 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:05:01.152 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi062/crash 2024-04-22T22:05:01.153 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:05:01.230 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:05:01.231 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:05:01.232 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi189/crash 2024-04-22T22:05:01.232 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:05:01.267 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:05:01.267 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:05:01.269 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:05:01.269 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:05:01.293 INFO:teuthology.orchestra.run.smithi062.stderr:grep: /var/log/ceph/5b86aede-00f4-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:05:01.296 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:05:01.296 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:05:01.338 DEBUG:teuthology.orchestra.run.smithi189:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:05:01.359 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:05:01.359 INFO:teuthology.orchestra.run.smithi062.stderr:: No such file or directory 2024-04-22T22:05:01.360 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:05:01.361 INFO:teuthology.orchestra.run.smithi189.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:05:01.361 INFO:teuthology.orchestra.run.smithi189.stderr:: No such file or directory 2024-04-22T22:05:01.362 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:05:01.363 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-22T22:05:01.363 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.012s 2024-04-22T22:05:01.363 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m0.015s 2024-04-22T22:05:01.363 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.006s 2024-04-22T22:05:01.364 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-04-22T22:05:01.364 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.011s 2024-04-22T22:05:01.364 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m0.012s 2024-04-22T22:05:01.364 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.009s 2024-04-22T22:05:01.364 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:05:01.365 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi062/log 2024-04-22T22:05:01.365 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:05:01.427 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi189/log 2024-04-22T22:05:01.428 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:05:01.452 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:05:01.452 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5b86aede-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:05:01.650 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 5b86aede-00f4-11ef-bc93-c7b262605968 2024-04-22T22:05:01.929 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:05:01.930 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:01.945 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:01.961 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:05:01.961 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:02.164 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=249fa45126f24c47b0308bcad7c5623f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi062 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:02.167 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:05:02.178 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-22T22:05:02.199 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T22:05:02.276 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T22:05:02.277 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:05:02.290 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:05:02.366 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:05:02.375 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:05:02.376 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:05:02.378 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:05:02.391 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:05:02.394 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:05:02.396 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:05:02.396 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-04-22T22:05:02.396 INFO:teuthology.orchestra.run.smithi062.stdout:^- hv01.front.sepia.ceph.com 2 6 77 40 +1301us[+1301us] +/- 574ms 2024-04-22T22:05:02.396 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 77 42 -148us[ -183us] +/- 56ms 2024-04-22T22:05:02.396 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 42 +223us[ +189us] +/- 82ms 2024-04-22T22:05:02.397 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:05:02.399 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:05:02.399 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T22:05:02.399 INFO:teuthology.orchestra.run.smithi189.stdout:^- hv01.front.sepia.ceph.com 2 6 77 41 +1292us[+1292us] +/- 574ms 2024-04-22T22:05:02.399 INFO:teuthology.orchestra.run.smithi189.stdout:^* hv02.front.sepia.ceph.com 3 6 77 42 -148us[ -320us] +/- 56ms 2024-04-22T22:05:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 41 +206us[ +206us] +/- 82ms 2024-04-22T22:05:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:05:02.400 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:05:02.424 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:05:02.424 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:05:02.459 DEBUG:teuthology.orchestra.run.smithi062:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T22:05:02.518 DEBUG:teuthology.orchestra.run.smithi189:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T22:05:02.578 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:05:02.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:02.605 DEBUG:teuthology.orchestra.run.smithi189:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:05:02.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:02.632 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:05:02.642 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:05:02.684 INFO:teuthology.task.internal:Duration was 403.088262 seconds 2024-04-22T22:05:02.684 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:05:02.788 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:05:02.788 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:05:02.791 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:05:02.827 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:05:02.830 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:05:03.092 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:05:03.093 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-04-22T22:05:03.093 DEBUG:teuthology.orchestra.run.smithi062:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:05:03.115 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:05:03.115 DEBUG:teuthology.orchestra.run.smithi189:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:05:03.156 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:05:03.157 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:05:03.159 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:05:03.223 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:05:03.223 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:05:03.226 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:05:03.353 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:05:03.367 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:05:03.367 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:05:03.391 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:05:03.414 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:05:03.453 DEBUG:teuthology.orchestra.run.smithi062:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:03.455 DEBUG:teuthology.orchestra.run.smithi189:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:03.475 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-04-22T22:05:03.477 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-04-22T22:05:03.510 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:03.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:03.555 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:03.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:03.569 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:05:03.579 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:05:03.579 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi062 2024-04-22T22:05:03.579 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:05:03.627 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819/remote/smithi189 2024-04-22T22:05:03.627 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:05:03.659 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:05:03.659 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:05:03.664 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:05:03.708 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:05:03.719 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:05:03.719 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:05:03.751 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:05:03.751 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:05:03.754 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:05:03.766 INFO:teuthology.orchestra.run.smithi062.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:05 /home/ubuntu/cephtest 2024-04-22T22:05:03.768 INFO:teuthology.orchestra.run.smithi189.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:05 /home/ubuntu/cephtest 2024-04-22T22:05:03.769 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:05:03.862 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:05:03.930 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:05:03.957 DEBUG:teuthology.nuke:shortname: smithi062 2024-04-22T22:05:03.957 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:05:03.979 DEBUG:teuthology.nuke:shortname: smithi189 2024-04-22T22:05:03.979 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:05:03.982 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:19.011437', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3rB2OJ8vXWtRh2Q9Qj1fMLTRNkU0vPj5ET171HdBzkobxc6y1f4I/0KffFA3NP2XpPgF6EZtCRX9aqFpp7qDI='} 2024-04-22T22:05:04.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668819', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:19.009994', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8iL/B0jcoj5A9988085Crr7PkxhzxhKxPeFRqGnaIdTQOKhEREVimt6jjc0PiLowUM0HXoW2t+5YalwisESqE='} 2024-04-22T22:05:04.028 INFO:teuthology.orchestra.console.smithi062:Power off 2024-04-22T22:05:04.028 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:05:04.052 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2024-04-22T22:05:04.052 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:04.068 INFO:teuthology.orchestra.console.smithi189:Power off 2024-04-22T22:05:04.069 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:05:04.080 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-22T22:05:04.093 DEBUG:teuthology.orchestra.console.smithi189:power off output: Chassis Power Control: Down/Off 2024-04-22T22:05:04.094 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:04.121 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T22:05:08.080 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:08.122 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:08.191 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-22T22:05:08.231 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T22:05:12.194 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:12.233 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:12.304 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2024-04-22T22:05:12.342 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T22:05:12.406 INFO:teuthology.orchestra.console.smithi062:Power off completed 2024-04-22T22:05:16.347 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:16.456 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is off 2024-04-22T22:05:16.557 INFO:teuthology.orchestra.console.smithi189:Power off completed 2024-04-22T22:05:16.661 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 403.0882616043091 failure_reason: 'Command failed on smithi062 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=249fa45126f24c47b0308bcad7c5623f status: fail success: false 2024-04-22T22:05:16.661 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:05:16.782 INFO:teuthology.run:FAIL