2024-09-20T21:15:54.694 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T21:15:54.723 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T21:15:54.811 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi/7912618 branch: squid description: upgrade/quincy-x/stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} email: ceph-qa@ceph.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' first_in_suite: false job_id: '7912618' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' name: teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: squid sha1: ed8ee0f26ef720e6504cefa8be1a2d0872192de7 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' seed: 5834 sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: quincy clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: quincy clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: quincy clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' subset: 11/32 suite: upgrade suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_ed8ee0f26ef720e6504cefa8be1a2d0872192de7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: ed8ee0f26ef720e6504cefa8be1a2d0872192de7 targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJWJYzJPE3mFPTlhv6Y37kNEstXXgv0042PvN9lSj0Wi4uzDmAnRzqap4JaSqRbbudOGB8pHVSNWdFdrEoIYXuk= smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLtXG0NewfsStX6NBcr3uXc75QHjxW5anacWEck7GnR7Gakr6C4aTWZRJXjuWB2EVnxj6lv9flhqsb3DvailT7A= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: branch: quincy exclude_packages: - ceph-volume - cephadm: cephadm_branch: quincy cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:quincy - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_02:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T21:15:54.811 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_ed8ee0f26ef720e6504cefa8be1a2d0872192de7/qa; will attempt to use it 2024-09-20T21:15:54.812 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_ed8ee0f26ef720e6504cefa8be1a2d0872192de7/qa/tasks 2024-09-20T21:15:54.812 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T21:15:54.814 INFO:teuthology.task.internal:Checking packages... 2024-09-20T21:15:54.832 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9e2ac70bb7aea67d34f0d50002344abbe7803736' 2024-09-20T21:15:54.832 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:15:54.832 INFO:teuthology.packaging:ref: None 2024-09-20T21:15:54.832 INFO:teuthology.packaging:tag: None 2024-09-20T21:15:54.832 INFO:teuthology.packaging:branch: squid 2024-09-20T21:15:54.832 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:15:54.833 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-09-20T21:15:55.067 INFO:teuthology.task.internal:Found packages for ceph version 19.1.1-369.ged8ee0f2 2024-09-20T21:15:55.068 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T21:15:55.077 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T21:15:55.077 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T21:15:55.110 INFO:teuthology.task.internal:Saving configuration 2024-09-20T21:15:55.131 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T21:15:55.138 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T21:15:55.162 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi/7912618', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 21:11:06.361297', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJWJYzJPE3mFPTlhv6Y37kNEstXXgv0042PvN9lSj0Wi4uzDmAnRzqap4JaSqRbbudOGB8pHVSNWdFdrEoIYXuk='} 2024-09-20T21:15:55.182 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi/7912618', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 21:11:06.359275', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLtXG0NewfsStX6NBcr3uXc75QHjxW5anacWEck7GnR7Gakr6C4aTWZRJXjuWB2EVnxj6lv9flhqsb3DvailT7A='} 2024-09-20T21:15:55.182 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T21:15:55.188 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-20T21:15:55.188 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-09-20T21:15:55.188 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T21:15:55.265 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa753010160>, signals=[15]) 2024-09-20T21:15:55.266 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T21:15:55.272 INFO:teuthology.task.internal:Opening connections... 2024-09-20T21:15:55.272 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T21:15:55.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:15:55.345 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-09-20T21:15:55.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:15:55.420 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T21:15:55.427 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-09-20T21:15:55.445 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-09-20T21:15:55.445 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-09-20T21:15:55.502 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T21:15:55.503 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T21:15:55.504 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-09-20T21:15:55.523 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-09-20T21:15:55.541 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-09-20T21:15:55.541 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-09-20T21:15:55.598 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-09-20T21:15:55.598 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="9" 2024-09-20T21:15:55.598 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-09-20T21:15:55.598 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-09-20T21:15:55.598 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="9" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el9" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:LOGO="fedora-logo-icon" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T21:15:55.599 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T21:15:55.599 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-09-20T21:15:55.622 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T21:15:55.640 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T21:15:55.700 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T21:15:55.700 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-09-20T21:15:55.703 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-09-20T21:15:55.720 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T21:15:55.729 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T21:15:55.729 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-09-20T21:15:55.760 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-09-20T21:15:55.786 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T21:15:55.839 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T21:15:55.852 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T21:15:55.852 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T21:15:55.852 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T21:15:55.853 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T21:15:55.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:15:55.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:15:55.870 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-09-20T21:15:55.871 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-20T21:15:55.927 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-503.el9.x86_64 2024-09-20T21:15:55.927 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.14.0-503.el9.x86_64 2024-09-20T21:15:55.927 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-09-20T21:15:55.928 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-503.el9.x86_64 2024-09-20T21:15:55.928 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-503.el9.x86_64 2024-09-20T21:15:55.928 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-09-20T21:15:58.564 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.3 MB 00:00 2024-09-20T21:15:58.635 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 8.0 MB/s | 8.3 MB 00:01 2024-09-20T21:16:00.872 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 17 MB/s | 20 MB 00:01 2024-09-20T21:16:01.670 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 11 MB/s | 20 MB 00:01 2024-09-20T21:16:06.123 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-20T21:16:07.578 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.5 MB 00:02 2024-09-20T21:16:07.715 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 19 kB 00:00 2024-09-20T21:16:08.811 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-20T21:16:09.146 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 64 kB/s | 19 kB 00:00 2024-09-20T21:16:10.008 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-20T21:16:14.233 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-20T21:16:15.631 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-20T21:16:16.114 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T21:16:16.114 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T21:16:16.195 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:16:16.206 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:16:16.206 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-09-20T21:16:16.207 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:16:16.208 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 79 M 2024-09-20T21:16:16.208 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 126 M 2024-09-20T21:16:16.208 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:16:16.867 INFO:teuthology.orchestra.run.smithi096.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 59 kB/s | 36 kB 00:00 2024-09-20T21:16:17.587 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T21:16:17.587 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T21:16:17.689 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T21:16:17.699 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 79 M 2024-09-20T21:16:17.700 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 126 M 2024-09-20T21:16:17.701 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:16:18.017 INFO:teuthology.orchestra.run.smithi096.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 8.9 MB/s | 16 MB 00:01 2024-09-20T21:16:18.116 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 125 kB/s | 36 kB 00:00 2024-09-20T21:16:18.626 INFO:teuthology.orchestra.run.smithi096.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 15 MB/s | 35 MB 00:02 2024-09-20T21:16:19.176 INFO:teuthology.orchestra.run.smithi096.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-20T21:16:19.176 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:16:19.177 INFO:teuthology.orchestra.run.smithi096.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-20T21:16:19.856 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:16:20.208 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:16:20.208 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:16:21.172 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:16:21.173 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:16:23.622 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:16:24.271 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T21:16:24.352 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:16:26.065 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 1.9 MB/s | 16 MB 00:08 2024-09-20T21:16:27.096 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:16:27.220 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:16:32.017 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:16:32.087 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:16:36.918 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:16:52.354 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 855 kB/s | 29 MB 00:34 2024-09-20T21:17:00.487 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 829 kB/s | 35 MB 00:42 2024-09-20T21:17:00.487 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:17:00.487 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.8 MB/s | 79 MB 00:42 2024-09-20T21:17:01.190 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:17:01.590 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:17:01.590 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:17:02.557 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:17:02.557 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:17:05.148 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:17:05.799 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T21:17:05.887 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:17:08.639 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:17:08.775 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:17:13.901 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:17:13.942 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:15.308 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:15.348 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:15.753 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:15.753 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T21:17:15.753 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:17:15.754 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:17:16.582 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:17:16.939 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T21:17:17.023 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:17.023 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T21:17:17.023 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T21:17:17.023 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T21:17:17.023 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T21:17:17.023 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-20T21:17:17.023 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi096.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T21:17:17.023 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T21:17:17.081 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:17.082 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T21:17:17.082 DEBUG:teuthology.orchestra.run.smithi096:> sudo rpm -qi grub2-tools 2024-09-20T21:17:17.120 INFO:teuthology.orchestra.run.smithi096.stdout:Name : grub2-tools 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Epoch : 1 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Version : 2.06 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Release : 82.el9 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: x86_64 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Group : Unspecified 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Size : 8274670 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:License : GPLv3+ 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Packager : builder@centos.org 2024-09-20T21:17:17.121 INFO:teuthology.orchestra.run.smithi096.stdout:Vendor : CentOS 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:Summary : Support tools for GRUB. 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:Description : 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:hardware devices. 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:17:17.122 INFO:teuthology.orchestra.run.smithi096.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T21:17:17.123 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T21:17:17.123 INFO:teuthology.task.kernel:Updating grub on smithi096 to boot 5.14.0-508.el9.x86_64 2024-09-20T21:17:17.123 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T21:17:17.786 INFO:teuthology.orchestra.run.smithi096.stderr:Generating grub configuration file ... 2024-09-20T21:17:19.083 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:19.177 INFO:teuthology.orchestra.run.smithi096.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T21:17:19.203 INFO:teuthology.orchestra.run.smithi096.stderr:done 2024-09-20T21:17:19.205 DEBUG:teuthology.orchestra.run.smithi096:> mktemp 2024-09-20T21:17:19.220 INFO:teuthology.orchestra.run.smithi096.stdout:/tmp/tmp.BswSvhWprd 2024-09-20T21:17:19.221 DEBUG:teuthology.orchestra.run.smithi096:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BswSvhWprd 2024-09-20T21:17:19.287 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0666 /tmp/tmp.BswSvhWprd 2024-09-20T21:17:19.438 DEBUG:teuthology.orchestra.remote:smithi096:/tmp/tmp.BswSvhWprd is 6KB 2024-09-20T21:17:19.487 DEBUG:teuthology.orchestra.run.smithi096:> rm -fr /tmp/tmp.BswSvhWprd 2024-09-20T21:17:19.502 DEBUG:teuthology.orchestra.run.smithi096:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T21:17:19.564 INFO:teuthology.orchestra.run.smithi096.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T21:17:19.564 INFO:teuthology.orchestra.run.smithi096.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T21:17:19.564 INFO:teuthology.orchestra.run.smithi096.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T21:17:19.564 INFO:teuthology.orchestra.run.smithi096.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T21:17:19.565 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T21:17:19.717 DEBUG:teuthology.orchestra.run.smithi096:> sudo shutdown -r now 2024-09-20T21:17:49.720 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-20T21:17:49.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:17:49.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:17:58.026 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:58.064 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:58.346 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:58.346 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T21:17:58.346 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T21:17:58.346 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:17:59.181 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:17:59.524 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T21:17:59.612 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.613 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T21:17:59.613 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T21:17:59.613 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T21:17:59.613 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T21:17:59.613 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-20T21:17:59.613 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T21:17:59.613 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T21:17:59.671 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T21:17:59.672 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T21:17:59.672 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 82.el9 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8274670 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-09-20T21:17:59.703 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:17:59.704 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T21:17:59.705 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T21:17:59.705 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 5.14.0-508.el9.x86_64 2024-09-20T21:17:59.705 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T21:18:00.404 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-09-20T21:18:01.747 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T21:18:01.778 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-09-20T21:18:01.781 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-09-20T21:18:01.796 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.DcxwjnVyTN 2024-09-20T21:18:01.797 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DcxwjnVyTN 2024-09-20T21:18:01.863 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.DcxwjnVyTN 2024-09-20T21:18:02.004 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.DcxwjnVyTN is 6KB 2024-09-20T21:18:02.051 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.DcxwjnVyTN 2024-09-20T21:18:02.066 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T21:18:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T21:18:02.128 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T21:18:02.128 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T21:18:02.128 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T21:18:02.129 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T21:18:02.285 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-09-20T21:18:08.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-09-20T21:18:17.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:18:17.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:18:20.175 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-09-20T21:18:32.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:18:32.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:18:32.288 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-20T21:18:32.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:18:32.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:18:35.247 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-09-20T21:18:50.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:18:50.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:18:50.606 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-09-20T21:18:53.331 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-09-20T21:18:59.611 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:18:59.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:19:11.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:19:11.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:19:11.605 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-09-20T21:19:11.955 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:19:11.955 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-508.el9.x86_64"... 2024-09-20T21:19:11.955 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-09-20T21:19:11.971 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-508.el9.x86_64 2024-09-20T21:19:11.971 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T21:19:11.971 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T21:19:11.971 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T21:19:12.971 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-20T21:19:12.972 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T21:19:13.037 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2024-09-20T21:19:13.060 DEBUG:teuthology.parallel:result is None 2024-09-20T21:19:59.614 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T21:20:11.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:20:11.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:20:11.936 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-20T21:20:12.318 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:20:12.318 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-508.el9.x86_64"... 2024-09-20T21:20:12.319 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-20T21:20:12.335 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-508.el9.x86_64 2024-09-20T21:20:12.335 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T21:20:12.335 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T21:20:12.335 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T21:20:13.336 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-20T21:20:13.337 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T21:20:13.454 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-09-20T21:20:13.473 DEBUG:teuthology.parallel:result is None 2024-09-20T21:20:13.473 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T21:20:13.485 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T21:20:13.485 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T21:20:13.488 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T21:20:13.507 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T21:20:13.547 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T21:20:13.580 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T21:20:13.580 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T21:20:13.583 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T21:20:13.615 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T21:20:13.621 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T21:20:13.622 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:20:13.647 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:20:13.687 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T21:20:13.687 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T21:20:13.699 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T21:20:13.700 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T21:20:13.701 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T21:20:13.708 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T21:20:13.709 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T21:20:13.743 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T21:20:13.771 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T21:20:13.780 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T21:20:13.780 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T21:20:13.814 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T21:20:13.831 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T21:20:13.918 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T21:20:13.979 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T21:20:14.022 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T21:20:14.067 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-20T21:20:14.067 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T21:20:14.135 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T21:20:14.181 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T21:20:14.258 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T21:20:14.297 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T21:20:14.344 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-09-20T21:20:14.344 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T21:20:14.411 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-09-20T21:20:14.414 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2024-09-20T21:20:14.463 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T21:20:14.513 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T21:20:14.862 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T21:20:14.871 INFO:teuthology.task.internal:Starting timer... 2024-09-20T21:20:14.871 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T21:20:14.900 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T21:20:14.933 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-20T21:20:14.933 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-09-20T21:20:14.987 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-09-20T21:20:14.989 DEBUG:teuthology.orchestra.run.smithi096:> sudo service auditd rotate 2024-09-20T21:20:15.053 INFO:teuthology.orchestra.run.smithi096.stdout:Rotating logs: 2024-09-20T21:20:15.055 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T21:20:15.055 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-09-20T21:20:15.084 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-09-20T21:20:15.084 DEBUG:teuthology.orchestra.run.smithi096:> /usr/sbin/getenforce 2024-09-20T21:20:15.108 INFO:teuthology.orchestra.run.smithi096.stdout:Permissive 2024-09-20T21:20:15.109 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi096.front.sepia.ceph.com': 'permissive'} 2024-09-20T21:20:15.109 DEBUG:teuthology.orchestra.run.smithi040:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T21:20:15.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:20:15.154 DEBUG:teuthology.orchestra.run.smithi096:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T21:20:15.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:20:15.183 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T21:20:15.183 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-09-20T21:20:15.233 DEBUG:teuthology.orchestra.run.smithi096:> sudo /usr/sbin/setenforce permissive 2024-09-20T21:20:15.264 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T21:20:15.276 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T21:20:15.287 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-09-20T21:20:15.287 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi096.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T21:24:01.190 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi096.front.sepia.ceph.com')] 2024-09-20T21:24:01.191 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:24:01.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:24:01.267 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-20T21:24:01.355 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-20T21:24:01.355 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:24:01.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T21:24:01.431 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-09-20T21:24:01.511 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-09-20T21:24:01.511 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T21:24:01.520 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T21:24:01.521 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T21:24:01.521 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:24:01.523 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T21:24:01.524 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:24:01.555 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T21:24:01.571 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T21:24:01.580 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T21:24:01.595 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T21:24:01.598 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-09-20T21:24:01.611 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-09-20T21:24:01.620 INFO:teuthology.orchestra.run.smithi096.stderr:sudo: ntpd: command not found 2024-09-20T21:24:01.626 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T21:24:01.631 INFO:teuthology.orchestra.run.smithi096.stdout:506 Cannot talk to daemon 2024-09-20T21:24:01.642 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T21:24:01.645 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T21:24:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T21:24:01.700 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-20T21:24:01.703 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T21:24:01.703 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-20T21:24:01.703 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.703 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.703 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.704 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.716 INFO:teuthology.orchestra.run.smithi096.stderr:bash: line 1: ntpq: command not found 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.719 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:24:01.720 INFO:teuthology.run_tasks:Running task pexec... 2024-09-20T21:24:01.729 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-20T21:24:01.729 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T21:24:01.729 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T21:24:01.729 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi096.front.sepia.ceph.com 2024-09-20T21:24:01.730 DEBUG:teuthology.orchestra.run.smithi096:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T21:24:02.110 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:24:02.113 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:24:02.120 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:02.120 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-09-20T21:24:02.120 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Removing: 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Removing unused dependencies: 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Remove 2 Packages 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Freed space: 5.5 M 2024-09-20T21:24:02.121 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:24:02.125 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:24:02.125 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:24:02.126 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:02.126 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T21:24:02.126 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:02.126 INFO:teuthology.orchestra.run.smithi040.stdout:Removing: 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:Removing unused dependencies: 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:Remove 2 Packages 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:Freed space: 5.5 M 2024-09-20T21:24:02.127 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:24:02.131 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:24:02.131 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:24:02.193 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:24:02.193 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:24:02.198 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:24:02.199 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:24:02.332 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:24:02.347 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:24:02.413 INFO:teuthology.orchestra.run.smithi096.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T21:24:02.424 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T21:24:02.486 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T21:24:02.528 INFO:teuthology.orchestra.run.smithi096.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T21:24:02.953 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T21:24:02.953 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T21:24:03.051 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T21:24:03.051 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T21:24:03.187 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T21:24:03.187 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:03.188 INFO:teuthology.orchestra.run.smithi040.stdout:Removed: 2024-09-20T21:24:03.188 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T21:24:03.188 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:03.188 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:24:03.291 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T21:24:03.291 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:03.291 INFO:teuthology.orchestra.run.smithi096.stdout:Removed: 2024-09-20T21:24:03.291 INFO:teuthology.orchestra.run.smithi096.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T21:24:03.292 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:03.292 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:24:04.078 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Sep 2024 09:23:15 PM UTC. 2024-09-20T21:24:04.143 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Sep 2024 09:23:12 PM UTC. 2024-09-20T21:24:04.214 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T21:24:04.215 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout:Install 6 Packages 2024-09-20T21:24:04.216 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:04.225 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 2.0 M 2024-09-20T21:24:04.225 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 9.2 M 2024-09-20T21:24:04.225 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:24:04.275 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T21:24:04.276 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T21:24:04.277 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:04.277 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:24:04.277 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:04.277 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2024-09-20T21:24:04.277 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:04.279 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 2.0 M 2024-09-20T21:24:04.280 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 9.2 M 2024-09-20T21:24:04.280 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:24:04.451 INFO:teuthology.orchestra.run.smithi040.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 438 kB/s | 44 kB 00:00 2024-09-20T21:24:04.492 INFO:teuthology.orchestra.run.smithi040.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 740 kB/s | 106 kB 00:00 2024-09-20T21:24:04.502 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 436 kB/s | 44 kB 00:00 2024-09-20T21:24:04.526 INFO:teuthology.orchestra.run.smithi040.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 954 kB/s | 72 kB 00:00 2024-09-20T21:24:04.552 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 695 kB/s | 106 kB 00:00 2024-09-20T21:24:04.559 INFO:teuthology.orchestra.run.smithi040.stdout:(4/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.2 MB/s | 906 kB 00:00 2024-09-20T21:24:04.577 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 949 kB/s | 72 kB 00:00 2024-09-20T21:24:04.585 INFO:teuthology.orchestra.run.smithi040.stdout:(5/6): python3-kmod-0.9-32.el9.x86_64.rpm 914 kB/s | 84 kB 00:00 2024-09-20T21:24:04.611 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.2 MB/s | 906 kB 00:00 2024-09-20T21:24:04.644 INFO:teuthology.orchestra.run.smithi040.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-09-20T21:24:04.644 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:04.644 INFO:teuthology.orchestra.run.smithi040.stdout:Total 4.8 MB/s | 2.0 MB 00:00 2024-09-20T21:24:04.669 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.9 MB/s | 837 kB 00:00 2024-09-20T21:24:04.721 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:24:04.728 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): python3-kmod-0.9-32.el9.x86_64.rpm 479 kB/s | 84 kB 00:00 2024-09-20T21:24:04.728 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:04.728 INFO:teuthology.orchestra.run.smithi096.stdout:Total 4.5 MB/s | 2.0 MB 00:00 2024-09-20T21:24:04.736 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:24:04.736 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:24:04.802 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:24:04.816 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:24:04.816 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:24:05.018 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:24:05.018 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:24:05.090 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:24:05.090 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:24:05.447 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:24:05.521 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:24:05.539 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T21:24:05.581 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T21:24:05.618 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T21:24:05.623 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T21:24:05.669 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T21:24:05.702 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T21:24:05.841 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T21:24:05.874 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T21:24:05.910 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T21:24:05.950 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T21:24:06.349 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T21:24:06.376 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T21:24:06.380 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T21:24:06.412 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T21:24:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T21:24:07.366 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T21:24:07.366 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T21:24:07.366 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T21:24:07.366 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T21:24:07.367 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T21:24:07.367 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T21:24:07.645 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:07.646 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:24:07.730 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T21:24:07.730 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:07.731 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:24:07.949 DEBUG:teuthology.parallel:result is None 2024-09-20T21:24:08.041 DEBUG:teuthology.parallel:result is None 2024-09-20T21:24:08.041 INFO:teuthology.run_tasks:Running task install... 2024-09-20T21:24:08.050 DEBUG:teuthology.task.install:project ceph 2024-09-20T21:24:08.050 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'}} 2024-09-20T21:24:08.050 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-20T21:24:08.050 INFO:teuthology.task.install:Using flavor: default 2024-09-20T21:24:08.056 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', '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', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-20T21:24:08.056 INFO:teuthology.task.install:extra packages: [] 2024-09-20T21:24:08.056 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'tag': None, 'wait_for_package': False} 2024-09-20T21:24:08.057 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:24:08.057 INFO:teuthology.packaging:ref: None 2024-09-20T21:24:08.057 INFO:teuthology.packaging:tag: None 2024-09-20T21:24:08.057 INFO:teuthology.packaging:branch: quincy 2024-09-20T21:24:08.057 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:24:08.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2024-09-20T21:24:08.059 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'tag': None, 'wait_for_package': False} 2024-09-20T21:24:08.059 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:24:08.059 INFO:teuthology.packaging:ref: None 2024-09-20T21:24:08.059 INFO:teuthology.packaging:tag: None 2024-09-20T21:24:08.059 INFO:teuthology.packaging:branch: quincy 2024-09-20T21:24:08.059 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:24:08.059 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2024-09-20T21:24:08.276 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/centos/9/flavors/default/ 2024-09-20T21:24:08.276 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1647.g98ac92c8 2024-09-20T21:24:08.289 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/centos/9/flavors/default/ 2024-09-20T21:24:08.289 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1647.g98ac92c8 2024-09-20T21:24:08.390 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/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/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/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/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T21:24:08.390 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-20T21:24:08.390 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T21:24:08.403 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/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/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/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/quincy/98ac92c87f36e69d612ce815cb5a74d0e3fb6b9e/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T21:24:08.403 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-09-20T21:24:08.403 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T21:24:08.425 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, 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-09-20T21:24:08.425 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:24:08.425 INFO:teuthology.packaging:ref: None 2024-09-20T21:24:08.425 INFO:teuthology.packaging:tag: None 2024-09-20T21:24:08.425 INFO:teuthology.packaging:branch: quincy 2024-09-20T21:24:08.425 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:24:08.425 DEBUG:teuthology.orchestra.run.smithi040:> 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_-]*/;ref/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T21:24:08.430 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, 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-09-20T21:24:08.430 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:24:08.430 INFO:teuthology.packaging:ref: None 2024-09-20T21:24:08.430 INFO:teuthology.packaging:tag: None 2024-09-20T21:24:08.430 INFO:teuthology.packaging:branch: quincy 2024-09-20T21:24:08.430 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:24:08.430 DEBUG:teuthology.orchestra.run.smithi096:> 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_-]*/;ref/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T21:24:08.496 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:24:08.497 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:24:08.576 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:24:08.593 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:24:08.619 INFO:teuthology.orchestra.run.smithi040.stdout:check_obsoletes = 1 2024-09-20T21:24:08.621 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum clean all 2024-09-20T21:24:08.641 INFO:teuthology.orchestra.run.smithi096.stdout:check_obsoletes = 1 2024-09-20T21:24:08.642 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum clean all 2024-09-20T21:24:08.849 INFO:teuthology.orchestra.run.smithi040.stdout:45 files removed 2024-09-20T21:24:08.865 INFO:teuthology.orchestra.run.smithi096.stdout:45 files removed 2024-09-20T21:24:08.877 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-radosgw 2024-09-20T21:24:08.892 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-radosgw 2024-09-20T21:24:09.433 INFO:teuthology.orchestra.run.smithi040.stdout:ceph packages for x86_64 303 kB/s | 77 kB 00:00 2024-09-20T21:24:09.444 INFO:teuthology.orchestra.run.smithi096.stdout:ceph packages for x86_64 291 kB/s | 77 kB 00:00 2024-09-20T21:24:09.717 INFO:teuthology.orchestra.run.smithi040.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-20T21:24:09.728 INFO:teuthology.orchestra.run.smithi096.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-20T21:24:09.992 INFO:teuthology.orchestra.run.smithi040.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-20T21:24:09.995 INFO:teuthology.orchestra.run.smithi096.stdout:ceph source packages 7.7 kB/s | 1.8 kB 00:00 2024-09-20T21:24:10.512 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.3 MB 00:00 2024-09-20T21:24:11.409 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 6.0 MB/s | 8.3 MB 00:01 2024-09-20T21:24:14.013 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 8.3 MB/s | 20 MB 00:02 2024-09-20T21:24:14.202 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 12 MB/s | 20 MB 00:01 2024-09-20T21:24:18.711 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-20T21:24:19.173 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.5 MB 00:01 2024-09-20T21:24:20.738 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 19 kB 00:00 2024-09-20T21:24:20.948 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 19 kB 00:00 2024-09-20T21:24:21.782 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 25 MB/s | 23 MB 00:00 2024-09-20T21:24:21.943 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-20T21:24:27.233 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-09-20T21:24:27.447 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-09-20T21:24:29.456 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 14 M 2024-09-20T21:24:29.458 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrading: 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: librados2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 3.1 M 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.9 M 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 5.0 M 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 22 M 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 25 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 637 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 458 k 2024-09-20T21:24:29.459 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 4.9 M 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 45 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 120 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 156 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 321 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 294 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 100 k 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:29.460 INFO:teuthology.orchestra.run.smithi096.stdout:Install 22 Packages 2024-09-20T21:24:29.461 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrade 2 Packages 2024-09-20T21:24:29.461 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:29.461 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 58 M 2024-09-20T21:24:29.461 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:24:29.743 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 14 M 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrading: 2024-09-20T21:24:29.745 INFO:teuthology.orchestra.run.smithi040.stdout: librados2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 3.1 M 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.9 M 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 5.0 M 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 22 M 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 25 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 637 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 458 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T21:24:29.746 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2 x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 4.9 M 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 45 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 120 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 156 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 321 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 294 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 100 k 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout:Install 22 Packages 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrade 2 Packages 2024-09-20T21:24:29.747 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:29.748 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 58 M 2024-09-20T21:24:29.748 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:24:30.251 INFO:teuthology.orchestra.run.smithi096.stdout:(1/24): ceph-base-17.2.7-1647.g98ac92c8.el9.x86 10 MB/s | 5.0 MB 00:00 2024-09-20T21:24:30.292 INFO:teuthology.orchestra.run.smithi096.stdout:(2/24): ceph-selinux-17.2.7-1647.g98ac92c8.el9. 606 kB/s | 25 kB 00:00 2024-09-20T21:24:30.384 INFO:teuthology.orchestra.run.smithi096.stdout:(3/24): libcephfs2-17.2.7-1647.g98ac92c8.el9.x8 6.8 MB/s | 637 kB 00:00 2024-09-20T21:24:30.568 INFO:teuthology.orchestra.run.smithi096.stdout:(4/24): ceph-radosgw-17.2.7-1647.g98ac92c8.el9. 18 MB/s | 14 MB 00:00 2024-09-20T21:24:30.593 INFO:teuthology.orchestra.run.smithi096.stdout:(5/24): libradosstriper1-17.2.7-1647.g98ac92c8. 2.1 MB/s | 458 kB 00:00 2024-09-20T21:24:30.668 INFO:teuthology.orchestra.run.smithi096.stdout:(6/24): python3-ceph-argparse-17.2.7-1647.g98ac 601 kB/s | 45 kB 00:00 2024-09-20T21:24:30.785 INFO:teuthology.orchestra.run.smithi096.stdout:(7/24): librgw2-17.2.7-1647.g98ac92c8.el9.x86_6 23 MB/s | 4.9 MB 00:00 2024-09-20T21:24:30.811 INFO:teuthology.orchestra.run.smithi096.stdout:(8/24): python3-ceph-common-17.2.7-1647.g98ac92 846 kB/s | 120 kB 00:00 2024-09-20T21:24:30.836 INFO:teuthology.orchestra.run.smithi096.stdout:(9/24): python3-cephfs-17.2.7-1647.g98ac92c8.el 3.0 MB/s | 156 kB 00:00 2024-09-20T21:24:30.870 INFO:teuthology.orchestra.run.smithi096.stdout:(10/24): python3-rados-17.2.7-1647.g98ac92c8.el 5.4 MB/s | 321 kB 00:00 2024-09-20T21:24:30.895 INFO:teuthology.orchestra.run.smithi096.stdout:(11/24): python3-rbd-17.2.7-1647.g98ac92c8.el9. 4.9 MB/s | 294 kB 00:00 2024-09-20T21:24:30.920 INFO:teuthology.orchestra.run.smithi096.stdout:(12/24): python3-rgw-17.2.7-1647.g98ac92c8.el9. 1.9 MB/s | 100 kB 00:00 2024-09-20T21:24:30.956 INFO:teuthology.orchestra.run.smithi040.stdout:(1/24): ceph-base-17.2.7-1647.g98ac92c8.el9.x86 5.0 MB/s | 5.0 MB 00:00 2024-09-20T21:24:30.998 INFO:teuthology.orchestra.run.smithi040.stdout:(2/24): ceph-selinux-17.2.7-1647.g98ac92c8.el9. 608 kB/s | 25 kB 00:00 2024-09-20T21:24:31.021 INFO:teuthology.orchestra.run.smithi096.stdout:(13/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 452 kB/s | 45 kB 00:00 2024-09-20T21:24:31.063 INFO:teuthology.orchestra.run.smithi096.stdout:(14/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 957 kB/s | 160 kB 00:00 2024-09-20T21:24:31.082 INFO:teuthology.orchestra.run.smithi040.stdout:(3/24): libcephfs2-17.2.7-1647.g98ac92c8.el9.x8 7.5 MB/s | 637 kB 00:00 2024-09-20T21:24:31.133 INFO:teuthology.orchestra.run.smithi096.stdout:(15/24): librdkafka-1.6.1-102.el9.x86_64.rpm 5.8 MB/s | 662 kB 00:00 2024-09-20T21:24:31.166 INFO:teuthology.orchestra.run.smithi040.stdout:(4/24): libradosstriper1-17.2.7-1647.g98ac92c8. 5.4 MB/s | 458 kB 00:00 2024-09-20T21:24:31.192 INFO:teuthology.orchestra.run.smithi096.stdout:(16/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.2 MB/s | 292 kB 00:00 2024-09-20T21:24:31.217 INFO:teuthology.orchestra.run.smithi096.stdout:(17/24): python3-prettytable-0.7.2-27.el9.noarc 507 kB/s | 42 kB 00:00 2024-09-20T21:24:31.276 INFO:teuthology.orchestra.run.smithi096.stdout:(18/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.6 MB/s | 308 kB 00:00 2024-09-20T21:24:31.301 INFO:teuthology.orchestra.run.smithi096.stdout:(19/24): liboath-2.6.7-2.el9.x86_64.rpm 594 kB/s | 49 kB 00:00 2024-09-20T21:24:31.326 INFO:teuthology.orchestra.run.smithi096.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-20T21:24:31.385 INFO:teuthology.orchestra.run.smithi096.stdout:(21/24): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-09-20T21:24:31.691 INFO:teuthology.orchestra.run.smithi040.stdout:(5/24): ceph-radosgw-17.2.7-1647.g98ac92c8.el9. 8.4 MB/s | 14 MB 00:01 2024-09-20T21:24:31.736 INFO:teuthology.orchestra.run.smithi096.stdout:(22/24): ceph-common-17.2.7-1647.g98ac92c8.el9. 11 MB/s | 22 MB 00:01 2024-09-20T21:24:31.766 INFO:teuthology.orchestra.run.smithi040.stdout:(6/24): librgw2-17.2.7-1647.g98ac92c8.el9.x86_6 8.2 MB/s | 4.9 MB 00:00 2024-09-20T21:24:31.783 INFO:teuthology.orchestra.run.smithi040.stdout:(7/24): python3-ceph-argparse-17.2.7-1647.g98ac 492 kB/s | 45 kB 00:00 2024-09-20T21:24:31.794 INFO:teuthology.orchestra.run.smithi096.stdout:(23/24): librados2-17.2.7-1647.g98ac92c8.el9.x8 6.6 MB/s | 3.1 MB 00:00 2024-09-20T21:24:31.808 INFO:teuthology.orchestra.run.smithi040.stdout:(8/24): python3-ceph-common-17.2.7-1647.g98ac92 2.8 MB/s | 120 kB 00:00 2024-09-20T21:24:31.833 INFO:teuthology.orchestra.run.smithi040.stdout:(9/24): python3-cephfs-17.2.7-1647.g98ac92c8.el 3.0 MB/s | 156 kB 00:00 2024-09-20T21:24:31.852 INFO:teuthology.orchestra.run.smithi096.stdout:(24/24): librbd1-17.2.7-1647.g98ac92c8.el9.x86_ 6.3 MB/s | 2.9 MB 00:00 2024-09-20T21:24:31.858 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:31.858 INFO:teuthology.orchestra.run.smithi096.stdout:Total 24 MB/s | 58 MB 00:02 2024-09-20T21:24:31.867 INFO:teuthology.orchestra.run.smithi040.stdout:(10/24): python3-rados-17.2.7-1647.g98ac92c8.el 5.4 MB/s | 321 kB 00:00 2024-09-20T21:24:31.892 INFO:teuthology.orchestra.run.smithi040.stdout:(11/24): python3-rbd-17.2.7-1647.g98ac92c8.el9. 4.9 MB/s | 294 kB 00:00 2024-09-20T21:24:31.917 INFO:teuthology.orchestra.run.smithi040.stdout:(12/24): python3-rgw-17.2.7-1647.g98ac92c8.el9. 1.9 MB/s | 100 kB 00:00 2024-09-20T21:24:31.924 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:24:31.958 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:24:31.958 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:24:32.243 INFO:teuthology.orchestra.run.smithi040.stdout:(13/24): ceph-common-17.2.7-1647.g98ac92c8.el9. 9.9 MB/s | 22 MB 00:02 2024-09-20T21:24:32.412 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:24:32.413 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:24:32.685 INFO:teuthology.orchestra.run.smithi040.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 59 kB/s | 45 kB 00:00 2024-09-20T21:24:32.810 INFO:teuthology.orchestra.run.smithi040.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 175 kB/s | 160 kB 00:00 2024-09-20T21:24:33.202 INFO:teuthology.orchestra.run.smithi040.stdout:(16/24): librdkafka-1.6.1-102.el9.x86_64.rpm 691 kB/s | 662 kB 00:00 2024-09-20T21:24:33.252 INFO:teuthology.orchestra.run.smithi040.stdout:(17/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 6.1 MB/s | 308 kB 00:00 2024-09-20T21:24:33.277 INFO:teuthology.orchestra.run.smithi040.stdout:(18/24): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-20T21:24:33.302 INFO:teuthology.orchestra.run.smithi040.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.7 MB/s | 67 kB 00:00 2024-09-20T21:24:33.353 INFO:teuthology.orchestra.run.smithi040.stdout:(20/24): thrift-0.15.0-2.el9.x86_64.rpm 32 MB/s | 1.6 MB 00:00 2024-09-20T21:24:33.378 INFO:teuthology.orchestra.run.smithi040.stdout:(21/24): python3-prettytable-0.7.2-27.el9.noarc 74 kB/s | 42 kB 00:00 2024-09-20T21:24:33.462 INFO:teuthology.orchestra.run.smithi040.stdout:(22/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 377 kB/s | 292 kB 00:00 2024-09-20T21:24:33.596 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:24:33.620 INFO:teuthology.orchestra.run.smithi040.stdout:(23/24): librbd1-17.2.7-1647.g98ac92c8.el9.x86_ 12 MB/s | 2.9 MB 00:00 2024-09-20T21:24:33.687 INFO:teuthology.orchestra.run.smithi040.stdout:(24/24): librados2-17.2.7-1647.g98ac92c8.el9.x8 9.2 MB/s | 3.1 MB 00:00 2024-09-20T21:24:33.692 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:33.692 INFO:teuthology.orchestra.run.smithi040.stdout:Total 15 MB/s | 58 MB 00:03 2024-09-20T21:24:33.760 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:24:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:24:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:24:33.942 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-20T21:24:34.047 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:34.138 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:34.230 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/26 2024-09-20T21:24:34.257 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:34.292 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:24:34.293 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:24:34.329 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:34.375 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-20T21:24:34.403 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-20T21:24:34.844 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-20T21:24:34.876 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 8/26 2024-09-20T21:24:34.939 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 8/26 2024-09-20T21:24:34.976 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-20T21:24:35.019 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9. 10/26 2024-09-20T21:24:35.057 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 11/26 2024-09-20T21:24:35.118 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 12/26 2024-09-20T21:24:35.146 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 13/26 2024-09-20T21:24:35.212 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 13/26 2024-09-20T21:24:35.252 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-20T21:24:35.304 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2024-09-20T21:24:35.351 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-20T21:24:35.541 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:24:35.666 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-20T21:24:35.708 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 18/26 2024-09-20T21:24:35.789 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 18/26 2024-09-20T21:24:35.865 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 19/26 2024-09-20T21:24:35.895 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x8 20/26 2024-09-20T21:24:35.901 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-20T21:24:36.006 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:36.099 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:36.188 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/26 2024-09-20T21:24:36.216 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:36.306 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:36.351 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-20T21:24:36.380 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-20T21:24:36.843 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-20T21:24:36.869 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 8/26 2024-09-20T21:24:36.924 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 8/26 2024-09-20T21:24:36.961 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-20T21:24:36.996 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9. 10/26 2024-09-20T21:24:37.041 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 11/26 2024-09-20T21:24:37.104 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 12/26 2024-09-20T21:24:37.140 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 13/26 2024-09-20T21:24:37.206 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 13/26 2024-09-20T21:24:37.255 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-20T21:24:37.290 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2024-09-20T21:24:37.324 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-20T21:24:37.632 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-20T21:24:37.677 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 18/26 2024-09-20T21:24:37.768 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 18/26 2024-09-20T21:24:37.844 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 19/26 2024-09-20T21:24:37.871 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x8 20/26 2024-09-20T21:24:38.364 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:38.400 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:38.935 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:38.978 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 22/26 2024-09-20T21:24:39.077 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 22/26 2024-09-20T21:24:39.077 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T21:24:39.077 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T21:24:39.077 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:39.113 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:40.374 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:40.409 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:40.972 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 21/26 2024-09-20T21:24:41.012 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 22/26 2024-09-20T21:24:41.101 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 22/26 2024-09-20T21:24:41.101 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T21:24:41.102 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T21:24:41.102 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:41.130 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /sys 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /proc 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /mnt 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /var/tmp 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /home 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /root 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /tmp 2024-09-20T21:24:49.039 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:50.390 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 24/26 2024-09-20T21:24:50.468 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 24/26 2024-09-20T21:24:50.468 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:24:50.468 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T21:24:50.468 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T21:24:50.468 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T21:24:50.469 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:50.470 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-20T21:24:50.551 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-20T21:24:50.551 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:51.524 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:51.524 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /sys 2024-09-20T21:24:51.524 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /proc 2024-09-20T21:24:51.524 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /mnt 2024-09-20T21:24:51.525 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /var/tmp 2024-09-20T21:24:51.525 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /home 2024-09-20T21:24:51.525 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /root 2024-09-20T21:24:51.525 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /tmp 2024-09-20T21:24:51.525 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:51.865 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:51.865 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/26 2024-09-20T21:24:51.865 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:51.865 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/26 2024-09-20T21:24:51.865 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 5/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 6/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 7/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9. 8/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x8 9/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 10/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 11/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 12/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 13/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-20T21:24:51.866 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-20T21:24:51.867 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 25/26 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout:Upgraded: 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.795 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.796 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:52.797 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:24:52.882 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 24/26 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 24/26 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T21:24:52.962 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:52.964 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-20T21:24:53.051 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-20T21:24:53.051 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:53.139 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-test 2024-09-20T21:24:53.717 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:26 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:24:53.848 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 48 M 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 163 k 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T21:24:53.849 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 48 M 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 193 M 2024-09-20T21:24:53.850 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:24:54.084 INFO:teuthology.orchestra.run.smithi096.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-20T21:24:54.117 INFO:teuthology.orchestra.run.smithi096.stdout:(2/4): libcephsqlite-17.2.7-1647.g98ac92c8.el9. 665 kB/s | 163 kB 00:00 2024-09-20T21:24:54.142 INFO:teuthology.orchestra.run.smithi096.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 5/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_6 6/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 7/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9. 8/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x8 9/26 2024-09-20T21:24:54.317 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 10/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 11/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 12/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 13/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 23/26 2024-09-20T21:24:54.318 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-20T21:24:54.319 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 25/26 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout:Upgraded: 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout: librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:24:55.159 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T21:24:55.160 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:55.161 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:24:55.393 INFO:teuthology.orchestra.run.smithi096.stdout:(4/4): ceph-test-17.2.7-1647.g98ac92c8.el9.x86_ 32 MB/s | 48 MB 00:01 2024-09-20T21:24:55.395 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:55.395 INFO:teuthology.orchestra.run.smithi096.stdout:Total 31 MB/s | 48 MB 00:01 2024-09-20T21:24:55.423 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:24:55.442 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:24:55.442 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:24:55.551 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-test 2024-09-20T21:24:55.822 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:24:55.822 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:24:56.151 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:24:56.288 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:24:56.288 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:56.288 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 48 M 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 163 k 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-09-20T21:24:56.289 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:24:56.290 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 48 M 2024-09-20T21:24:56.290 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 193 M 2024-09-20T21:24:56.290 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:24:56.358 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:24:56.435 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T21:24:56.475 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T21:24:56.503 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/4 2024-09-20T21:24:56.637 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): libcephsqlite-17.2.7-1647.g98ac92c8.el9. 741 kB/s | 163 kB 00:00 2024-09-20T21:24:57.329 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 93 kB/s | 64 kB 00:00 2024-09-20T21:24:57.363 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 322 kB/s | 304 kB 00:00 2024-09-20T21:24:57.905 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): ceph-test-17.2.7-1647.g98ac92c8.el9.x86_ 32 MB/s | 48 MB 00:01 2024-09-20T21:24:57.907 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:24:57.907 INFO:teuthology.orchestra.run.smithi040.stdout:Total 30 MB/s | 48 MB 00:01 2024-09-20T21:24:57.936 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:24:57.958 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:24:57.958 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:24:58.354 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:24:58.354 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:24:58.909 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:24:58.998 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T21:24:59.038 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T21:24:59.065 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/4 2024-09-20T21:25:00.942 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/4 2024-09-20T21:25:01.018 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/4 2024-09-20T21:25:03.216 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/4 2024-09-20T21:25:03.216 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/4 2024-09-20T21:25:03.216 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/4 2024-09-20T21:25:03.216 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T21:25:03.502 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T21:25:03.502 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:03.502 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:03.502 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:03.502 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:03.503 INFO:teuthology.orchestra.run.smithi096.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T21:25:03.503 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T21:25:03.503 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:03.503 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:03.731 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/4 2024-09-20T21:25:03.773 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph 2024-09-20T21:25:03.812 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/4 2024-09-20T21:25:04.357 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:37 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:04.500 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 6.5 k 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.1 M 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 1.4 M 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 240 k 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 3.9 M 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 15 M 2024-09-20T21:25:04.503 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T21:25:04.504 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T21:25:04.505 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:Install 34 Packages 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 27 M 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 96 M 2024-09-20T21:25:04.506 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:04.934 INFO:teuthology.orchestra.run.smithi096.stdout:(1/34): ceph-17.2.7-1647.g98ac92c8.el9.x86_64.r 47 kB/s | 6.5 kB 00:00 2024-09-20T21:25:05.076 INFO:teuthology.orchestra.run.smithi096.stdout:(2/34): ceph-mgr-17.2.7-1647.g98ac92c8.el9.x86_ 5.0 MB/s | 1.4 MB 00:00 2024-09-20T21:25:05.126 INFO:teuthology.orchestra.run.smithi096.stdout:(3/34): ceph-mds-17.2.7-1647.g98ac92c8.el9.x86_ 6.3 MB/s | 2.1 MB 00:00 2024-09-20T21:25:05.218 INFO:teuthology.orchestra.run.smithi096.stdout:(4/34): ceph-mon-17.2.7-1647.g98ac92c8.el9.x86_ 14 MB/s | 3.9 MB 00:00 2024-09-20T21:25:05.244 INFO:teuthology.orchestra.run.smithi096.stdout:(5/34): ceph-mgr-modules-core-17.2.7-1647.g98ac 2.0 MB/s | 240 kB 00:00 2024-09-20T21:25:05.403 INFO:teuthology.orchestra.run.smithi096.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-09-20T21:25:05.453 INFO:teuthology.orchestra.run.smithi096.stdout:(7/34): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-20T21:25:05.595 INFO:teuthology.orchestra.run.smithi096.stdout:(8/34): ceph-osd-17.2.7-1647.g98ac92c8.el9.x86_ 30 MB/s | 15 MB 00:00 2024-09-20T21:25:05.620 INFO:teuthology.orchestra.run.smithi096.stdout:(9/34): python3-pycparser-2.20-6.el9.noarch.rpm 810 kB/s | 135 kB 00:00 2024-09-20T21:25:05.654 INFO:teuthology.orchestra.run.smithi096.stdout:(10/34): python3-cryptography-36.0.1-4.el9.x86_ 3.0 MB/s | 1.2 MB 00:00 2024-09-20T21:25:05.679 INFO:teuthology.orchestra.run.smithi096.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-20T21:25:05.738 INFO:teuthology.orchestra.run.smithi096.stdout:(12/34): python3-requests-2.25.1-8.el9.noarch.r 876 kB/s | 125 kB 00:00 2024-09-20T21:25:05.780 INFO:teuthology.orchestra.run.smithi096.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-09-20T21:25:05.822 INFO:teuthology.orchestra.run.smithi096.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-20T21:25:05.864 INFO:teuthology.orchestra.run.smithi096.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 614 kB/s | 77 kB 00:00 2024-09-20T21:25:05.889 INFO:teuthology.orchestra.run.smithi096.stdout:(16/34): python3-pytz-2021.1-5.el9.noarch.rpm 468 kB/s | 51 kB 00:00 2024-09-20T21:25:05.947 INFO:teuthology.orchestra.run.smithi096.stdout:(17/34): python3-toml-0.10.2-6.el9.noarch.rpm 332 kB/s | 42 kB 00:00 2024-09-20T21:25:05.973 INFO:teuthology.orchestra.run.smithi096.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 399 kB/s | 43 kB 00:00 2024-09-20T21:25:06.006 INFO:teuthology.orchestra.run.smithi096.stdout:(19/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-20T21:25:06.020 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/4 2024-09-20T21:25:06.020 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/4 2024-09-20T21:25:06.020 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/4 2024-09-20T21:25:06.020 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T21:25:06.033 INFO:teuthology.orchestra.run.smithi096.stdout:(20/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 206 kB/s | 11 kB 00:00 2024-09-20T21:25:06.057 INFO:teuthology.orchestra.run.smithi096.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 363 kB/s | 18 kB 00:00 2024-09-20T21:25:06.082 INFO:teuthology.orchestra.run.smithi096.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-20T21:25:06.108 INFO:teuthology.orchestra.run.smithi096.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-20T21:25:06.133 INFO:teuthology.orchestra.run.smithi096.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-20T21:25:06.158 INFO:teuthology.orchestra.run.smithi096.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-09-20T21:25:06.183 INFO:teuthology.orchestra.run.smithi096.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-20T21:25:06.209 INFO:teuthology.orchestra.run.smithi096.stdout:(27/34): python3-portend-3.1.0-2.el9.noarch.rpm 658 kB/s | 16 kB 00:00 2024-09-20T21:25:06.234 INFO:teuthology.orchestra.run.smithi096.stdout:(28/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-09-20T21:25:06.259 INFO:teuthology.orchestra.run.smithi096.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-20T21:25:06.284 INFO:teuthology.orchestra.run.smithi096.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-09-20T21:25:06.310 INFO:teuthology.orchestra.run.smithi096.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T21:25:06.332 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T21:25:06.333 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:06.333 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:06.335 INFO:teuthology.orchestra.run.smithi096.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 801 kB/s | 20 kB 00:00 2024-09-20T21:25:06.368 INFO:teuthology.orchestra.run.smithi096.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-20T21:25:06.394 INFO:teuthology.orchestra.run.smithi096.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-20T21:25:06.398 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:06.398 INFO:teuthology.orchestra.run.smithi096.stdout:Total 14 MB/s | 27 MB 00:01 2024-09-20T21:25:06.525 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:06.561 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:06.562 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:06.601 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph 2024-09-20T21:25:06.948 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:06.948 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:07.207 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:40 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:07.348 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout: ceph x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 6.5 k 2024-09-20T21:25:07.350 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.1 M 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 1.4 M 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 240 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 3.9 M 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 15 M 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections 2024-09-20T21:25:07.351 INFO:teuthology.orchestra.run.smithi040.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T21:25:07.352 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout:Install 34 Packages 2024-09-20T21:25:07.353 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:07.354 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 27 M 2024-09-20T21:25:07.354 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 96 M 2024-09-20T21:25:07.354 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:07.934 INFO:teuthology.orchestra.run.smithi040.stdout:(1/34): ceph-17.2.7-1647.g98ac92c8.el9.x86_64.r 48 kB/s | 6.5 kB 00:00 2024-09-20T21:25:08.109 INFO:teuthology.orchestra.run.smithi040.stdout:(2/34): ceph-mds-17.2.7-1647.g98ac92c8.el9.x86_ 6.6 MB/s | 2.1 MB 00:00 2024-09-20T21:25:08.143 INFO:teuthology.orchestra.run.smithi040.stdout:(3/34): ceph-mgr-17.2.7-1647.g98ac92c8.el9.x86_ 4.1 MB/s | 1.4 MB 00:00 2024-09-20T21:25:08.218 INFO:teuthology.orchestra.run.smithi040.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1647.g98ac 3.1 MB/s | 240 kB 00:00 2024-09-20T21:25:08.219 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:08.280 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-20T21:25:08.354 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-20T21:25:08.377 INFO:teuthology.orchestra.run.smithi040.stdout:(5/34): ceph-mon-17.2.7-1647.g98ac92c8.el9.x86_ 8.9 MB/s | 3.9 MB 00:00 2024-09-20T21:25:08.387 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-20T21:25:08.479 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-20T21:25:08.557 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-20T21:25:08.599 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-20T21:25:08.611 INFO:teuthology.orchestra.run.smithi040.stdout:(6/34): ceph-osd-17.2.7-1647.g98ac92c8.el9.x86_ 31 MB/s | 15 MB 00:00 2024-09-20T21:25:08.641 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-20T21:25:08.672 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-20T21:25:08.706 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-20T21:25:08.739 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-20T21:25:08.779 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-20T21:25:08.814 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-20T21:25:08.849 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-20T21:25:08.897 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-20T21:25:08.935 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-20T21:25:09.012 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-20T21:25:09.157 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-20T21:25:09.246 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-20T21:25:09.299 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-20T21:25:09.302 INFO:teuthology.orchestra.run.smithi040.stdout:(7/34): python3-ply-3.11-14.el9.noarch.rpm 156 kB/s | 106 kB 00:00 2024-09-20T21:25:09.328 INFO:teuthology.orchestra.run.smithi040.stdout:(8/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 228 kB/s | 253 kB 00:01 2024-09-20T21:25:09.338 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-20T21:25:09.387 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-20T21:25:09.442 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-20T21:25:09.630 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-20T21:25:09.676 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-20T21:25:09.754 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-20T21:25:09.842 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-20T21:25:09.886 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-20T21:25:10.006 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-20T21:25:10.044 INFO:teuthology.orchestra.run.smithi040.stdout:(9/34): python3-requests-2.25.1-8.el9.noarch.rp 174 kB/s | 125 kB 00:00 2024-09-20T21:25:10.086 INFO:teuthology.orchestra.run.smithi040.stdout:(10/34): python3-pycparser-2.20-6.el9.noarch.rp 173 kB/s | 135 kB 00:00 2024-09-20T21:25:10.162 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9. 29/34 2024-09-20T21:25:10.194 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 30/34 2024-09-20T21:25:10.220 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 30/34 2024-09-20T21:25:10.220 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:10.220 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T21:25:10.220 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T21:25:10.220 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T21:25:10.221 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:10.587 INFO:teuthology.orchestra.run.smithi040.stdout:(11/34): python3-cryptography-36.0.1-4.el9.x86_ 568 kB/s | 1.2 MB 00:02 2024-09-20T21:25:10.653 INFO:teuthology.orchestra.run.smithi040.stdout:(12/34): python3-mako-1.1.4-6.el9.noarch.rpm 304 kB/s | 172 kB 00:00 2024-09-20T21:25:10.770 INFO:teuthology.orchestra.run.smithi040.stdout:(13/34): python3-packaging-20.9-5.el9.noarch.rp 662 kB/s | 77 kB 00:00 2024-09-20T21:25:10.879 INFO:teuthology.orchestra.run.smithi040.stdout:(14/34): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-09-20T21:25:10.904 INFO:teuthology.orchestra.run.smithi040.stdout:(15/34): python3-urllib3-1.26.5-6.el9.noarch.rp 250 kB/s | 215 kB 00:00 2024-09-20T21:25:10.939 INFO:teuthology.orchestra.run.smithi040.stdout:(16/34): python3-markupsafe-1.1.1-12.el9.x86_64 99 kB/s | 35 kB 00:00 2024-09-20T21:25:10.982 INFO:teuthology.orchestra.run.smithi040.stdout:(17/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 565 kB/s | 43 kB 00:00 2024-09-20T21:25:11.007 INFO:teuthology.orchestra.run.smithi040.stdout:(18/34): python3-toml-0.10.2-6.el9.noarch.rpm 329 kB/s | 42 kB 00:00 2024-09-20T21:25:11.040 INFO:teuthology.orchestra.run.smithi040.stdout:(19/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-09-20T21:25:11.066 INFO:teuthology.orchestra.run.smithi040.stdout:(20/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-09-20T21:25:11.091 INFO:teuthology.orchestra.run.smithi040.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 369 kB/s | 18 kB 00:00 2024-09-20T21:25:11.116 INFO:teuthology.orchestra.run.smithi040.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 936 kB/s | 23 kB 00:00 2024-09-20T21:25:11.141 INFO:teuthology.orchestra.run.smithi040.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-09-20T21:25:11.166 INFO:teuthology.orchestra.run.smithi040.stdout:(24/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-09-20T21:25:11.192 INFO:teuthology.orchestra.run.smithi040.stdout:(25/34): python3-jaraco-text-3.2.0-6.el9.noarch 394 kB/s | 20 kB 00:00 2024-09-20T21:25:11.217 INFO:teuthology.orchestra.run.smithi040.stdout:(26/34): python3-logutils-0.3.5-21.el9.noarch.r 617 kB/s | 46 kB 00:00 2024-09-20T21:25:11.242 INFO:teuthology.orchestra.run.smithi040.stdout:(27/34): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-20T21:25:11.267 INFO:teuthology.orchestra.run.smithi040.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-20T21:25:11.293 INFO:teuthology.orchestra.run.smithi040.stdout:(29/34): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-20T21:25:11.318 INFO:teuthology.orchestra.run.smithi040.stdout:(30/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-20T21:25:11.343 INFO:teuthology.orchestra.run.smithi040.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-20T21:25:11.369 INFO:teuthology.orchestra.run.smithi040.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-20T21:25:11.394 INFO:teuthology.orchestra.run.smithi040.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-20T21:25:11.419 INFO:teuthology.orchestra.run.smithi040.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-20T21:25:11.425 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:11.425 INFO:teuthology.orchestra.run.smithi040.stdout:Total 6.7 MB/s | 27 MB 00:04 2024-09-20T21:25:11.528 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 31/34 2024-09-20T21:25:11.556 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 31/34 2024-09-20T21:25:11.556 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:11.557 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T21:25:11.557 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T21:25:11.557 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T21:25:11.557 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:11.564 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:11.605 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:11.605 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:11.929 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 32/34 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 32/34 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T21:25:11.953 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:12.006 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:12.006 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:12.154 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 33/34 2024-09-20T21:25:12.178 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 33/34 2024-09-20T21:25:12.178 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:12.179 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T21:25:12.179 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T21:25:12.179 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T21:25:12.179 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:12.243 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 34/34 2024-09-20T21:25:13.296 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:13.355 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-20T21:25:13.398 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-20T21:25:13.438 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-20T21:25:13.535 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-20T21:25:13.620 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-20T21:25:13.667 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-20T21:25:13.709 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-20T21:25:13.774 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-20T21:25:13.840 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-20T21:25:13.873 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-20T21:25:13.914 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-20T21:25:13.957 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 34/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 5/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9. 6/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-20T21:25:13.969 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-20T21:25:13.970 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-20T21:25:13.971 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-20T21:25:13.991 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-20T21:25:14.041 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-20T21:25:14.093 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-20T21:25:14.173 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-20T21:25:14.318 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-20T21:25:14.408 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-20T21:25:14.460 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-20T21:25:14.497 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-20T21:25:14.556 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-20T21:25:14.622 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-20T21:25:14.816 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-20T21:25:14.876 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-20T21:25:14.940 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-20T21:25:14.940 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T21:25:14.941 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T21:25:14.942 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:14.943 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:14.957 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-20T21:25:15.047 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-20T21:25:15.086 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-20T21:25:15.206 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-20T21:25:15.346 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-base 2024-09-20T21:25:15.370 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9. 29/34 2024-09-20T21:25:15.401 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 30/34 2024-09-20T21:25:15.428 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 30/34 2024-09-20T21:25:15.428 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:15.428 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T21:25:15.428 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T21:25:15.429 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T21:25:15.429 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:15.934 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:16.023 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:16.065 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:16.066 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:16.066 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:16.126 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install cephadm 2024-09-20T21:25:16.697 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:16.826 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 83 k 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:16.827 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:25:16.828 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:16.828 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 83 k 2024-09-20T21:25:16.828 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 375 k 2024-09-20T21:25:16.828 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:16.844 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 31/34 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 31/34 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T21:25:16.875 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:17.021 INFO:teuthology.orchestra.run.smithi096.stdout:cephadm-17.2.7-1647.g98ac92c8.el9.noarch.rpm 427 kB/s | 83 kB 00:00 2024-09-20T21:25:17.022 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:17.022 INFO:teuthology.orchestra.run.smithi096.stdout:Total 424 kB/s | 83 kB 00:00 2024-09-20T21:25:17.022 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:17.027 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:17.027 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:17.029 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:17.029 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:17.105 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:17.270 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 32/34 2024-09-20T21:25:17.297 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 32/34 2024-09-20T21:25:17.297 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:17.297 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T21:25:17.297 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T21:25:17.298 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T21:25:17.298 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:17.512 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 33/34 2024-09-20T21:25:17.538 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 33/34 2024-09-20T21:25:17.538 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:17.538 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T21:25:17.538 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T21:25:17.539 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T21:25:17.539 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:17.571 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:17.604 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 34/34 2024-09-20T21:25:17.667 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:18.026 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:18.282 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:18.282 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:18.282 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:18.282 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:18.283 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:18.283 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:18.510 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T21:25:19.104 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:19.237 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:19.237 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:19.237 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 137 k 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 137 k 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 379 k 2024-09-20T21:25:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:19.271 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 34/34 2024-09-20T21:25:19.271 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 3/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 4/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 5/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9. 6/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-20T21:25:19.272 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-20T21:25:19.273 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-20T21:25:19.274 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-20T21:25:19.274 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-20T21:25:19.274 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-20T21:25:19.274 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-20T21:25:19.275 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-20T21:25:19.275 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-20T21:25:19.446 INFO:teuthology.orchestra.run.smithi096.stdout:ceph-immutable-object-cache-17.2.7-1647.g98ac92 663 kB/s | 137 kB 00:00 2024-09-20T21:25:19.446 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:19.447 INFO:teuthology.orchestra.run.smithi096.stdout:Total 657 kB/s | 137 kB 00:00 2024-09-20T21:25:19.447 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:19.454 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:19.455 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:19.511 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:19.512 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:19.660 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:19.747 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:19.772 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:19.773 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:19.773 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T21:25:19.773 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:20.201 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T21:25:20.202 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T21:25:20.203 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:20.204 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:20.566 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-base 2024-09-20T21:25:20.706 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:20.706 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:20.706 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:20.706 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:20.707 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:20.707 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:20.933 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr 2024-09-20T21:25:21.174 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:21.267 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-base-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:21.310 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:21.312 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:25:21.312 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:21.382 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install cephadm 2024-09-20T21:25:21.520 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:21.610 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:21.652 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:21.653 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:21.653 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:21.725 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T21:25:21.985 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:22.124 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 83 k 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:22.125 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:22.126 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:25:22.126 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:22.126 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 83 k 2024-09-20T21:25:22.126 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 375 k 2024-09-20T21:25:22.126 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:22.300 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:55 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:22.321 INFO:teuthology.orchestra.run.smithi040.stdout:cephadm-17.2.7-1647.g98ac92c8.el9.noarch.rpm 423 kB/s | 83 kB 00:00 2024-09-20T21:25:22.322 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:22.322 INFO:teuthology.orchestra.run.smithi040.stdout:Total 420 kB/s | 83 kB 00:00 2024-09-20T21:25:22.323 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:22.328 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:22.328 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:22.330 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:22.330 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:22.414 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:22.432 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 3.4 M 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 24 k 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 15 k 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-20T21:25:22.433 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout:Installing weak dependencies: 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout:Install 7 Packages 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:22.434 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 3.7 M 2024-09-20T21:25:22.435 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 80 M 2024-09-20T21:25:22.435 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:22.800 INFO:teuthology.orchestra.run.smithi096.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1647.g98a 139 kB/s | 24 kB 00:00 2024-09-20T21:25:22.815 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:22.826 INFO:teuthology.orchestra.run.smithi096.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1647.g98ac 73 kB/s | 15 kB 00:00 2024-09-20T21:25:22.867 INFO:teuthology.orchestra.run.smithi096.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 135 kB/s | 9.0 kB 00:00 2024-09-20T21:25:22.893 INFO:teuthology.orchestra.run.smithi096.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-20T21:25:22.918 INFO:teuthology.orchestra.run.smithi096.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 441 kB/s | 41 kB 00:00 2024-09-20T21:25:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:22.944 INFO:teuthology.orchestra.run.smithi096.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-20T21:25:23.035 INFO:teuthology.orchestra.run.smithi096.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1647.g98ac92c8 8.2 MB/s | 3.4 MB 00:00 2024-09-20T21:25:23.039 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:23.039 INFO:teuthology.orchestra.run.smithi096.stdout:Total 6.0 MB/s | 3.7 MB 00:00 2024-09-20T21:25:23.039 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:23.047 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:23.047 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:23.280 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:23.444 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:23.503 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-20T21:25:23.537 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/1 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:23.540 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:23.584 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-20T21:25:23.624 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-20T21:25:23.653 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.n 5/7 2024-09-20T21:25:23.742 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T21:25:24.344 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:57 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:24.482 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 137 k 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:24.483 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 137 k 2024-09-20T21:25:24.484 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 379 k 2024-09-20T21:25:24.484 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:24.651 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9. 6/7 2024-09-20T21:25:24.690 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 7/7 2024-09-20T21:25:24.694 INFO:teuthology.orchestra.run.smithi040.stdout:ceph-immutable-object-cache-17.2.7-1647.g98ac92 655 kB/s | 137 kB 00:00 2024-09-20T21:25:24.694 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:24.695 INFO:teuthology.orchestra.run.smithi040.stdout:Total 650 kB/s | 137 kB 00:00 2024-09-20T21:25:24.695 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:24.703 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:24.703 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:24.764 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:24.764 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:24.915 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:24.970 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:24.997 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:24.997 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:25:24.997 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T21:25:24.997 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:25.744 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 7/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9. 1/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 2/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.n 3/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-20T21:25:25.745 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-20T21:25:25.948 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8. 1/1 2024-09-20T21:25:25.949 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:25.949 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:25.949 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:25.949 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:25.949 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-20T21:25:26.024 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T21:25:26.025 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T21:25:26.025 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:26.025 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:26.157 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr 2024-09-20T21:25:26.242 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T21:25:26.760 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:59 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:26.814 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:59 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:26.852 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-mgr-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:26.896 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:26.897 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:25:26.897 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:26.947 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 7.4 M 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T21:25:26.948 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout:Install 12 Packages 2024-09-20T21:25:26.949 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:26.950 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 38 M 2024-09-20T21:25:26.950 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 212 M 2024-09-20T21:25:26.950 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:26.968 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T21:25:27.573 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:00 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:27.710 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:27.711 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:27.711 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:27.711 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:27.711 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 3.4 M 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 24 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 15 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout:Install 7 Packages 2024-09-20T21:25:27.712 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:27.713 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 3.7 M 2024-09-20T21:25:27.713 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 80 M 2024-09-20T21:25:27.713 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:27.777 INFO:teuthology.orchestra.run.smithi096.stdout:(1/12): ceph-mgr-diskprediction-local-17.2.7-16 16 MB/s | 7.4 MB 00:00 2024-09-20T21:25:27.836 INFO:teuthology.orchestra.run.smithi096.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 375 kB/s | 191 kB 00:00 2024-09-20T21:25:27.861 INFO:teuthology.orchestra.run.smithi096.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 393 kB/s | 33 kB 00:00 2024-09-20T21:25:27.903 INFO:teuthology.orchestra.run.smithi096.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 436 kB/s | 18 kB 00:00 2024-09-20T21:25:27.953 INFO:teuthology.orchestra.run.smithi096.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 769 kB/s | 38 kB 00:00 2024-09-20T21:25:28.014 INFO:teuthology.orchestra.run.smithi040.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1647.g98a 164 kB/s | 24 kB 00:00 2024-09-20T21:25:28.031 INFO:teuthology.orchestra.run.smithi040.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1647.g98ac 88 kB/s | 15 kB 00:00 2024-09-20T21:25:28.037 INFO:teuthology.orchestra.run.smithi096.stdout:(6/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 801 kB 00:00 2024-09-20T21:25:28.073 INFO:teuthology.orchestra.run.smithi040.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 154 kB/s | 9.0 kB 00:00 2024-09-20T21:25:28.098 INFO:teuthology.orchestra.run.smithi040.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-20T21:25:28.104 INFO:teuthology.orchestra.run.smithi096.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-09-20T21:25:28.123 INFO:teuthology.orchestra.run.smithi040.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 443 kB/s | 41 kB 00:00 2024-09-20T21:25:28.148 INFO:teuthology.orchestra.run.smithi040.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-20T21:25:28.238 INFO:teuthology.orchestra.run.smithi096.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 38 MB/s | 5.1 MB 00:00 2024-09-20T21:25:28.240 INFO:teuthology.orchestra.run.smithi040.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1647.g98ac92c8 8.9 MB/s | 3.4 MB 00:00 2024-09-20T21:25:28.244 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:28.244 INFO:teuthology.orchestra.run.smithi040.stdout:Total 6.9 MB/s | 3.7 MB 00:00 2024-09-20T21:25:28.245 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:28.254 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:28.255 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:28.321 INFO:teuthology.orchestra.run.smithi096.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 13 MB/s | 4.9 MB 00:00 2024-09-20T21:25:28.346 INFO:teuthology.orchestra.run.smithi096.stdout:(10/12): python3-devel-3.9.19-8.el9.x86_64.rpm 792 kB/s | 245 kB 00:00 2024-09-20T21:25:28.358 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:28.358 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:28.372 INFO:teuthology.orchestra.run.smithi096.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-09-20T21:25:28.614 INFO:teuthology.orchestra.run.smithi096.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 56 MB/s | 16 MB 00:00 2024-09-20T21:25:28.615 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:28.615 INFO:teuthology.orchestra.run.smithi096.stdout:Total 23 MB/s | 38 MB 00:01 2024-09-20T21:25:28.674 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:28.742 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-20T21:25:28.777 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-20T21:25:28.825 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-20T21:25:28.854 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-20T21:25:28.884 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.n 5/7 2024-09-20T21:25:28.971 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:28.996 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:28.996 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:29.522 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:29.523 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:29.952 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9. 6/7 2024-09-20T21:25:29.995 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 7/7 2024-09-20T21:25:30.285 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:30.361 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T21:25:30.403 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T21:25:30.502 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T21:25:30.547 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T21:25:30.739 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T21:25:30.779 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T21:25:30.869 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 7/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9. 1/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarc 2/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.n 3/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-20T21:25:31.028 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-20T21:25:31.323 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-20T21:25:31.323 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:31.323 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:31.323 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:31.324 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:31.531 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T21:25:31.535 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T21:25:31.642 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T21:25:32.134 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:05 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:32.273 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:32.274 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-09-20T21:25:32.274 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 7.4 M 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T21:25:32.275 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout:Install 12 Packages 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 38 M 2024-09-20T21:25:32.276 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 212 M 2024-09-20T21:25:32.277 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:32.774 INFO:teuthology.orchestra.run.smithi040.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2024-09-20T21:25:32.832 INFO:teuthology.orchestra.run.smithi040.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.9 MB/s | 801 kB 00:00 2024-09-20T21:25:32.858 INFO:teuthology.orchestra.run.smithi040.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 391 kB/s | 33 kB 00:00 2024-09-20T21:25:32.900 INFO:teuthology.orchestra.run.smithi040.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 436 kB/s | 18 kB 00:00 2024-09-20T21:25:32.908 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T21:25:32.942 INFO:teuthology.orchestra.run.smithi040.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 928 kB/s | 38 kB 00:00 2024-09-20T21:25:33.067 INFO:teuthology.orchestra.run.smithi040.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-09-20T21:25:33.167 INFO:teuthology.orchestra.run.smithi040.stdout:(7/12): ceph-mgr-diskprediction-local-17.2.7-16 14 MB/s | 7.4 MB 00:00 2024-09-20T21:25:33.184 INFO:teuthology.orchestra.run.smithi040.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-20T21:25:33.226 INFO:teuthology.orchestra.run.smithi040.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-09-20T21:25:33.302 INFO:teuthology.orchestra.run.smithi040.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 14 MB/s | 4.9 MB 00:00 2024-09-20T21:25:33.627 INFO:teuthology.orchestra.run.smithi040.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-09-20T21:25:33.710 INFO:teuthology.orchestra.run.smithi040.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.4 MB/s | 5.1 MB 00:00 2024-09-20T21:25:33.711 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:33.711 INFO:teuthology.orchestra.run.smithi040.stdout:Total 27 MB/s | 38 MB 00:01 2024-09-20T21:25:33.933 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T21:25:33.962 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 12/12 2024-09-20T21:25:34.076 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:34.103 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:34.103 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:34.641 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:34.641 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:35.430 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:35.502 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T21:25:35.551 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T21:25:35.656 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T21:25:35.693 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T21:25:35.885 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T21:25:35.917 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T21:25:35.996 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 12/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 1/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T21:25:36.635 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T21:25:36.636 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T21:25:36.636 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T21:25:36.636 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T21:25:36.688 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T21:25:36.810 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T21:25:37.055 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T21:25:37.055 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:37.055 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:37.056 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:37.566 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-rook 2024-09-20T21:25:38.126 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T21:25:38.146 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:11 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:38.278 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 47 k 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T21:25:38.279 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:38.280 INFO:teuthology.orchestra.run.smithi096.stdout:Install 13 Packages 2024-09-20T21:25:38.281 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:38.281 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 2.2 M 2024-09-20T21:25:38.281 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 26 M 2024-09-20T21:25:38.281 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:38.623 INFO:teuthology.orchestra.run.smithi096.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 290 kB/s | 26 kB 00:00 2024-09-20T21:25:38.648 INFO:teuthology.orchestra.run.smithi096.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 169 kB/s | 19 kB 00:00 2024-09-20T21:25:38.707 INFO:teuthology.orchestra.run.smithi096.stdout:(3/13): ceph-mgr-rook-17.2.7-1647.g98ac92c8.el9 275 kB/s | 47 kB 00:00 2024-09-20T21:25:38.765 INFO:teuthology.orchestra.run.smithi096.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-20T21:25:38.791 INFO:teuthology.orchestra.run.smithi096.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-09-20T21:25:38.825 INFO:teuthology.orchestra.run.smithi096.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 910 kB/s | 54 kB 00:00 2024-09-20T21:25:38.858 INFO:teuthology.orchestra.run.smithi096.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 479 kB/s | 32 kB 00:00 2024-09-20T21:25:38.884 INFO:teuthology.orchestra.run.smithi096.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 248 kB/s | 14 kB 00:00 2024-09-20T21:25:38.909 INFO:teuthology.orchestra.run.smithi096.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-20T21:25:38.935 INFO:teuthology.orchestra.run.smithi096.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-20T21:25:38.959 INFO:teuthology.orchestra.run.smithi096.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.1 MB/s | 279 kB 00:00 2024-09-20T21:25:38.985 INFO:teuthology.orchestra.run.smithi096.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-20T21:25:39.018 INFO:teuthology.orchestra.run.smithi096.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-09-20T21:25:39.020 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:39.020 INFO:teuthology.orchestra.run.smithi096.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-09-20T21:25:39.085 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:39.100 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:39.100 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:39.187 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:39.188 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:39.205 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T21:25:39.241 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 12/12 2024-09-20T21:25:39.692 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:39.868 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T21:25:39.920 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T21:25:39.975 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T21:25:40.013 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T21:25:40.054 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T21:25:40.156 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T21:25:40.267 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T21:25:40.323 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T21:25:41.046 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T21:25:41.095 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T21:25:41.129 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T21:25:41.174 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T21:25:41.198 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 13/13 2024-09-20T21:25:41.720 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 12/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac9 1/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T21:25:41.721 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 13/13 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 1/13 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T21:25:41.942 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T21:25:41.943 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T21:25:42.116 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T21:25:42.116 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:42.116 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:42.116 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:42.117 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:42.263 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T21:25:42.264 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T21:25:42.265 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T21:25:42.265 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T21:25:42.265 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T21:25:42.265 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:42.265 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:42.479 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-rook 2024-09-20T21:25:42.525 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T21:25:43.082 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:16 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:43.108 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:16 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:43.220 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:43.221 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:43.221 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 47 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T21:25:43.222 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2024-09-20T21:25:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:43.224 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 2.2 M 2024-09-20T21:25:43.224 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 26 M 2024-09-20T21:25:43.224 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:43.239 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 124 k 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T21:25:43.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:43.241 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 7.0 M 2024-09-20T21:25:43.242 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 33 M 2024-09-20T21:25:43.242 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:43.416 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 172 kB/s | 19 kB 00:00 2024-09-20T21:25:43.442 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 187 kB/s | 26 kB 00:00 2024-09-20T21:25:43.467 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): ceph-mgr-rook-17.2.7-1647.g98ac92c8.el9 293 kB/s | 47 kB 00:00 2024-09-20T21:25:43.513 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1647.g98ac92c8.e 654 kB/s | 124 kB 00:00 2024-09-20T21:25:43.559 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-20T21:25:43.580 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-09-20T21:25:43.584 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-09-20T21:25:43.605 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 3.1 MB/s | 58 kB 00:00 2024-09-20T21:25:43.609 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-20T21:25:43.631 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-20T21:25:43.651 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-09-20T21:25:43.677 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 349 kB/s | 32 kB 00:00 2024-09-20T21:25:43.710 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-20T21:25:43.735 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-20T21:25:43.761 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-09-20T21:25:43.786 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): python3-google-auth-2.34.0-1.el9.noarc 1.6 MB/s | 220 kB 00:00 2024-09-20T21:25:43.828 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.1 MB/s | 1.0 MB 00:00 2024-09-20T21:25:43.830 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:43.831 INFO:teuthology.orchestra.run.smithi040.stdout:Total 3.6 MB/s | 2.2 MB 00:00 2024-09-20T21:25:43.896 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:43.912 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:43.912 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:44.009 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:44.009 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:44.097 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 321 kB/s | 248 kB 00:00 2024-09-20T21:25:44.531 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:44.700 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T21:25:44.706 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.3 MB/s | 6.0 MB 00:01 2024-09-20T21:25:44.710 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:44.710 INFO:teuthology.orchestra.run.smithi096.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-09-20T21:25:44.765 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T21:25:44.780 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:44.791 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:44.792 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:44.829 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T21:25:44.864 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T21:25:44.890 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:44.894 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:44.906 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T21:25:45.022 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T21:25:45.140 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T21:25:45.199 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:45.217 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T21:25:45.371 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T21:25:45.416 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T21:25:45.944 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T21:25:45.975 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T21:25:46.027 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T21:25:46.029 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T21:25:46.063 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T21:25:46.083 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T21:25:46.109 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T21:25:46.112 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 6/6 2024-09-20T21:25:46.132 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 13/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 13/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 1/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T21:25:46.907 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T21:25:46.908 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T21:25:46.908 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T21:25:46.908 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T21:25:46.908 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T21:25:46.908 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 6/6 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/6 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T21:25:46.955 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:47.218 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:47.238 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T21:25:47.238 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:47.238 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:47.238 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:47.238 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:47.239 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:47.513 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-fuse 2024-09-20T21:25:47.635 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T21:25:48.094 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:21 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:48.227 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:48.228 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:48.228 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-09-20T21:25:48.228 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:48.228 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 813 k 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:48.229 INFO:teuthology.orchestra.run.smithi096.stdout:Install 2 Packages 2024-09-20T21:25:48.230 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:48.230 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 893 k 2024-09-20T21:25:48.230 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 2.6 M 2024-09-20T21:25:48.230 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:48.243 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:21 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:48.380 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:48.381 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:48.381 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:48.381 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1647.g98ac92c8.el9 ceph-noarch 124 k 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T21:25:48.382 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout:Install 6 Packages 2024-09-20T21:25:48.383 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:48.384 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 7.0 M 2024-09-20T21:25:48.384 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 33 M 2024-09-20T21:25:48.384 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:48.517 INFO:teuthology.orchestra.run.smithi096.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 506 kB/s | 80 kB 00:00 2024-09-20T21:25:48.642 INFO:teuthology.orchestra.run.smithi096.stdout:(2/2): ceph-fuse-17.2.7-1647.g98ac92c8.el9.x86_ 2.8 MB/s | 813 kB 00:00 2024-09-20T21:25:48.643 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:48.643 INFO:teuthology.orchestra.run.smithi096.stdout:Total 2.1 MB/s | 893 kB 00:00 2024-09-20T21:25:48.654 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:48.677 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:48.677 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:48.756 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:48.756 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:48.938 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:49.006 INFO:teuthology.orchestra.run.smithi040.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1647.g98ac92c8.e 604 kB/s | 124 kB 00:00 2024-09-20T21:25:49.031 INFO:teuthology.orchestra.run.smithi040.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-20T21:25:49.088 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T21:25:49.106 INFO:teuthology.orchestra.run.smithi040.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.3 MB/s | 548 kB 00:00 2024-09-20T21:25:49.131 INFO:teuthology.orchestra.run.smithi040.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 575 kB/s | 58 kB 00:00 2024-09-20T21:25:49.156 INFO:teuthology.orchestra.run.smithi040.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-20T21:25:49.157 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/2 2024-09-20T21:25:49.315 INFO:teuthology.orchestra.run.smithi040.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-09-20T21:25:49.317 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:49.317 INFO:teuthology.orchestra.run.smithi040.stdout:Total 7.5 MB/s | 7.0 MB 00:00 2024-09-20T21:25:49.390 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:49.402 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:49.402 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:49.507 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:49.508 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:49.830 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/2 2024-09-20T21:25:49.830 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/2 2024-09-20T21:25:49.831 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:50.012 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T21:25:50.068 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:50.075 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:50.418 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados-devel 2024-09-20T21:25:50.617 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T21:25:50.714 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T21:25:50.777 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T21:25:50.806 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 6/6 2024-09-20T21:25:51.004 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:24 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:51.141 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:51.142 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:51.142 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-09-20T21:25:51.142 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 126 k 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 126 k 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 448 k 2024-09-20T21:25:51.143 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:51.322 INFO:teuthology.orchestra.run.smithi096.stdout:librados-devel-17.2.7-1647.g98ac92c8.el9.x86_64 705 kB/s | 126 kB 00:00 2024-09-20T21:25:51.323 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:51.324 INFO:teuthology.orchestra.run.smithi096.stdout:Total 698 kB/s | 126 kB 00:00 2024-09-20T21:25:51.324 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:51.329 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:51.329 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:51.393 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:51.393 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:51.542 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 6/6 2024-09-20T21:25:51.542 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 1/6 2024-09-20T21:25:51.543 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T21:25:51.543 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T21:25:51.543 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T21:25:51.543 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T21:25:51.547 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:51.646 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:51.820 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T21:25:51.820 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:51.820 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm-2:17.2.7-1647.g98ac92c8.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:51.821 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:52.079 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-fuse 2024-09-20T21:25:52.097 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:52.359 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:52.582 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs2 2024-09-20T21:25:52.688 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:25 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:52.827 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:52.827 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:52.827 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 813 k 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout:Install 2 Packages 2024-09-20T21:25:52.828 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:52.829 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 893 k 2024-09-20T21:25:52.829 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 2.6 M 2024-09-20T21:25:52.829 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:53.051 INFO:teuthology.orchestra.run.smithi040.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 769 kB/s | 80 kB 00:00 2024-09-20T21:25:53.162 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:26 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:53.217 INFO:teuthology.orchestra.run.smithi040.stdout:(2/2): ceph-fuse-17.2.7-1647.g98ac92c8.el9.x86_ 2.9 MB/s | 813 kB 00:00 2024-09-20T21:25:53.218 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:53.218 INFO:teuthology.orchestra.run.smithi040.stdout:Total 2.2 MB/s | 893 kB 00:00 2024-09-20T21:25:53.230 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:53.253 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:53.253 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:53.253 INFO:teuthology.orchestra.run.smithi096.stdout:Package libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:53.296 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:53.297 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:53.297 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:53.337 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:53.338 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:53.370 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs-devel 2024-09-20T21:25:53.655 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:53.783 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T21:25:53.853 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/2 2024-09-20T21:25:53.945 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:26 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:54.075 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:54.075 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 25 k 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:25:54.076 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:54.077 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 25 k 2024-09-20T21:25:54.077 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 110 k 2024-09-20T21:25:54.077 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:25:54.227 INFO:teuthology.orchestra.run.smithi096.stdout:libcephfs-devel-17.2.7-1647.g98ac92c8.el9.x86_6 166 kB/s | 25 kB 00:00 2024-09-20T21:25:54.227 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:54.228 INFO:teuthology.orchestra.run.smithi096.stdout:Total 164 kB/s | 25 kB 00:00 2024-09-20T21:25:54.228 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:25:54.231 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:25:54.232 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:25:54.233 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:25:54.233 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:25:54.316 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:25:54.425 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:54.560 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2/2 2024-09-20T21:25:54.561 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/2 2024-09-20T21:25:54.788 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:54.832 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T21:25:54.832 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:54.832 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:54.832 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T21:25:54.833 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:54.833 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:25:55.016 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:55.089 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados-devel 2024-09-20T21:25:55.224 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados2 2024-09-20T21:25:55.698 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:28 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:55.800 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:28 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:55.836 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:55.836 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:55.836 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-09-20T21:25:55.836 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 126 k 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 126 k 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 448 k 2024-09-20T21:25:55.837 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:55.889 INFO:teuthology.orchestra.run.smithi096.stdout:Package librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:55.932 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:55.933 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:55.933 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:56.009 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librbd1 2024-09-20T21:25:56.047 INFO:teuthology.orchestra.run.smithi040.stdout:librados-devel-17.2.7-1647.g98ac92c8.el9.x86_64 604 kB/s | 126 kB 00:00 2024-09-20T21:25:56.047 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:56.047 INFO:teuthology.orchestra.run.smithi040.stdout:Total 599 kB/s | 126 kB 00:00 2024-09-20T21:25:56.048 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:56.053 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:56.054 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:56.121 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:56.121 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:56.278 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:56.372 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:56.586 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:29 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:56.675 INFO:teuthology.orchestra.run.smithi096.stdout:Package librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:56.717 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:56.718 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:56.718 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:56.775 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:56.789 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rados 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:56.983 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:57.207 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs2 2024-09-20T21:25:57.364 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:30 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:57.454 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:57.497 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:57.498 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:57.498 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:57.575 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rgw 2024-09-20T21:25:57.811 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:30 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:57.915 INFO:teuthology.orchestra.run.smithi040.stdout:Package libcephfs2-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:57.960 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:57.961 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:25:57.961 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:58.034 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs-devel 2024-09-20T21:25:58.148 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:31 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:58.236 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:58.279 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:58.280 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:58.280 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:58.358 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-cephfs 2024-09-20T21:25:58.631 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:31 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:58.767 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 25 k 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:25:58.768 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:58.769 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 25 k 2024-09-20T21:25:58.769 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 110 k 2024-09-20T21:25:58.769 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:25:58.925 INFO:teuthology.orchestra.run.smithi040.stdout:libcephfs-devel-17.2.7-1647.g98ac92c8.el9.x86_6 160 kB/s | 25 kB 00:00 2024-09-20T21:25:58.926 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:25:58.926 INFO:teuthology.orchestra.run.smithi040.stdout:Total 158 kB/s | 25 kB 00:00 2024-09-20T21:25:58.926 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:25:58.930 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:25:58.930 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:25:58.931 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:25:58.932 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:25:58.934 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:31 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:59.012 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:25:59.023 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:59.066 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:59.067 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:59.067 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:59.109 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:59.141 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rbd 2024-09-20T21:25:59.443 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:25:59.684 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:25:59.715 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:32 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:25:59.805 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:25:59.848 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:25:59.849 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-09-20T21:25:59.849 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:25:59.884 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados2 2024-09-20T21:25:59.921 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-fuse 2024-09-20T21:26:00.486 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:33 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:00.502 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:33 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:00.578 INFO:teuthology.orchestra.run.smithi040.stdout:Package librados2-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:00.623 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:00.624 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:00.624 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:26:00.633 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 82 k 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 82 k 2024-09-20T21:26:00.634 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 222 k 2024-09-20T21:26:00.635 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:26:00.688 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librbd1 2024-09-20T21:26:00.831 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-fuse-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 418 kB/s | 82 kB 00:00 2024-09-20T21:26:00.831 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:00.831 INFO:teuthology.orchestra.run.smithi096.stdout:Total 414 kB/s | 82 kB 00:00 2024-09-20T21:26:00.832 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:26:00.838 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:26:00.838 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:26:00.901 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:26:00.901 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:26:01.047 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:26:01.152 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:01.298 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:34 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:01.391 INFO:teuthology.orchestra.run.smithi040.stdout:Package librbd1-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:01.437 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:01.438 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:01.438 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:01.505 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rados 2024-09-20T21:26:01.571 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:01.872 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:01.872 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:01.872 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:26:01.872 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:01.873 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:01.873 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:26:02.105 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-mirror 2024-09-20T21:26:02.106 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:02.198 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rados-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:02.243 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:02.244 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:02.244 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:02.321 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rgw 2024-09-20T21:26:02.697 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:02.833 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.9 M 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:26:02.834 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:02.835 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 2.9 M 2024-09-20T21:26:02.835 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 12 M 2024-09-20T21:26:02.835 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:26:02.923 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:03.015 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rgw-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:03.060 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:03.062 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:03.062 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:03.141 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-cephfs 2024-09-20T21:26:03.159 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-mirror-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 9.1 MB/s | 2.9 MB 00:00 2024-09-20T21:26:03.160 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:03.160 INFO:teuthology.orchestra.run.smithi096.stdout:Total 9.0 MB/s | 2.9 MB 00:00 2024-09-20T21:26:03.160 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:26:03.169 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:26:03.169 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:26:03.249 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:26:03.250 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:26:03.663 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:26:03.735 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:03.741 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:36 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:03.760 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:03.761 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:26:03.761 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T21:26:03.761 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T21:26:03.762 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T21:26:03.762 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:03.834 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-cephfs-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:03.880 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:03.881 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:03.881 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:03.946 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rbd 2024-09-20T21:26:04.549 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:37 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:04.640 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 is already installed. 2024-09-20T21:26:04.686 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:04.687 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-09-20T21:26:04.687 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:04.774 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-fuse 2024-09-20T21:26:04.946 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:04.946 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:04.946 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:26:04.946 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:04.946 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:04.947 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:26:05.187 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-nbd 2024-09-20T21:26:05.378 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:05.516 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 82 k 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:05.517 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 82 k 2024-09-20T21:26:05.518 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 222 k 2024-09-20T21:26:05.518 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:26:05.703 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-fuse-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 441 kB/s | 82 kB 00:00 2024-09-20T21:26:05.704 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:05.704 INFO:teuthology.orchestra.run.smithi040.stdout:Total 438 kB/s | 82 kB 00:00 2024-09-20T21:26:05.704 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:26:05.712 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:26:05.712 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:26:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:05.779 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:26:05.779 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:26:05.913 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-09-20T21:26:05.913 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 165 k 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 165 k 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 477 k 2024-09-20T21:26:05.914 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-09-20T21:26:05.933 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:26:06.045 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:06.123 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-nbd-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 792 kB/s | 165 kB 00:00 2024-09-20T21:26:06.123 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:06.123 INFO:teuthology.orchestra.run.smithi096.stdout:Total 788 kB/s | 165 kB 00:00 2024-09-20T21:26:06.124 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-09-20T21:26:06.131 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-09-20T21:26:06.131 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-09-20T21:26:06.194 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-09-20T21:26:06.195 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-09-20T21:26:06.345 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-09-20T21:26:06.436 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:06.436 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:06.677 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:06.907 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-mirror 2024-09-20T21:26:06.960 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:07.223 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:07.224 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:07.224 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-09-20T21:26:07.224 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:07.224 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-09-20T21:26:07.224 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-09-20T21:26:07.477 DEBUG:teuthology.parallel:result is None 2024-09-20T21:26:07.522 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:40 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:07.660 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:07.661 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:07.661 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-09-20T21:26:07.661 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:07.661 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 2.9 M 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 2.9 M 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 12 M 2024-09-20T21:26:07.662 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:26:08.007 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-mirror-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 8.5 MB/s | 2.9 MB 00:00 2024-09-20T21:26:08.007 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:08.008 INFO:teuthology.orchestra.run.smithi040.stdout:Total 8.5 MB/s | 2.9 MB 00:00 2024-09-20T21:26:08.008 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:26:08.018 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:26:08.018 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:26:08.102 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:26:08.103 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:26:08.539 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:26:08.629 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T21:26:08.655 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:09.705 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:09.929 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-nbd 2024-09-20T21:26:10.537 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 09:24:27 PM UTC. 2024-09-20T21:26:10.675 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd x86_64 2:17.2.7-1647.g98ac92c8.el9 ceph 165 k 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-09-20T21:26:10.676 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:10.677 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 165 k 2024-09-20T21:26:10.677 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 477 k 2024-09-20T21:26:10.677 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-20T21:26:10.885 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-nbd-17.2.7-1647.g98ac92c8.el9.x86_64.rpm 793 kB/s | 165 kB 00:00 2024-09-20T21:26:10.886 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-20T21:26:10.886 INFO:teuthology.orchestra.run.smithi040.stdout:Total 787 kB/s | 165 kB 00:00 2024-09-20T21:26:10.886 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-20T21:26:10.895 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-20T21:26:10.895 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-20T21:26:10.963 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-20T21:26:10.963 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-20T21:26:11.122 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-20T21:26:11.235 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:11.640 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:11.892 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 1/1 2024-09-20T21:26:11.893 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:11.893 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-20T21:26:11.893 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd-2:17.2.7-1647.g98ac92c8.el9.x86_64 2024-09-20T21:26:11.893 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-20T21:26:11.893 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-20T21:26:12.110 DEBUG:teuthology.parallel:result is None 2024-09-20T21:26:12.111 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T21:26:12.111 INFO:teuthology.packaging:ref: None 2024-09-20T21:26:12.111 INFO:teuthology.packaging:tag: None 2024-09-20T21:26:12.111 INFO:teuthology.packaging:branch: quincy 2024-09-20T21:26:12.111 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T21:26:12.111 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2024-09-20T21:26:12.308 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T21:26:12.331 INFO:teuthology.orchestra.run.smithi040.stdout:17.2.7-1647.g98ac92c8.el9 2024-09-20T21:26:12.332 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1647.g98ac92c8.el9 2024-09-20T21:26:12.332 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 88, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 58, in verify_package_version raise RuntimeError( RuntimeError: ceph version 17.2.7-1649.gfbd1a6ab was not installed, found 17.2.7-1647.g98ac92c8.el9. 2024-09-20T21:26:12.333 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 637, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 88, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 58, in verify_package_version raise RuntimeError( RuntimeError: ceph version 17.2.7-1649.gfbd1a6ab was not installed, found 17.2.7-1647.g98ac92c8.el9. 2024-09-20T21:26:12.502 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6b47c6900a3c4ce8962f947419055a52 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 637, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 88, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/install/__init__.py", line 58, in verify_package_version raise RuntimeError( RuntimeError: ceph version 17.2.7-1649.gfbd1a6ab was not installed, found 17.2.7-1647.g98ac92c8.el9. 2024-09-20T21:26:12.505 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-20T21:26:12.513 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T21:26:12.551 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T21:26:12.551 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T21:26:12.564 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T21:26:12.570 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv01.front.sepia.ceph.com 3 6 37 59 +138us[ +124us] +/- 44ms 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 59 +57us[ +44us] +/- 59ms 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 60 -262us[ -276us] +/- 64ms 2024-09-20T21:26:12.575 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:26:12.582 INFO:teuthology.orchestra.run.smithi096.stderr:bash: line 1: ntpq: command not found 2024-09-20T21:26:12.587 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T21:26:12.587 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-09-20T21:26:12.587 INFO:teuthology.orchestra.run.smithi096.stdout:^* hv01.front.sepia.ceph.com 3 6 37 59 +133us[ +121us] +/- 44ms 2024-09-20T21:26:12.587 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 59 +57us[ +46us] +/- 59ms 2024-09-20T21:26:12.587 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 60 -258us[ -269us] +/- 64ms 2024-09-20T21:26:12.588 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T21:26:12.588 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T21:26:12.596 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T21:26:12.597 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T21:26:12.626 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:26:12.690 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:26:12.757 DEBUG:teuthology.orchestra.run.smithi040:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T21:26:12.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:26:12.786 DEBUG:teuthology.orchestra.run.smithi096:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T21:26:12.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:26:12.816 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T21:26:12.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T21:26:12.878 INFO:teuthology.task.internal:Duration was 358.007207 seconds 2024-09-20T21:26:12.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T21:26:12.940 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T21:26:12.941 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T21:26:12.943 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T21:26:12.983 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T21:26:12.987 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T21:26:13.369 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T21:26:13.370 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-09-20T21:26:13.370 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:26:13.414 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2024-09-20T21:26:13.415 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:26:13.438 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T21:26:13.438 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T21:26:13.458 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T21:26:13.508 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T21:26:13.509 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T21:26:13.527 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T21:26:13.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T21:26:13.656 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T21:26:13.656 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T21:26:13.682 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T21:26:13.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T21:26:13.716 DEBUG:teuthology.orchestra.run.smithi040:> 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-09-20T21:26:13.725 DEBUG:teuthology.orchestra.run.smithi096:> 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-09-20T21:26:13.747 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-09-20T21:26:13.774 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2024-09-20T21:26:13.822 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T21:26:13.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:26:13.878 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T21:26:13.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T21:26:13.892 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T21:26:13.902 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T21:26:13.903 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi/7912618/remote/smithi040 2024-09-20T21:26:13.904 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T21:26:13.973 DEBUG:teuthology.misc:Transferring archived files from smithi096:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_02:08:02-upgrade-squid-distro-default-smithi/7912618/remote/smithi096 2024-09-20T21:26:13.973 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T21:26:14.059 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T21:26:14.059 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T21:26:14.070 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T21:26:14.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T21:26:14.099 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T21:26:14.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T21:26:14.148 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T21:26:14.152 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T21:26:14.155 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T21:26:14.172 INFO:teuthology.orchestra.run.smithi096.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 21:26 /home/ubuntu/cephtest 2024-09-20T21:26:14.172 INFO:teuthology.orchestra.run.smithi040.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 21:26 /home/ubuntu/cephtest 2024-09-20T21:26:14.172 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T21:26:14.182 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T21:26:14.314 INFO:teuthology.run:Summary data: description: upgrade/quincy-x/stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} duration: 358.0072069168091 failure_reason: ceph version 17.2.7-1649.gfbd1a6ab was not installed, found 17.2.7-1647.g98ac92c8.el9. flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6b47c6900a3c4ce8962f947419055a52 status: fail success: false 2024-09-20T21:26:14.315 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T21:26:14.503 INFO:teuthology.run:FAIL