2026-02-18T23:35:44.197 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T23:35:44.218 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:35:44.301 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471 branch: wip-jcollin-testing-20260217.080557-squid description: upgrade:quincy-x:stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/connectivity} email: jcollin@redhat.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 && ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error; 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]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; 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'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; 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]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - 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 - print: '**** done end radosbench.yaml' first_in_suite: false flavor: default job_id: '53471' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial meta: - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - 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 basic import/export cli tests for rbd ' name: jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-jcollin-testing-20260217.080557-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\) - do not have an application enabled - application not enabled - or freeform for custom applications - POOL_APP_NOT_ENABLED - is down - OSD_DOWN - mons down - mon down - MON_DOWN - out of quorum - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - Replacing daemon mds - MDS_ALL_DOWN - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-jcollin-testing-20260217.080557-squid sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 owner: scheduled_jcollin@soko04.front.sepia.ceph.com priority: 200 repo: https://github.com/ceph/ceph-ci.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: - workunit: branch: quincy clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' seed: 5446 sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 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 env: CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - 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' suite: upgrade:quincy-x:stress-split suite_branch: wip-jcollin-testing-20260217.080557-squid suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 targets: trial121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPB36a4cKW8JzpgG+DX2MriumDhHTTUYZbliR2BIkD6XN1YXL6aivTb9Hoh4NxfLlK1HOHdXJGGa1vhCs8FuZc8= trial190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOt17VbxgYGgYlZmUw1Z9rBZ4Czh7Y+8W/JP9aCsYmNW4sCGruCm2lFyQajkmOHtwR+lBdyLEv3UYhyCO2M/0Fg= 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: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-17_12:45:39 tube: trial user: jcollin verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T23:35:44.301 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa; will attempt to use it 2026-02-18T23:35:44.302 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks 2026-02-18T23:35:44.302 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T23:35:44.304 INFO:teuthology.task.internal:Checking packages... 2026-02-18T23:35:44.304 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910' 2026-02-18T23:35:44.304 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:35:44.304 INFO:teuthology.packaging:ref: None 2026-02-18T23:35:44.304 INFO:teuthology.packaging:tag: None 2026-02-18T23:35:44.304 INFO:teuthology.packaging:branch: wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:35:44.304 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:35:44.304 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:35:44.432 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-689.g5c7d9533 2026-02-18T23:35:44.433 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T23:35:44.445 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T23:35:44.445 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T23:35:44.459 INFO:teuthology.task.internal:Saving configuration 2026-02-18T23:35:44.480 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T23:35:44.492 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T23:35:44.568 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial121.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 23:32:16.290736', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPB36a4cKW8JzpgG+DX2MriumDhHTTUYZbliR2BIkD6XN1YXL6aivTb9Hoh4NxfLlK1HOHdXJGGa1vhCs8FuZc8='} 2026-02-18T23:35:44.625 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial190.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 23:32:16.291373', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOt17VbxgYGgYlZmUw1Z9rBZ4Czh7Y+8W/JP9aCsYmNW4sCGruCm2lFyQajkmOHtwR+lBdyLEv3UYhyCO2M/0Fg='} 2026-02-18T23:35:44.625 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T23:35:44.636 INFO:teuthology.task.internal:roles: ubuntu@trial121.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'] 2026-02-18T23:35:44.637 INFO:teuthology.task.internal:roles: ubuntu@trial190.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'] 2026-02-18T23:35:44.637 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T23:35:44.769 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7873266e2840>, signals=[15]) 2026-02-18T23:35:44.769 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T23:35:44.781 INFO:teuthology.task.internal:Opening connections... 2026-02-18T23:35:44.781 DEBUG:teuthology.task.internal:connecting to ubuntu@trial121.front.sepia.ceph.com 2026-02-18T23:35:44.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:35:44.844 DEBUG:teuthology.task.internal:connecting to ubuntu@trial190.front.sepia.ceph.com 2026-02-18T23:35:44.845 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:35:44.908 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T23:35:44.919 DEBUG:teuthology.orchestra.run.trial121:> uname -m 2026-02-18T23:35:44.935 INFO:teuthology.orchestra.run.trial121.stdout:x86_64 2026-02-18T23:35:44.935 DEBUG:teuthology.orchestra.run.trial121:> cat /etc/os-release 2026-02-18T23:35:44.990 INFO:teuthology.orchestra.run.trial121.stdout:NAME="CentOS Stream" 2026-02-18T23:35:44.990 INFO:teuthology.orchestra.run.trial121.stdout:VERSION="9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:ID="centos" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:VERSION_ID="9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:ANSI_COLOR="0;31" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:35:44.991 INFO:teuthology.orchestra.run.trial121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:35:44.991 INFO:teuthology.lock.ops:Updating trial121.front.sepia.ceph.com on lock server 2026-02-18T23:35:45.064 DEBUG:teuthology.orchestra.run.trial190:> uname -m 2026-02-18T23:35:45.080 INFO:teuthology.orchestra.run.trial190.stdout:x86_64 2026-02-18T23:35:45.081 DEBUG:teuthology.orchestra.run.trial190:> cat /etc/os-release 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:NAME="CentOS Stream" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:VERSION="9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:ID="centos" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:VERSION_ID="9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:ANSI_COLOR="0;31" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:35:45.137 INFO:teuthology.orchestra.run.trial190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:35:45.138 INFO:teuthology.lock.ops:Updating trial190.front.sepia.ceph.com on lock server 2026-02-18T23:35:45.227 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T23:35:45.240 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T23:35:45.250 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T23:35:45.250 DEBUG:teuthology.orchestra.run.trial121:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:35:45.251 DEBUG:teuthology.orchestra.run.trial190:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:35:45.268 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T23:35:45.278 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T23:35:45.278 DEBUG:teuthology.orchestra.run.trial121:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:35:45.307 DEBUG:teuthology.orchestra.run.trial190:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:35:45.324 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T23:35:45.501 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T23:35:45.521 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-18T23:35:45.521 INFO:teuthology.task.kernel:config {'mon.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-18T23:35:45.522 DEBUG:teuthology.orchestra.run.trial121:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:35:45.522 DEBUG:teuthology.orchestra.run.trial190:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:35:45.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:35:45.537 DEBUG:teuthology.orchestra.run.trial121:> uname -r 2026-02-18T23:35:45.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:35:45.537 DEBUG:teuthology.orchestra.run.trial190:> uname -r 2026-02-18T23:35:45.592 INFO:teuthology.orchestra.run.trial121.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:35:45.592 INFO:teuthology.task.kernel:Running kernel on trial121: 5.14.0-681.el9.x86_64 2026-02-18T23:35:45.592 DEBUG:teuthology.orchestra.run.trial121:> sudo yum install -y kernel 2026-02-18T23:35:45.592 INFO:teuthology.orchestra.run.trial190.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:35:45.593 INFO:teuthology.task.kernel:Running kernel on trial190: 5.14.0-681.el9.x86_64 2026-02-18T23:35:45.593 DEBUG:teuthology.orchestra.run.trial190:> sudo yum install -y kernel 2026-02-18T23:35:46.572 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.9 MB 00:00 2026-02-18T23:35:46.711 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-18T23:35:49.688 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T23:35:53.466 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 7.8 MB 00:01 2026-02-18T23:35:54.647 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 20 kB 00:00 2026-02-18T23:35:55.317 INFO:teuthology.orchestra.run.trial121.stdout:Extra Packages for Enterprise Linux 33 MB/s | 20 MB 00:00 2026-02-18T23:35:58.542 INFO:teuthology.orchestra.run.trial121.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T23:35:59.558 INFO:teuthology.orchestra.run.trial121.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:35:59.558 INFO:teuthology.orchestra.run.trial121.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:35:59.577 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:35:59.577 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:35:59.577 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:35:59.602 DEBUG:teuthology.orchestra.run.trial121:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:35:59.901 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:01 ago on Wed 18 Feb 2026 11:35:58 PM UTC. 2026-02-18T23:35:59.982 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:35:59.983 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:35:59.983 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:35:59.983 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:35:59.983 INFO:teuthology.orchestra.run.trial121.stdout:Reinstalling: 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 803 k 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 0 2026-02-18T23:35:59.984 INFO:teuthology.orchestra.run.trial121.stderr:Operation aborted. 2026-02-18T23:36:00.003 INFO:teuthology.orchestra.run.trial121.stdout:Is this ok [y/N]: 2026-02-18T23:36:00.003 DEBUG:teuthology.orchestra.run.trial121:> sudo yum reinstall -y kernel || true 2026-02-18T23:36:00.308 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:35:58 PM UTC. 2026-02-18T23:36:00.389 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout:Reinstalling: 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:36:00.390 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:36:00.391 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:36:00.391 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:36:00.391 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 803 k 2026-02-18T23:36:00.391 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 0 2026-02-18T23:36:00.391 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:36:00.487 INFO:teuthology.orchestra.run.trial121.stdout:kernel-5.14.0-681.el9.x86_64.rpm 22 MB/s | 803 kB 00:00 2026-02-18T23:36:00.487 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:36:00.487 INFO:teuthology.orchestra.run.trial121.stdout:Total 8.0 MB/s | 803 kB 00:00 2026-02-18T23:36:00.498 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:36:00.532 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:36:00.532 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:36:00.536 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:36:00.536 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:36:00.560 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:36:00.564 INFO:teuthology.orchestra.run.trial121.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:36:00.564 INFO:teuthology.orchestra.run.trial121.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:00.673 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:00.674 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:36:00.728 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:00.729 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:36:00.729 INFO:teuthology.orchestra.run.trial121.stdout:Reinstalled: 2026-02-18T23:36:00.729 INFO:teuthology.orchestra.run.trial121.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:36:00.729 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:36:00.729 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:36:00.757 DEBUG:teuthology.orchestra.run.trial121:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:36:00.782 INFO:teuthology.orchestra.run.trial121.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:36:00.783 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:36:00.783 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:36:00.783 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2026-02-18T23:36:00.783 DEBUG:teuthology.orchestra.run.trial121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:36:00.847 INFO:teuthology.orchestra.run.trial121.stdout:ttyS1 2026-02-18T23:36:00.868 DEBUG:teuthology.parallel:result is None 2026-02-18T23:36:11.566 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 27 MB 00:24 2026-02-18T23:36:15.511 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 7.8 MB 00:01 2026-02-18T23:36:16.930 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 20 kB 00:00 2026-02-18T23:36:17.662 INFO:teuthology.orchestra.run.trial190.stdout:Extra Packages for Enterprise Linux 30 MB/s | 20 MB 00:00 2026-02-18T23:36:20.819 INFO:teuthology.orchestra.run.trial190.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T23:36:21.829 INFO:teuthology.orchestra.run.trial190.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:36:21.830 INFO:teuthology.orchestra.run.trial190.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:36:21.849 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:36:21.849 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:36:21.849 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:36:21.871 DEBUG:teuthology.orchestra.run.trial190:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:36:22.168 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:36:20 PM UTC. 2026-02-18T23:36:22.249 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout:Reinstalling: 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:36:22.250 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 803 k 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 0 2026-02-18T23:36:22.251 INFO:teuthology.orchestra.run.trial190.stderr:Operation aborted. 2026-02-18T23:36:22.270 INFO:teuthology.orchestra.run.trial190.stdout:Is this ok [y/N]: 2026-02-18T23:36:22.271 DEBUG:teuthology.orchestra.run.trial190:> sudo yum reinstall -y kernel || true 2026-02-18T23:36:22.570 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:36:20 PM UTC. 2026-02-18T23:36:22.651 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:36:22.651 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.651 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:Reinstalling: 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 803 k 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 0 2026-02-18T23:36:22.652 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:36:23.607 INFO:teuthology.orchestra.run.trial190.stdout:kernel-5.14.0-681.el9.x86_64.rpm 900 kB/s | 803 kB 00:00 2026-02-18T23:36:23.607 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:36:23.607 INFO:teuthology.orchestra.run.trial190.stdout:Total 840 kB/s | 803 kB 00:00 2026-02-18T23:36:23.616 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:36:23.650 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:36:23.650 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:36:23.654 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:36:23.655 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:36:23.678 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:36:23.682 INFO:teuthology.orchestra.run.trial190.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:36:23.682 INFO:teuthology.orchestra.run.trial190.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:23.789 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:23.789 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:36:23.843 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:36:23.843 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:23.843 INFO:teuthology.orchestra.run.trial190.stdout:Reinstalled: 2026-02-18T23:36:23.843 INFO:teuthology.orchestra.run.trial190.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:36:23.844 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:36:23.844 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:36:23.871 DEBUG:teuthology.orchestra.run.trial190:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:36:23.894 INFO:teuthology.orchestra.run.trial190.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:36:23.895 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:36:23.895 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:36:23.896 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2026-02-18T23:36:23.896 DEBUG:teuthology.orchestra.run.trial190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:36:23.958 INFO:teuthology.orchestra.run.trial190.stdout:ttyS1 2026-02-18T23:36:23.985 DEBUG:teuthology.parallel:result is None 2026-02-18T23:36:23.985 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T23:36:24.002 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T23:36:24.002 DEBUG:teuthology.orchestra.run.trial121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:36:24.005 DEBUG:teuthology.orchestra.run.trial190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:36:24.041 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T23:36:24.053 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T23:36:24.068 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T23:36:24.068 DEBUG:teuthology.orchestra.run.trial121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:36:24.071 DEBUG:teuthology.orchestra.run.trial190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:36:24.108 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T23:36:24.119 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T23:36:24.120 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:36:24.130 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:36:24.153 INFO:teuthology.orchestra.run.trial121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:36:24.161 INFO:teuthology.orchestra.run.trial121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:36:24.165 INFO:teuthology.orchestra.run.trial190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:36:24.174 INFO:teuthology.orchestra.run.trial190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:36:24.176 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T23:36:24.188 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T23:36:24.188 DEBUG:teuthology.orchestra.run.trial121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:36:24.206 DEBUG:teuthology.orchestra.run.trial190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:36:24.240 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T23:36:24.257 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T23:36:24.257 DEBUG:teuthology.orchestra.run.trial121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:36:24.271 DEBUG:teuthology.orchestra.run.trial190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:36:24.296 DEBUG:teuthology.orchestra.run.trial121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:36:24.449 DEBUG:teuthology.orchestra.run.trial121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:36:24.475 DEBUG:teuthology.orchestra.run.trial121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:36:24.592 DEBUG:teuthology.orchestra.run.trial121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:36:24.618 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:36:24.618 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:36:24.686 DEBUG:teuthology.orchestra.run.trial190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:36:24.932 DEBUG:teuthology.orchestra.run.trial190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:36:24.957 DEBUG:teuthology.orchestra.run.trial190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:36:25.119 DEBUG:teuthology.orchestra.run.trial190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:36:25.143 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:36:25.143 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:36:25.209 DEBUG:teuthology.orchestra.run.trial121:> sudo service rsyslog restart 2026-02-18T23:36:25.210 DEBUG:teuthology.orchestra.run.trial190:> sudo service rsyslog restart 2026-02-18T23:36:25.237 INFO:teuthology.orchestra.run.trial121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:36:25.275 INFO:teuthology.orchestra.run.trial190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:36:25.702 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T23:36:25.716 INFO:teuthology.task.internal:Starting timer... 2026-02-18T23:36:25.716 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T23:36:25.738 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T23:36:25.756 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']} 2026-02-18T23:36:25.757 DEBUG:teuthology.orchestra.run.trial121:> sudo service auditd rotate 2026-02-18T23:36:25.786 INFO:teuthology.orchestra.run.trial121.stdout:Rotating logs: 2026-02-18T23:36:25.788 DEBUG:teuthology.orchestra.run.trial190:> sudo service auditd rotate 2026-02-18T23:36:25.819 INFO:teuthology.orchestra.run.trial190.stdout:Rotating logs: 2026-02-18T23:36:25.820 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T23:36:25.821 DEBUG:teuthology.orchestra.run.trial121:> /usr/sbin/getenforce 2026-02-18T23:36:25.847 INFO:teuthology.orchestra.run.trial121.stdout:Permissive 2026-02-18T23:36:25.848 DEBUG:teuthology.orchestra.run.trial190:> /usr/sbin/getenforce 2026-02-18T23:36:25.878 INFO:teuthology.orchestra.run.trial190.stdout:Permissive 2026-02-18T23:36:25.878 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial121.front.sepia.ceph.com': 'permissive', 'ubuntu@trial190.front.sepia.ceph.com': 'permissive'} 2026-02-18T23:36:25.879 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:36:25.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:36:25.913 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:36:25.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:36:25.943 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T23:36:25.944 DEBUG:teuthology.orchestra.run.trial121:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:36:25.978 DEBUG:teuthology.orchestra.run.trial190:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:36:26.007 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T23:36:26.021 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T23:36:26.033 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'}]}] 2026-02-18T23:36:26.035 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial121.front.sepia.ceph.com,trial190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T23:37:32.121 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial121.front.sepia.ceph.com'), Remote(name='ubuntu@trial190.front.sepia.ceph.com')] 2026-02-18T23:37:32.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial121.front.sepia.ceph.com' 2026-02-18T23:37:32.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:37:32.233 DEBUG:teuthology.orchestra.run.trial121:> true 2026-02-18T23:37:32.311 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial121.front.sepia.ceph.com' 2026-02-18T23:37:32.311 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial190.front.sepia.ceph.com' 2026-02-18T23:37:32.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:37:32.400 DEBUG:teuthology.orchestra.run.trial190:> true 2026-02-18T23:37:32.476 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial190.front.sepia.ceph.com' 2026-02-18T23:37:32.477 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T23:37:32.491 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T23:37:32.491 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:37:32.492 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:37:32.494 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:37:32.494 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:37:32.520 INFO:teuthology.orchestra.run.trial121.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:37:32.532 INFO:teuthology.orchestra.run.trial121.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:37:32.545 INFO:teuthology.orchestra.run.trial190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:37:32.553 INFO:teuthology.orchestra.run.trial121.stderr:sudo: ntpd: command not found 2026-02-18T23:37:32.556 INFO:teuthology.orchestra.run.trial190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:37:32.563 INFO:teuthology.orchestra.run.trial121.stdout:506 Cannot talk to daemon 2026-02-18T23:37:32.575 INFO:teuthology.orchestra.run.trial121.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:37:32.577 INFO:teuthology.orchestra.run.trial190.stderr:sudo: ntpd: command not found 2026-02-18T23:37:32.587 INFO:teuthology.orchestra.run.trial121.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:37:32.587 INFO:teuthology.orchestra.run.trial190.stdout:506 Cannot talk to daemon 2026-02-18T23:37:32.599 INFO:teuthology.orchestra.run.trial190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:37:32.611 INFO:teuthology.orchestra.run.trial190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:37:32.634 INFO:teuthology.orchestra.run.trial121.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:37:32.636 INFO:teuthology.orchestra.run.trial121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:37:32.636 INFO:teuthology.orchestra.run.trial121.stdout:=============================================================================== 2026-02-18T23:37:32.652 INFO:teuthology.orchestra.run.trial190.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:37:32.750 INFO:teuthology.orchestra.run.trial190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:37:32.751 INFO:teuthology.orchestra.run.trial190.stdout:=============================================================================== 2026-02-18T23:37:32.751 INFO:teuthology.orchestra.run.trial190.stdout:^? ntp2.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:37:32.751 INFO:teuthology.orchestra.run.trial190.stdout:^? undef.us 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:37:32.751 INFO:teuthology.orchestra.run.trial190.stdout:^? 172-234-37-140.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:37:32.751 INFO:teuthology.orchestra.run.trial190.stdout:^? 23.186.168.133 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:37:32.752 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T23:37:32.786 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T23:37:32.787 DEBUG:teuthology.orchestra.run.trial121:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:37:32.787 DEBUG:teuthology.orchestra.run.trial190:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:37:32.791 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial121.front.sepia.ceph.com 2026-02-18T23:37:32.791 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:37:32.791 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:37:32.797 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial190.front.sepia.ceph.com 2026-02-18T23:37:32.797 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:37:32.797 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:37:32.963 INFO:teuthology.orchestra.run.trial121.stdout:No match for argument: nvme-cli 2026-02-18T23:37:32.964 INFO:teuthology.orchestra.run.trial121.stderr:No packages marked for removal. 2026-02-18T23:37:32.965 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:37:32.966 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:37:32.966 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:37:32.967 INFO:teuthology.orchestra.run.trial190.stdout:No match for argument: nvme-cli 2026-02-18T23:37:32.968 INFO:teuthology.orchestra.run.trial190.stderr:No packages marked for removal. 2026-02-18T23:37:32.970 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:37:32.970 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:37:32.970 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:37:33.270 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:37:08 PM UTC. 2026-02-18T23:37:33.276 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:26 ago on Wed 18 Feb 2026 11:37:07 PM UTC. 2026-02-18T23:37:33.352 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:37:33.353 INFO:teuthology.orchestra.run.trial190.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:33.354 INFO:teuthology.orchestra.run.trial190.stdout:Install 6 Packages 2026-02-18T23:37:33.355 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:33.355 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 2.3 M 2026-02-18T23:37:33.355 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 11 M 2026-02-18T23:37:33.355 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:37:33.357 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:37:33.358 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:37:33.359 INFO:teuthology.orchestra.run.trial121.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout:Install 6 Packages 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 2.3 M 2026-02-18T23:37:33.360 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 11 M 2026-02-18T23:37:33.361 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:37:33.740 INFO:teuthology.orchestra.run.trial121.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 1.1 MB/s | 44 kB 00:00 2026-02-18T23:37:33.742 INFO:teuthology.orchestra.run.trial121.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 1.6 MB/s | 72 kB 00:00 2026-02-18T23:37:33.750 INFO:teuthology.orchestra.run.trial190.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 846 kB/s | 44 kB 00:00 2026-02-18T23:37:33.757 INFO:teuthology.orchestra.run.trial121.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 4.8 MB/s | 84 kB 00:00 2026-02-18T23:37:33.760 INFO:teuthology.orchestra.run.trial121.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 8.3 MB/s | 150 kB 00:00 2026-02-18T23:37:33.764 INFO:teuthology.orchestra.run.trial190.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 1.1 MB/s | 72 kB 00:00 2026-02-18T23:37:33.773 INFO:teuthology.orchestra.run.trial190.stdout:(3/6): nvme-cli-2.16-1.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 2026-02-18T23:37:33.775 INFO:teuthology.orchestra.run.trial121.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 2026-02-18T23:37:33.780 INFO:teuthology.orchestra.run.trial190.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 2.8 MB/s | 84 kB 00:00 2026-02-18T23:37:33.785 INFO:teuthology.orchestra.run.trial121.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 29 MB/s | 837 kB 00:00 2026-02-18T23:37:33.785 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:37:33.786 INFO:teuthology.orchestra.run.trial121.stdout:Total 5.4 MB/s | 2.3 MB 00:00 2026-02-18T23:37:33.808 INFO:teuthology.orchestra.run.trial190.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 24 MB/s | 837 kB 00:00 2026-02-18T23:37:33.815 INFO:teuthology.orchestra.run.trial190.stdout:(6/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.9 MB/s | 150 kB 00:00 2026-02-18T23:37:33.816 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:37:33.817 INFO:teuthology.orchestra.run.trial190.stdout:Total 5.0 MB/s | 2.3 MB 00:00 2026-02-18T23:37:33.839 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:37:33.846 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:37:33.846 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:37:33.866 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:37:33.873 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:37:33.873 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:37:33.912 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:37:33.912 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:37:33.938 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:37:33.939 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:37:34.042 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:37:34.050 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:37:34.059 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:37:34.064 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:37:34.069 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:37:34.071 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:37:34.072 INFO:teuthology.orchestra.run.trial121.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:37:34.078 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:37:34.086 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:37:34.092 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:37:34.097 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:37:34.098 INFO:teuthology.orchestra.run.trial190.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:37:34.205 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:37:34.208 INFO:teuthology.orchestra.run.trial121.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:37:34.229 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:37:34.232 INFO:teuthology.orchestra.run.trial190.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:37:34.497 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:37:34.497 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:37:34.497 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:34.515 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:37:34.515 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:37:34.516 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:34.741 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:37:34.741 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:37:34.741 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:37:34.742 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:37:34.742 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:37:34.761 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:37:34.761 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:37:34.761 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:37:34.761 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:37:34.761 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:37:34.793 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:37:34.793 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:34.793 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:37:34.793 INFO:teuthology.orchestra.run.trial121.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:37:34.793 INFO:teuthology.orchestra.run.trial121.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:37:34.794 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:37:34.794 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:34.794 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:34.814 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:37:34.823 DEBUG:teuthology.parallel:result is None 2026-02-18T23:37:34.844 DEBUG:teuthology.parallel:result is None 2026-02-18T23:37:34.844 INFO:teuthology.run_tasks:Running task install... 2026-02-18T23:37:34.863 DEBUG:teuthology.task.install:project ceph 2026-02-18T23:37:34.864 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'}} 2026-02-18T23:37:34.864 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:37:34.864 INFO:teuthology.task.install:Using flavor: default 2026-02-18T23:37:34.872 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']} 2026-02-18T23:37:34.872 INFO:teuthology.task.install:extra packages: [] 2026-02-18T23:37:34.873 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': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910', 'tag': None, 'wait_for_package': False} 2026-02-18T23:37:34.873 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:37:34.874 INFO:teuthology.packaging:ref: None 2026-02-18T23:37:34.874 INFO:teuthology.packaging:tag: None 2026-02-18T23:37:34.874 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:37:34.874 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:37:34.874 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2026-02-18T23:37:34.876 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': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910', 'tag': None, 'wait_for_package': False} 2026-02-18T23:37:34.877 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:37:34.877 INFO:teuthology.packaging:ref: None 2026-02-18T23:37:34.877 INFO:teuthology.packaging:tag: None 2026-02-18T23:37:34.877 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:37:34.877 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:37:34.877 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2026-02-18T23:37:35.047 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:37:35.047 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:37:35.057 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:37:35.057 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:37:35.169 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T23:37:35.169 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:37:35.169 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:37:35.177 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T23:37:35.177 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:37:35.177 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:37:35.196 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 2026-02-18T23:37:35.197 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:37:35.197 INFO:teuthology.packaging:ref: None 2026-02-18T23:37:35.197 INFO:teuthology.packaging:tag: None 2026-02-18T23:37:35.197 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:37:35.197 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:37:35.197 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:37:35.203 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 2026-02-18T23:37:35.203 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:37:35.204 INFO:teuthology.packaging:ref: None 2026-02-18T23:37:35.204 INFO:teuthology.packaging:tag: None 2026-02-18T23:37:35.204 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:37:35.204 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:37:35.204 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:37:35.262 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:37:35.269 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:37:35.345 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:37:35.350 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:37:35.409 INFO:teuthology.orchestra.run.trial190.stdout:check_obsoletes = 1 2026-02-18T23:37:35.410 DEBUG:teuthology.orchestra.run.trial190:> sudo yum clean all 2026-02-18T23:37:35.419 INFO:teuthology.orchestra.run.trial121.stdout:check_obsoletes = 1 2026-02-18T23:37:35.420 DEBUG:teuthology.orchestra.run.trial121:> sudo yum clean all 2026-02-18T23:37:35.566 INFO:teuthology.orchestra.run.trial190.stdout:41 files removed 2026-02-18T23:37:35.577 INFO:teuthology.orchestra.run.trial121.stdout:41 files removed 2026-02-18T23:37:35.580 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-radosgw 2026-02-18T23:37:35.591 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-radosgw 2026-02-18T23:37:35.806 INFO:teuthology.orchestra.run.trial190.stdout:ceph packages for x86_64 904 kB/s | 77 kB 00:00 2026-02-18T23:37:35.823 INFO:teuthology.orchestra.run.trial121.stdout:ceph packages for x86_64 869 kB/s | 77 kB 00:00 2026-02-18T23:37:35.902 INFO:teuthology.orchestra.run.trial190.stdout:ceph noarch packages 147 kB/s | 11 kB 00:00 2026-02-18T23:37:35.919 INFO:teuthology.orchestra.run.trial121.stdout:ceph noarch packages 149 kB/s | 11 kB 00:00 2026-02-18T23:37:35.992 INFO:teuthology.orchestra.run.trial190.stdout:ceph source packages 30 kB/s | 2.1 kB 00:00 2026-02-18T23:37:36.009 INFO:teuthology.orchestra.run.trial121.stdout:ceph source packages 30 kB/s | 2.1 kB 00:00 2026-02-18T23:37:37.543 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.9 MB 00:01 2026-02-18T23:37:40.536 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T23:37:41.541 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.9 MB 00:05 2026-02-18T23:37:43.972 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-18T23:37:44.325 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02 2026-02-18T23:37:45.790 INFO:teuthology.orchestra.run.trial190.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-18T23:37:51.444 INFO:teuthology.orchestra.run.trial190.stdout:Extra Packages for Enterprise Linux 3.6 MB/s | 20 MB 00:05 2026-02-18T23:37:51.756 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - CRB 1.5 MB/s | 7.8 MB 00:05 2026-02-18T23:37:52.592 INFO:teuthology.orchestra.run.trial121.stdout:CentOS Stream 9 - Extras packages 181 kB/s | 20 kB 00:00 2026-02-18T23:37:54.419 INFO:teuthology.orchestra.run.trial121.stdout:Extra Packages for Enterprise Linux 12 MB/s | 20 MB 00:01 2026-02-18T23:37:54.694 INFO:teuthology.orchestra.run.trial190.stdout:lab-extras 1.9 MB/s | 50 kB 00:00 2026-02-18T23:37:55.881 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:37:55.881 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout:Upgrading: 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:37:55.882 INFO:teuthology.orchestra.run.trial190.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:37:55.883 INFO:teuthology.orchestra.run.trial190.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:37:55.884 INFO:teuthology.orchestra.run.trial190.stdout:Install 22 Packages 2026-02-18T23:37:55.885 INFO:teuthology.orchestra.run.trial190.stdout:Upgrade 2 Packages 2026-02-18T23:37:55.885 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:55.885 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 58 M 2026-02-18T23:37:55.885 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:37:56.493 INFO:teuthology.orchestra.run.trial190.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 43 MB/s | 5.0 MB 00:00 2026-02-18T23:37:56.507 INFO:teuthology.orchestra.run.trial190.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 1.8 MB/s | 25 kB 00:00 2026-02-18T23:37:56.519 INFO:teuthology.orchestra.run.trial190.stdout:(3/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 53 MB/s | 637 kB 00:00 2026-02-18T23:37:56.543 INFO:teuthology.orchestra.run.trial190.stdout:(4/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 87 MB/s | 14 MB 00:00 2026-02-18T23:37:56.546 INFO:teuthology.orchestra.run.trial190.stdout:(5/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 17 MB/s | 457 kB 00:00 2026-02-18T23:37:56.560 INFO:teuthology.orchestra.run.trial190.stdout:(6/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 3.0 MB/s | 45 kB 00:00 2026-02-18T23:37:56.570 INFO:teuthology.orchestra.run.trial190.stdout:(7/24): python3-ceph-common-17.2.9-0.el9.x86_64 12 MB/s | 120 kB 00:00 2026-02-18T23:37:56.580 INFO:teuthology.orchestra.run.trial190.stdout:(8/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 16 MB/s | 157 kB 00:00 2026-02-18T23:37:56.590 INFO:teuthology.orchestra.run.trial190.stdout:(9/24): python3-rados-17.2.9-0.el9.x86_64.rpm 30 MB/s | 320 kB 00:00 2026-02-18T23:37:56.621 INFO:teuthology.orchestra.run.trial190.stdout:(10/24): ceph-common-17.2.9-0.el9.x86_64.rpm 92 MB/s | 22 MB 00:00 2026-02-18T23:37:56.622 INFO:teuthology.orchestra.run.trial190.stdout:(11/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 9.2 MB/s | 296 kB 00:00 2026-02-18T23:37:56.631 INFO:teuthology.orchestra.run.trial190.stdout:(12/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 10 MB/s | 100 kB 00:00 2026-02-18T23:37:56.701 INFO:teuthology.orchestra.run.trial190.stdout:(13/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.2 MB/s | 160 kB 00:00 2026-02-18T23:37:56.724 INFO:teuthology.orchestra.run.trial190.stdout:(14/24): librgw2-17.2.9-0.el9.x86_64.rpm 27 MB/s | 4.9 MB 00:00 2026-02-18T23:37:56.724 INFO:teuthology.orchestra.run.trial190.stdout:(15/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.9 MB/s | 45 kB 00:00 2026-02-18T23:37:56.747 INFO:teuthology.orchestra.run.trial190.stdout:(16/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 12 MB/s | 292 kB 00:00 2026-02-18T23:37:56.783 INFO:teuthology.orchestra.run.trial190.stdout:(17/24): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 662 kB 00:00 2026-02-18T23:37:56.855 INFO:teuthology.orchestra.run.trial190.stdout:(18/24): liboath-2.6.12-1.el9.x86_64.rpm 680 kB/s | 49 kB 00:00 2026-02-18T23:37:56.878 INFO:teuthology.orchestra.run.trial190.stdout:(19/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.3 MB/s | 308 kB 00:00 2026-02-18T23:37:56.904 INFO:teuthology.orchestra.run.trial190.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2026-02-18T23:37:56.930 INFO:teuthology.orchestra.run.trial190.stdout:(21/24): librados2-17.2.9-0.el9.x86_64.rpm 122 MB/s | 3.1 MB 00:00 2026-02-18T23:37:56.952 INFO:teuthology.orchestra.run.trial190.stdout:(22/24): librbd1-17.2.9-0.el9.x86_64.rpm 130 MB/s | 2.9 MB 00:00 2026-02-18T23:37:56.955 INFO:teuthology.orchestra.run.trial190.stdout:(23/24): thrift-0.15.0-4.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2026-02-18T23:37:57.081 INFO:teuthology.orchestra.run.trial190.stdout:(24/24): mailcap-2.1.49-5.el9.noarch.rpm 72 kB/s | 33 kB 00:00 2026-02-18T23:37:57.083 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:37:57.083 INFO:teuthology.orchestra.run.trial190.stdout:Total 48 MB/s | 58 MB 00:01 2026-02-18T23:37:57.127 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:37:57.142 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:37:57.143 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:37:57.358 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:37:57.359 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:37:57.574 INFO:teuthology.orchestra.run.trial121.stdout:lab-extras 1.3 MB/s | 50 kB 00:00 2026-02-18T23:37:57.627 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:37:57.768 INFO:teuthology.orchestra.run.trial190.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:37:57.772 INFO:teuthology.orchestra.run.trial190.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:37:57.800 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:37:57.827 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:37:57.828 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:37:57.850 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:37:57.858 INFO:teuthology.orchestra.run.trial190.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:37:57.862 INFO:teuthology.orchestra.run.trial190.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:37:58.078 INFO:teuthology.orchestra.run.trial190.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:37:58.079 INFO:teuthology.orchestra.run.trial190.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:37:58.091 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:37:58.096 INFO:teuthology.orchestra.run.trial190.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:37:58.104 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:37:58.110 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:37:58.131 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:37:58.132 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:37:58.146 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:37:58.152 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:37:58.156 INFO:teuthology.orchestra.run.trial190.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:37:58.293 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:37:58.294 INFO:teuthology.orchestra.run.trial190.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:37:58.319 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:37:58.321 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:37:58.344 INFO:teuthology.orchestra.run.trial190.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:37:58.345 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:37:58.786 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:Upgrading: 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:58.787 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout:Install 22 Packages 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout:Upgrade 2 Packages 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 58 M 2026-02-18T23:37:58.788 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:37:59.396 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:37:59.398 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:37:59.429 INFO:teuthology.orchestra.run.trial121.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 43 MB/s | 5.0 MB 00:00 2026-02-18T23:37:59.443 INFO:teuthology.orchestra.run.trial121.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 1.8 MB/s | 25 kB 00:00 2026-02-18T23:37:59.456 INFO:teuthology.orchestra.run.trial121.stdout:(3/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 49 MB/s | 637 kB 00:00 2026-02-18T23:37:59.467 INFO:teuthology.orchestra.run.trial121.stdout:(4/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 40 MB/s | 457 kB 00:00 2026-02-18T23:37:59.489 INFO:teuthology.orchestra.run.trial121.stdout:(5/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 82 MB/s | 14 MB 00:00 2026-02-18T23:37:59.528 INFO:teuthology.orchestra.run.trial121.stdout:(6/24): ceph-common-17.2.9-0.el9.x86_64.rpm 105 MB/s | 22 MB 00:00 2026-02-18T23:37:59.528 INFO:teuthology.orchestra.run.trial121.stdout:(7/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 1.1 MB/s | 45 kB 00:00 2026-02-18T23:37:59.537 INFO:teuthology.orchestra.run.trial121.stdout:(8/24): librgw2-17.2.9-0.el9.x86_64.rpm 70 MB/s | 4.9 MB 00:00 2026-02-18T23:37:59.538 INFO:teuthology.orchestra.run.trial121.stdout:(9/24): python3-ceph-common-17.2.9-0.el9.x86_64 11 MB/s | 120 kB 00:00 2026-02-18T23:37:59.538 INFO:teuthology.orchestra.run.trial121.stdout:(10/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 15 MB/s | 157 kB 00:00 2026-02-18T23:37:59.548 INFO:teuthology.orchestra.run.trial121.stdout:(11/24): python3-rados-17.2.9-0.el9.x86_64.rpm 29 MB/s | 320 kB 00:00 2026-02-18T23:37:59.549 INFO:teuthology.orchestra.run.trial121.stdout:(12/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 27 MB/s | 296 kB 00:00 2026-02-18T23:37:59.549 INFO:teuthology.orchestra.run.trial121.stdout:(13/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 9.1 MB/s | 100 kB 00:00 2026-02-18T23:37:59.577 INFO:teuthology.orchestra.run.trial121.stdout:(14/24): mailcap-2.1.49-5.el9.noarch.rpm 1.2 MB/s | 33 kB 00:00 2026-02-18T23:37:59.665 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:37:59.668 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:37:59.709 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:37:59.709 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:37:59.709 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:37:59.709 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:37:59.712 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:00.069 INFO:teuthology.orchestra.run.trial121.stdout:(15/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 87 kB/s | 45 kB 00:00 2026-02-18T23:38:00.404 INFO:teuthology.orchestra.run.trial121.stdout:(16/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 873 kB/s | 292 kB 00:00 2026-02-18T23:38:00.451 INFO:teuthology.orchestra.run.trial121.stdout:(17/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 177 kB/s | 160 kB 00:00 2026-02-18T23:38:00.473 INFO:teuthology.orchestra.run.trial121.stdout:(18/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.3 MB/s | 308 kB 00:00 2026-02-18T23:38:00.490 INFO:teuthology.orchestra.run.trial121.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 4.1 MB/s | 67 kB 00:00 2026-02-18T23:38:00.496 INFO:teuthology.orchestra.run.trial121.stdout:(20/24): liboath-2.6.12-1.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2026-02-18T23:38:00.536 INFO:teuthology.orchestra.run.trial121.stdout:(21/24): librados2-17.2.9-0.el9.x86_64.rpm 78 MB/s | 3.1 MB 00:00 2026-02-18T23:38:00.556 INFO:teuthology.orchestra.run.trial121.stdout:(22/24): librbd1-17.2.9-0.el9.x86_64.rpm 150 MB/s | 2.9 MB 00:00 2026-02-18T23:38:00.559 INFO:teuthology.orchestra.run.trial121.stdout:(23/24): thrift-0.15.0-4.el9.x86_64.rpm 23 MB/s | 1.6 MB 00:00 2026-02-18T23:38:00.817 INFO:teuthology.orchestra.run.trial121.stdout:(24/24): librdkafka-1.6.1-102.el9.x86_64.rpm 534 kB/s | 662 kB 00:01 2026-02-18T23:38:00.823 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:00.823 INFO:teuthology.orchestra.run.trial121.stdout:Total 29 MB/s | 58 MB 00:02 2026-02-18T23:38:00.862 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:00.878 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:00.878 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:01.096 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:01.096 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:01.360 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:01.497 INFO:teuthology.orchestra.run.trial121.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:38:01.501 INFO:teuthology.orchestra.run.trial121.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:38:01.530 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:38:01.558 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:38:01.558 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:38:01.581 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:38:01.589 INFO:teuthology.orchestra.run.trial121.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:38:01.593 INFO:teuthology.orchestra.run.trial121.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:38:01.802 INFO:teuthology.orchestra.run.trial121.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:38:01.803 INFO:teuthology.orchestra.run.trial121.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:38:01.815 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:38:01.819 INFO:teuthology.orchestra.run.trial121.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:38:01.827 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:38:01.834 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:38:01.854 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:38:01.855 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:38:01.869 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:38:01.878 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:38:01.884 INFO:teuthology.orchestra.run.trial121.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:38:02.016 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:38:02.017 INFO:teuthology.orchestra.run.trial121.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:38:02.043 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:38:02.045 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:38:02.068 INFO:teuthology.orchestra.run.trial121.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:38:02.069 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:38:03.080 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:38:03.082 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:38:03.345 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:38:03.348 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:38:03.390 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:38:03.391 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:38:03.391 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:38:03.391 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:03.393 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:04.156 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /sys 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /proc 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /mnt 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /var/tmp 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /home 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /root 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout:skipping the directory /tmp 2026-02-18T23:38:04.157 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:04.786 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:04.817 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:04.818 INFO:teuthology.orchestra.run.trial190.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:38:04.831 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:38:04.832 INFO:teuthology.orchestra.run.trial190.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:05.162 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:38:05.163 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:38:05.164 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:38:05.165 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:38:05.166 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:38:05.166 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:38:05.166 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:05.166 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:38:05.166 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:38:05.219 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout:Upgraded: 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.220 INFO:teuthology.orchestra.run.trial190.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:38:05.221 INFO:teuthology.orchestra.run.trial190.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:05.222 INFO:teuthology.orchestra.run.trial190.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:38:05.223 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:05.223 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:05.260 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-test 2026-02-18T23:38:05.576 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:11 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:38:05.657 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:Install 5 Packages 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 49 M 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 194 M 2026-02-18T23:38:05.658 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:05.817 INFO:teuthology.orchestra.run.trial190.stdout:(1/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.5 MB/s | 163 kB 00:00 2026-02-18T23:38:06.080 INFO:teuthology.orchestra.run.trial190.stdout:(2/5): ceph-test-17.2.9-0.el9.x86_64.rpm 147 MB/s | 48 MB 00:00 2026-02-18T23:38:06.625 INFO:teuthology.orchestra.run.trial190.stdout:(3/5): libxslt-1.1.34-12.el9.x86_64.rpm 267 kB/s | 233 kB 00:00 2026-02-18T23:38:06.632 INFO:teuthology.orchestra.run.trial190.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 372 kB/s | 303 kB 00:00 2026-02-18T23:38:06.715 INFO:teuthology.orchestra.run.trial190.stdout:(5/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 101 kB/s | 64 kB 00:00 2026-02-18T23:38:06.718 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:06.718 INFO:teuthology.orchestra.run.trial190.stdout:Total 46 MB/s | 49 MB 00:01 2026-02-18T23:38:06.746 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:06.755 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:06.756 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:06.935 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:06.935 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:07.142 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:07.147 INFO:teuthology.orchestra.run.trial190.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:38:07.152 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:38:07.160 INFO:teuthology.orchestra.run.trial190.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:38:07.160 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:38:07.919 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:07.919 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /sys 2026-02-18T23:38:07.919 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /proc 2026-02-18T23:38:07.919 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /mnt 2026-02-18T23:38:07.919 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /var/tmp 2026-02-18T23:38:07.920 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /home 2026-02-18T23:38:07.920 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /root 2026-02-18T23:38:07.920 INFO:teuthology.orchestra.run.trial121.stdout:skipping the directory /tmp 2026-02-18T23:38:07.920 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:08.529 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:38:08.559 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:38:08.559 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:08.559 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:38:08.559 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:08.560 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:08.560 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:08.561 INFO:teuthology.orchestra.run.trial121.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:38:08.573 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:38:08.574 INFO:teuthology.orchestra.run.trial121.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:38:08.916 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:38:08.917 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:38:08.918 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:38:08.974 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:38:08.974 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:08.974 INFO:teuthology.orchestra.run.trial121.stdout:Upgraded: 2026-02-18T23:38:08.974 INFO:teuthology.orchestra.run.trial121.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:38:08.975 INFO:teuthology.orchestra.run.trial121.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:08.976 INFO:teuthology.orchestra.run.trial121.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:38:08.977 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:08.977 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:09.015 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-test 2026-02-18T23:38:09.323 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:38:09.328 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:12 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:09.340 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:38:09.409 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:09.409 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:09.409 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:09.410 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:09.411 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:09.411 INFO:teuthology.orchestra.run.trial121.stdout:Install 5 Packages 2026-02-18T23:38:09.411 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:09.411 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 49 M 2026-02-18T23:38:09.412 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 194 M 2026-02-18T23:38:09.412 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:09.556 INFO:teuthology.orchestra.run.trial121.stdout:(1/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.5 MB/s | 163 kB 00:00 2026-02-18T23:38:09.557 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:38:09.557 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:38:09.557 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:38:09.558 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:38:09.558 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:38:09.609 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:38:09.609 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:09.609 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:09.610 INFO:teuthology.orchestra.run.trial190.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:09.610 INFO:teuthology.orchestra.run.trial190.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:38:09.610 INFO:teuthology.orchestra.run.trial190.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:38:09.610 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:09.610 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:09.643 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph 2026-02-18T23:38:09.896 INFO:teuthology.orchestra.run.trial121.stdout:(2/5): ceph-test-17.2.9-0.el9.x86_64.rpm 119 MB/s | 48 MB 00:00 2026-02-18T23:38:09.947 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:10.032 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:38:10.033 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:38:10.034 INFO:teuthology.orchestra.run.trial190.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:38:10.035 INFO:teuthology.orchestra.run.trial190.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:38:10.036 INFO:teuthology.orchestra.run.trial190.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout:Install 40 Packages 2026-02-18T23:38:10.037 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:10.038 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 28 M 2026-02-18T23:38:10.038 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 98 M 2026-02-18T23:38:10.038 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:10.160 INFO:teuthology.orchestra.run.trial121.stdout:(3/5): libxslt-1.1.34-12.el9.x86_64.rpm 349 kB/s | 233 kB 00:00 2026-02-18T23:38:10.468 INFO:teuthology.orchestra.run.trial121.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 111 kB/s | 64 kB 00:00 2026-02-18T23:38:10.591 INFO:teuthology.orchestra.run.trial190.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 195 kB/s | 6.4 kB 00:00 2026-02-18T23:38:10.661 INFO:teuthology.orchestra.run.trial190.stdout:(2/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 14 MB/s | 1.4 MB 00:00 2026-02-18T23:38:10.664 INFO:teuthology.orchestra.run.trial190.stdout:(3/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 20 MB/s | 2.1 MB 00:00 2026-02-18T23:38:10.671 INFO:teuthology.orchestra.run.trial190.stdout:(4/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 49 MB/s | 3.9 MB 00:00 2026-02-18T23:38:10.674 INFO:teuthology.orchestra.run.trial190.stdout:(5/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 23 MB/s | 240 kB 00:00 2026-02-18T23:38:10.718 INFO:teuthology.orchestra.run.trial190.stdout:(6/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 857 kB/s | 40 kB 00:00 2026-02-18T23:38:10.745 INFO:teuthology.orchestra.run.trial190.stdout:(7/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 184 MB/s | 15 MB 00:00 2026-02-18T23:38:10.748 INFO:teuthology.orchestra.run.trial190.stdout:(8/40): libconfig-1.7.2-9.el9.x86_64.rpm 1.0 MB/s | 72 kB 00:00 2026-02-18T23:38:10.756 INFO:teuthology.orchestra.run.trial190.stdout:(9/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 6.5 MB/s | 253 kB 00:00 2026-02-18T23:38:10.782 INFO:teuthology.orchestra.run.trial190.stdout:(10/40): python3-ply-3.11-14.el9.noarch.rpm 3.1 MB/s | 106 kB 00:00 2026-02-18T23:38:10.784 INFO:teuthology.orchestra.run.trial190.stdout:(11/40): python3-cryptography-36.0.1-5.el9.x86_ 31 MB/s | 1.2 MB 00:00 2026-02-18T23:38:10.788 INFO:teuthology.orchestra.run.trial190.stdout:(12/40): python3-pycparser-2.20-6.el9.noarch.rp 4.1 MB/s | 135 kB 00:00 2026-02-18T23:38:10.812 INFO:teuthology.orchestra.run.trial190.stdout:(13/40): python3-requests-2.25.1-10.el9.noarch. 4.1 MB/s | 126 kB 00:00 2026-02-18T23:38:10.816 INFO:teuthology.orchestra.run.trial190.stdout:(14/40): python3-urllib3-1.26.5-7.el9.noarch.rp 6.9 MB/s | 218 kB 00:00 2026-02-18T23:38:10.996 INFO:teuthology.orchestra.run.trial121.stdout:(5/5): socat-1.7.4.1-8.el9.x86_64.rpm 211 kB/s | 303 kB 00:01 2026-02-18T23:38:11.001 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:11.001 INFO:teuthology.orchestra.run.trial121.stdout:Total 31 MB/s | 49 MB 00:01 2026-02-18T23:38:11.027 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:11.036 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:11.036 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:11.214 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:11.214 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:11.382 INFO:teuthology.orchestra.run.trial190.stdout:(15/40): python3-mako-1.1.4-6.el9.noarch.rpm 304 kB/s | 172 kB 00:00 2026-02-18T23:38:11.422 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:11.427 INFO:teuthology.orchestra.run.trial121.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:38:11.430 INFO:teuthology.orchestra.run.trial190.stdout:(16/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 385 kB/s | 246 kB 00:00 2026-02-18T23:38:11.432 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:38:11.440 INFO:teuthology.orchestra.run.trial121.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:38:11.440 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:38:11.467 INFO:teuthology.orchestra.run.trial190.stdout:(17/40): python3-markupsafe-1.1.1-12.el9.x86_64 413 kB/s | 35 kB 00:00 2026-02-18T23:38:11.513 INFO:teuthology.orchestra.run.trial190.stdout:(18/40): python3-packaging-20.9-5.el9.noarch.rp 927 kB/s | 77 kB 00:00 2026-02-18T23:38:11.551 INFO:teuthology.orchestra.run.trial190.stdout:(19/40): python3-toml-0.10.2-6.el9.noarch.rpm 494 kB/s | 42 kB 00:00 2026-02-18T23:38:11.812 INFO:teuthology.orchestra.run.trial190.stdout:(20/40): python3-autocommand-2.2.2-8.el9.noarch 98 kB/s | 29 kB 00:00 2026-02-18T23:38:11.847 INFO:teuthology.orchestra.run.trial190.stdout:(21/40): python3-libstoragemgmt-1.10.1-1.el9.x8 171 kB/s | 177 kB 00:01 2026-02-18T23:38:11.892 INFO:teuthology.orchestra.run.trial190.stdout:(22/40): python3-backports-tarfile-1.2.0-1.el9. 176 kB/s | 60 kB 00:00 2026-02-18T23:38:11.923 INFO:teuthology.orchestra.run.trial190.stdout:(23/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 393 kB/s | 43 kB 00:00 2026-02-18T23:38:11.995 INFO:teuthology.orchestra.run.trial190.stdout:(24/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 149 kB/s | 11 kB 00:00 2026-02-18T23:38:12.078 INFO:teuthology.orchestra.run.trial190.stdout:(25/40): python3-jaraco-classes-3.2.1-5.el9.noa 211 kB/s | 18 kB 00:00 2026-02-18T23:38:12.133 INFO:teuthology.orchestra.run.trial190.stdout:(26/40): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2026-02-18T23:38:12.162 INFO:teuthology.orchestra.run.trial190.stdout:(27/40): python3-jaraco-collections-3.0.0-8.el9 276 kB/s | 23 kB 00:00 2026-02-18T23:38:12.199 INFO:teuthology.orchestra.run.trial190.stdout:(28/40): python3-jaraco-context-6.0.1-3.el9.noa 294 kB/s | 20 kB 00:00 2026-02-18T23:38:12.243 INFO:teuthology.orchestra.run.trial190.stdout:(29/40): python3-jaraco-functools-3.5.0-2.el9.n 243 kB/s | 19 kB 00:00 2026-02-18T23:38:12.267 INFO:teuthology.orchestra.run.trial190.stdout:(30/40): python3-jaraco-text-4.0.0-2.el9.noarch 391 kB/s | 26 kB 00:00 2026-02-18T23:38:12.280 INFO:teuthology.orchestra.run.trial190.stdout:(31/40): python3-cheroot-10.0.1-4.el9.noarch.rp 401 kB/s | 173 kB 00:00 2026-02-18T23:38:12.340 INFO:teuthology.orchestra.run.trial190.stdout:(32/40): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2026-02-18T23:38:12.346 INFO:teuthology.orchestra.run.trial190.stdout:(33/40): python3-logutils-0.3.5-21.el9.noarch.r 446 kB/s | 46 kB 00:00 2026-02-18T23:38:12.407 INFO:teuthology.orchestra.run.trial190.stdout:(34/40): python3-portend-3.1.0-2.el9.noarch.rpm 247 kB/s | 16 kB 00:00 2026-02-18T23:38:12.431 INFO:teuthology.orchestra.run.trial190.stdout:(35/40): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2026-02-18T23:38:12.476 INFO:teuthology.orchestra.run.trial190.stdout:(36/40): python3-tempora-5.0.0-2.el9.noarch.rpm 521 kB/s | 36 kB 00:00 2026-02-18T23:38:12.480 INFO:teuthology.orchestra.run.trial190.stdout:(37/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 674 kB/s | 90 kB 00:00 2026-02-18T23:38:12.522 INFO:teuthology.orchestra.run.trial190.stdout:(38/40): python3-webob-1.8.8-2.el9.noarch.rpm 2.5 MB/s | 230 kB 00:00 2026-02-18T23:38:12.559 INFO:teuthology.orchestra.run.trial190.stdout:(39/40): python3-zc-lockfile-2.0-10.el9.noarch. 251 kB/s | 20 kB 00:00 2026-02-18T23:38:12.590 INFO:teuthology.orchestra.run.trial190.stdout:(40/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2026-02-18T23:38:12.594 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:12.594 INFO:teuthology.orchestra.run.trial190.stdout:Total 11 MB/s | 28 MB 00:02 2026-02-18T23:38:12.714 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:12.732 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:12.733 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:12.870 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:12.870 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:13.058 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:13.060 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:38:13.062 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:38:13.066 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:38:13.071 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:38:13.102 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:38:13.123 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:38:13.132 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:38:13.138 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:38:13.142 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:38:13.147 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:38:13.152 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:38:13.156 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:38:13.161 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:38:13.165 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:38:13.172 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:38:13.175 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:38:13.185 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:38:13.192 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:38:13.216 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:38:13.270 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:38:13.294 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:38:13.306 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:38:13.312 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:38:13.326 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:38:13.341 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:38:13.416 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:38:13.424 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:38:13.447 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:38:13.476 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:38:13.482 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:38:13.526 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:38:13.569 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:38:13.587 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:38:13.591 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:38:13.592 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:13.616 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:13.620 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:38:13.638 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:13.638 INFO:teuthology.orchestra.run.trial190.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:38:13.639 INFO:teuthology.orchestra.run.trial190.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:38:13.639 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:13.648 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:13.673 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:13.673 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:38:13.673 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:13.784 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:38:13.784 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:38:13.784 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:38:13.784 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:38:13.784 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:38:13.836 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:13.837 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:13.871 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph 2026-02-18T23:38:14.173 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:17 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:14.256 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:14.257 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:14.257 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:38:14.257 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:14.257 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:38:14.258 INFO:teuthology.orchestra.run.trial121.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:38:14.259 INFO:teuthology.orchestra.run.trial121.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:38:14.260 INFO:teuthology.orchestra.run.trial121.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout:Install 40 Packages 2026-02-18T23:38:14.261 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:14.262 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 28 M 2026-02-18T23:38:14.262 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 98 M 2026-02-18T23:38:14.262 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:14.334 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:38:14.336 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:14.361 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:14.534 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:38:14.555 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:38:14.555 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:14.555 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:38:14.556 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:14.556 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:14.556 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:14.645 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:14.665 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:14.681 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:38:14.811 INFO:teuthology.orchestra.run.trial121.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 193 kB/s | 6.4 kB 00:00 2026-02-18T23:38:14.874 INFO:teuthology.orchestra.run.trial121.stdout:(2/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 15 MB/s | 1.4 MB 00:00 2026-02-18T23:38:14.878 INFO:teuthology.orchestra.run.trial121.stdout:(3/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 21 MB/s | 2.1 MB 00:00 2026-02-18T23:38:14.885 INFO:teuthology.orchestra.run.trial121.stdout:(4/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 53 MB/s | 3.9 MB 00:00 2026-02-18T23:38:14.889 INFO:teuthology.orchestra.run.trial121.stdout:(5/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 23 MB/s | 240 kB 00:00 2026-02-18T23:38:14.965 INFO:teuthology.orchestra.run.trial121.stdout:(6/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 170 MB/s | 15 MB 00:00 2026-02-18T23:38:14.965 INFO:teuthology.orchestra.run.trial121.stdout:(7/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 508 kB/s | 40 kB 00:00 2026-02-18T23:38:14.966 INFO:teuthology.orchestra.run.trial121.stdout:(8/40): libconfig-1.7.2-9.el9.x86_64.rpm 943 kB/s | 72 kB 00:00 2026-02-18T23:38:15.006 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:38:15.009 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:38:15.010 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:38:15.011 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:38:15.012 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:38:15.030 INFO:teuthology.orchestra.run.trial121.stdout:(9/40): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2026-02-18T23:38:15.031 INFO:teuthology.orchestra.run.trial121.stdout:(10/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.8 MB/s | 253 kB 00:00 2026-02-18T23:38:15.055 INFO:teuthology.orchestra.run.trial121.stdout:(11/40): python3-cryptography-36.0.1-5.el9.x86_ 14 MB/s | 1.2 MB 00:00 2026-02-18T23:38:15.056 INFO:teuthology.orchestra.run.trial121.stdout:(12/40): python3-pycparser-2.20-6.el9.noarch.rp 5.2 MB/s | 135 kB 00:00 2026-02-18T23:38:15.064 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:38:15.065 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:15.065 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:15.065 INFO:teuthology.orchestra.run.trial190.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:15.065 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:38:15.066 INFO:teuthology.orchestra.run.trial190.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:38:15.067 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:38:15.068 INFO:teuthology.orchestra.run.trial190.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:15.069 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:15.075 INFO:teuthology.orchestra.run.trial121.stdout:(13/40): python3-requests-2.25.1-10.el9.noarch. 2.8 MB/s | 126 kB 00:00 2026-02-18T23:38:15.077 INFO:teuthology.orchestra.run.trial121.stdout:(14/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 11 MB/s | 246 kB 00:00 2026-02-18T23:38:15.079 INFO:teuthology.orchestra.run.trial121.stdout:(15/40): python3-urllib3-1.26.5-7.el9.noarch.rp 8.7 MB/s | 218 kB 00:00 2026-02-18T23:38:15.084 INFO:teuthology.orchestra.run.trial121.stdout:(16/40): python3-mako-1.1.4-6.el9.noarch.rpm 23 MB/s | 172 kB 00:00 2026-02-18T23:38:15.090 INFO:teuthology.orchestra.run.trial121.stdout:(17/40): python3-markupsafe-1.1.1-12.el9.x86_64 3.2 MB/s | 35 kB 00:00 2026-02-18T23:38:15.091 INFO:teuthology.orchestra.run.trial121.stdout:(18/40): python3-packaging-20.9-5.el9.noarch.rp 14 MB/s | 77 kB 00:00 2026-02-18T23:38:15.093 INFO:teuthology.orchestra.run.trial121.stdout:(19/40): python3-libstoragemgmt-1.10.1-1.el9.x8 9.4 MB/s | 177 kB 00:00 2026-02-18T23:38:15.094 INFO:teuthology.orchestra.run.trial121.stdout:(20/40): python3-toml-0.10.2-6.el9.noarch.rpm 8.7 MB/s | 42 kB 00:00 2026-02-18T23:38:15.101 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-base 2026-02-18T23:38:15.331 INFO:teuthology.orchestra.run.trial121.stdout:(21/40): python3-autocommand-2.2.2-8.el9.noarch 122 kB/s | 29 kB 00:00 2026-02-18T23:38:15.378 INFO:teuthology.orchestra.run.trial121.stdout:(22/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 153 kB/s | 43 kB 00:00 2026-02-18T23:38:15.402 INFO:teuthology.orchestra.run.trial121.stdout:(23/40): python3-backports-tarfile-1.2.0-1.el9. 195 kB/s | 60 kB 00:00 2026-02-18T23:38:15.417 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:15.477 INFO:teuthology.orchestra.run.trial121.stdout:(24/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 143 kB/s | 11 kB 00:00 2026-02-18T23:38:15.482 INFO:teuthology.orchestra.run.trial190.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:15.499 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:15.500 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:15.500 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:15.522 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install cephadm 2026-02-18T23:38:15.559 INFO:teuthology.orchestra.run.trial121.stdout:(25/40): python3-jaraco-classes-3.2.1-5.el9.noa 216 kB/s | 18 kB 00:00 2026-02-18T23:38:15.579 INFO:teuthology.orchestra.run.trial121.stdout:(26/40): python3-cheroot-10.0.1-4.el9.noarch.rp 698 kB/s | 173 kB 00:00 2026-02-18T23:38:15.645 INFO:teuthology.orchestra.run.trial121.stdout:(27/40): python3-jaraco-collections-3.0.0-8.el9 268 kB/s | 23 kB 00:00 2026-02-18T23:38:15.653 INFO:teuthology.orchestra.run.trial121.stdout:(28/40): python3-jaraco-context-6.0.1-3.el9.noa 266 kB/s | 20 kB 00:00 2026-02-18T23:38:15.664 INFO:teuthology.orchestra.run.trial121.stdout:(29/40): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2026-02-18T23:38:15.727 INFO:teuthology.orchestra.run.trial121.stdout:(30/40): python3-jaraco-functools-3.5.0-2.el9.n 237 kB/s | 19 kB 00:00 2026-02-18T23:38:15.728 INFO:teuthology.orchestra.run.trial121.stdout:(31/40): python3-jaraco-text-4.0.0-2.el9.noarch 351 kB/s | 26 kB 00:00 2026-02-18T23:38:15.739 INFO:teuthology.orchestra.run.trial121.stdout:(32/40): python3-logutils-0.3.5-21.el9.noarch.r 620 kB/s | 46 kB 00:00 2026-02-18T23:38:15.809 INFO:teuthology.orchestra.run.trial121.stdout:(33/40): python3-portend-3.1.0-2.el9.noarch.rpm 233 kB/s | 16 kB 00:00 2026-02-18T23:38:15.826 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:15.858 INFO:teuthology.orchestra.run.trial121.stdout:(34/40): python3-more-itertools-8.12.0-2.el9.no 603 kB/s | 79 kB 00:00 2026-02-18T23:38:15.871 INFO:teuthology.orchestra.run.trial121.stdout:(35/40): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2026-02-18T23:38:15.889 INFO:teuthology.orchestra.run.trial121.stdout:(36/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2026-02-18T23:38:15.909 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:15.909 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:15.909 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 83 k 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 375 k 2026-02-18T23:38:15.910 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:15.946 INFO:teuthology.orchestra.run.trial121.stdout:(37/40): python3-tempora-5.0.0-2.el9.noarch.rpm 406 kB/s | 36 kB 00:00 2026-02-18T23:38:15.963 INFO:teuthology.orchestra.run.trial121.stdout:(38/40): python3-webob-1.8.8-2.el9.noarch.rpm 2.5 MB/s | 230 kB 00:00 2026-02-18T23:38:15.972 INFO:teuthology.orchestra.run.trial190.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.3 MB/s | 83 kB 00:00 2026-02-18T23:38:15.972 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:15.972 INFO:teuthology.orchestra.run.trial190.stdout:Total 1.3 MB/s | 83 kB 00:00 2026-02-18T23:38:15.972 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:15.975 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:15.975 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:15.976 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:15.976 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:15.992 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:16.014 INFO:teuthology.orchestra.run.trial121.stdout:(39/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2026-02-18T23:38:16.026 INFO:teuthology.orchestra.run.trial121.stdout:(40/40): python3-zc-lockfile-2.0-10.el9.noarch. 248 kB/s | 20 kB 00:00 2026-02-18T23:38:16.027 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:16.027 INFO:teuthology.orchestra.run.trial121.stdout:Total 16 MB/s | 28 MB 00:01 2026-02-18T23:38:16.043 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:16.056 INFO:teuthology.orchestra.run.trial190.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:16.122 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:16.146 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:16.163 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:16.163 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:16.176 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:16.177 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:16.177 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:16.177 INFO:teuthology.orchestra.run.trial190.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:38:16.177 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:16.177 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:16.203 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:38:16.301 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:16.301 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:16.491 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:16.493 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:38:16.494 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:38:16.499 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:38:16.504 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:38:16.507 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:16.534 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:38:16.556 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:38:16.565 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:38:16.571 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:38:16.575 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:38:16.581 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:38:16.586 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:38:16.588 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:16.589 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:16.589 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repo Size 2026-02-18T23:38:16.589 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 137 k 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 379 k 2026-02-18T23:38:16.590 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:16.591 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:38:16.595 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:38:16.598 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:38:16.606 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:38:16.609 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:38:16.618 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:38:16.624 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:38:16.648 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:38:16.650 INFO:teuthology.orchestra.run.trial190.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.2 MB/s | 137 kB 00:00 2026-02-18T23:38:16.650 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:16.650 INFO:teuthology.orchestra.run.trial190.stdout:Total 2.2 MB/s | 137 kB 00:00 2026-02-18T23:38:16.651 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:16.654 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:16.654 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:16.680 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:16.680 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:16.702 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:38:16.727 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:38:16.728 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:16.729 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:16.739 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:38:16.746 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:38:16.752 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:16.752 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:16.752 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:38:16.752 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:16.758 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:38:16.774 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:38:16.849 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:38:16.857 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:38:16.880 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:38:16.909 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:38:16.915 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:38:16.959 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:38:17.023 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:38:17.023 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:38:17.046 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:38:17.047 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:17.047 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:38:17.047 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:17.047 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:17.047 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:17.051 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:17.053 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:17.070 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:17.070 INFO:teuthology.orchestra.run.trial121.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:38:17.070 INFO:teuthology.orchestra.run.trial121.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:38:17.070 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:17.079 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:17.080 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-mgr 2026-02-18T23:38:17.103 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:38:17.104 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:38:17.104 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:17.383 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:17.448 INFO:teuthology.orchestra.run.trial190.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:17.465 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:17.465 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:17.465 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:17.486 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:38:17.755 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:38:17.757 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:17.783 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:17.794 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:17.877 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:17.877 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:17.877 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:Installing weak dependencies: 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout:Install 7 Packages 2026-02-18T23:38:17.878 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:17.879 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 3.8 M 2026-02-18T23:38:17.879 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 81 M 2026-02-18T23:38:17.879 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:17.951 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:38:17.972 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:38:17.973 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:17.973 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:38:17.973 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:17.973 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:17.973 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:18.059 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:38:18.081 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:38:18.081 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:18.081 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:38:18.081 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:18.081 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:18.082 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:18.098 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:38:18.263 INFO:teuthology.orchestra.run.trial190.stdout:(1/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 572 kB/s | 24 kB 00:00 2026-02-18T23:38:18.270 INFO:teuthology.orchestra.run.trial190.stdout:(2/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 297 kB/s | 15 kB 00:00 2026-02-18T23:38:18.311 INFO:teuthology.orchestra.run.trial190.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 191 kB/s | 9.0 kB 00:00 2026-02-18T23:38:18.333 INFO:teuthology.orchestra.run.trial190.stdout:(4/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 31 MB/s | 3.5 MB 00:00 2026-02-18T23:38:18.334 INFO:teuthology.orchestra.run.trial190.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 642 kB/s | 41 kB 00:00 2026-02-18T23:38:18.346 INFO:teuthology.orchestra.run.trial190.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 868 kB/s | 31 kB 00:00 2026-02-18T23:38:18.388 INFO:teuthology.orchestra.run.trial190.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.4 MB/s | 188 kB 00:00 2026-02-18T23:38:18.389 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:18.389 INFO:teuthology.orchestra.run.trial190.stdout:Total 7.5 MB/s | 3.8 MB 00:00 2026-02-18T23:38:18.389 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:18.393 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:18.393 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:18.412 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:38:18.412 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:38:18.413 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:38:18.414 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:38:18.415 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:38:18.425 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:18.426 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:18.470 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:38:18.471 INFO:teuthology.orchestra.run.trial121.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:38:18.472 INFO:teuthology.orchestra.run.trial121.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:38:18.473 INFO:teuthology.orchestra.run.trial121.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:38:18.474 INFO:teuthology.orchestra.run.trial121.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:38:18.474 INFO:teuthology.orchestra.run.trial121.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:38:18.474 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:18.474 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:18.480 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:18.481 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:38:18.486 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:38:18.497 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:38:18.500 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:38:18.504 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:38:18.507 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-base 2026-02-18T23:38:18.820 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:18.886 INFO:teuthology.orchestra.run.trial121.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:18.903 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:18.904 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:18.904 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:18.925 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install cephadm 2026-02-18T23:38:18.948 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:38:18.950 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:38:19.091 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:38:19.145 INFO:teuthology.orchestra.run.trial190.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:19.146 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:19.173 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:38:19.231 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:19.313 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:19.313 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 83 k 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 375 k 2026-02-18T23:38:19.314 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:19.368 INFO:teuthology.orchestra.run.trial121.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.5 MB/s | 83 kB 00:00 2026-02-18T23:38:19.369 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:19.369 INFO:teuthology.orchestra.run.trial121.stdout:Total 1.5 MB/s | 83 kB 00:00 2026-02-18T23:38:19.369 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:19.371 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:19.371 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:19.372 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:19.373 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:19.389 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:19.438 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:19.453 INFO:teuthology.orchestra.run.trial121.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:19.478 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:19.524 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:19.560 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:19.561 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:19.561 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:38:19.561 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:19.561 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:19.561 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:38:19.562 INFO:teuthology.orchestra.run.trial190.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout:Install 12 Packages 2026-02-18T23:38:19.563 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:19.564 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 43 M 2026-02-18T23:38:19.564 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 234 M 2026-02-18T23:38:19.564 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:19.578 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:38:19.578 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.579 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:19.579 INFO:teuthology.orchestra.run.trial121.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:38:19.579 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.579 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:19.613 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:38:19.802 INFO:teuthology.orchestra.run.trial190.stdout:(1/12): ceph-mgr-diskprediction-local-17.2.9-0. 60 MB/s | 7.4 MB 00:00 2026-02-18T23:38:19.827 INFO:teuthology.orchestra.run.trial190.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 1.2 MB/s | 30 kB 00:00 2026-02-18T23:38:19.884 INFO:teuthology.orchestra.run.trial190.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 53 MB/s | 3.0 MB 00:00 2026-02-18T23:38:19.892 INFO:teuthology.orchestra.run.trial190.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.7 MB/s | 15 kB 00:00 2026-02-18T23:38:19.901 INFO:teuthology.orchestra.run.trial190.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.8 MB/s | 42 kB 00:00 2026-02-18T23:38:19.916 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:19.936 INFO:teuthology.orchestra.run.trial190.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 151 MB/s | 5.3 MB 00:00 2026-02-18T23:38:19.947 INFO:teuthology.orchestra.run.trial190.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 22 MB/s | 244 kB 00:00 2026-02-18T23:38:19.980 INFO:teuthology.orchestra.run.trial190.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 189 MB/s | 6.1 MB 00:00 2026-02-18T23:38:19.991 INFO:teuthology.orchestra.run.trial190.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 38 MB/s | 442 kB 00:00 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repo Size 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:19.998 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:19.999 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 137 k 2026-02-18T23:38:19.999 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 379 k 2026-02-18T23:38:19.999 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:20.060 INFO:teuthology.orchestra.run.trial121.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.2 MB/s | 137 kB 00:00 2026-02-18T23:38:20.061 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:20.061 INFO:teuthology.orchestra.run.trial121.stdout:Total 2.2 MB/s | 137 kB 00:00 2026-02-18T23:38:20.061 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:20.063 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:20.063 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:20.085 INFO:teuthology.orchestra.run.trial190.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 206 MB/s | 19 MB 00:00 2026-02-18T23:38:20.089 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:20.089 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:20.138 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:20.139 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:20.161 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:20.161 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:20.161 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:38:20.161 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:20.433 INFO:teuthology.orchestra.run.trial190.stdout:(11/12): libquadmath-11.5.0-14.el9.x86_64.rpm 245 kB/s | 184 kB 00:00 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:20.459 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:20.486 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-mgr 2026-02-18T23:38:20.594 INFO:teuthology.orchestra.run.trial190.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 868 kB/s | 794 kB 00:00 2026-02-18T23:38:20.595 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:20.595 INFO:teuthology.orchestra.run.trial190.stdout:Total 41 MB/s | 43 MB 00:01 2026-02-18T23:38:20.755 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:20.768 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:20.768 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:20.792 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:20.856 INFO:teuthology.orchestra.run.trial121.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:20.873 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:20.874 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:20.874 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:20.895 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:38:20.971 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:20.971 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:21.187 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:21.189 INFO:teuthology.orchestra.run.trial190.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:38:21.195 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:38:21.211 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:24 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:21.229 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:38:21.233 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:38:21.292 INFO:teuthology.orchestra.run.trial190.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:38:21.293 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:21.294 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:38:21.295 INFO:teuthology.orchestra.run.trial121.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Installing weak dependencies: 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Install 7 Packages 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 3.8 M 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 81 M 2026-02-18T23:38:21.296 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:21.297 INFO:teuthology.orchestra.run.trial190.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:38:21.316 INFO:teuthology.orchestra.run.trial190.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:38:21.447 INFO:teuthology.orchestra.run.trial121.stdout:(1/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 361 kB/s | 15 kB 00:00 2026-02-18T23:38:21.452 INFO:teuthology.orchestra.run.trial121.stdout:(2/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 539 kB/s | 24 kB 00:00 2026-02-18T23:38:21.498 INFO:teuthology.orchestra.run.trial121.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 178 kB/s | 9.0 kB 00:00 2026-02-18T23:38:21.519 INFO:teuthology.orchestra.run.trial121.stdout:(4/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 31 MB/s | 3.5 MB 00:00 2026-02-18T23:38:21.519 INFO:teuthology.orchestra.run.trial121.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 603 kB/s | 41 kB 00:00 2026-02-18T23:38:21.539 INFO:teuthology.orchestra.run.trial121.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 752 kB/s | 31 kB 00:00 2026-02-18T23:38:21.619 INFO:teuthology.orchestra.run.trial121.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 1.9 MB/s | 188 kB 00:00 2026-02-18T23:38:21.619 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:21.620 INFO:teuthology.orchestra.run.trial121.stdout:Total 12 MB/s | 3.8 MB 00:00 2026-02-18T23:38:21.620 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:21.623 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:21.624 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:21.636 INFO:teuthology.orchestra.run.trial190.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:38:21.656 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:21.656 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:21.708 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:38:21.709 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:21.711 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:38:21.715 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:38:21.727 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:38:21.730 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:38:21.734 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:38:22.174 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:38:22.177 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:38:22.306 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:38:22.306 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:38:22.306 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:38:22.307 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:38:22.307 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:38:22.307 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:38:22.307 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:38:22.360 INFO:teuthology.orchestra.run.trial121.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:38:22.361 INFO:teuthology.orchestra.run.trial121.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:38:22.361 INFO:teuthology.orchestra.run.trial121.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:38:22.361 INFO:teuthology.orchestra.run.trial121.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:38:22.361 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:22.361 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:22.370 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:38:22.389 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:38:22.689 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:22.771 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:22.772 INFO:teuthology.orchestra.run.trial121.stdout:Install 12 Packages 2026-02-18T23:38:22.773 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:22.773 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 43 M 2026-02-18T23:38:22.773 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 234 M 2026-02-18T23:38:22.773 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:22.822 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:38:22.823 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:38:23.051 INFO:teuthology.orchestra.run.trial121.stdout:(1/12): ceph-mgr-diskprediction-local-17.2.9-0. 58 MB/s | 7.4 MB 00:00 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:38:23.095 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:38:23.096 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:38:23.096 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:38:23.096 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:38:23.096 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:38:23.096 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:38:23.152 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:38:23.152 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:38:23.153 INFO:teuthology.orchestra.run.trial190.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:38:23.154 INFO:teuthology.orchestra.run.trial190.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:38:23.154 INFO:teuthology.orchestra.run.trial190.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:38:23.154 INFO:teuthology.orchestra.run.trial190.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:38:23.154 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:23.154 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:23.190 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:38:23.487 INFO:teuthology.orchestra.run.trial121.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 68 kB/s | 30 kB 00:00 2026-02-18T23:38:23.493 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:23.562 INFO:teuthology.orchestra.run.trial121.stdout:(3/12): libquadmath-11.5.0-14.el9.x86_64.rpm 289 kB/s | 184 kB 00:00 2026-02-18T23:38:23.574 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:23.575 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout:Install 10 Packages 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 2.0 M 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 25 M 2026-02-18T23:38:23.576 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:23.661 INFO:teuthology.orchestra.run.trial121.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 150 kB/s | 15 kB 00:00 2026-02-18T23:38:23.759 INFO:teuthology.orchestra.run.trial121.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 427 kB/s | 42 kB 00:00 2026-02-18T23:38:23.765 INFO:teuthology.orchestra.run.trial190.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 901 kB/s | 47 kB 00:00 2026-02-18T23:38:24.054 INFO:teuthology.orchestra.run.trial121.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 5.3 MB/s | 3.0 MB 00:00 2026-02-18T23:38:24.155 INFO:teuthology.orchestra.run.trial121.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.4 MB/s | 244 kB 00:00 2026-02-18T23:38:24.245 INFO:teuthology.orchestra.run.trial190.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 112 kB/s | 54 kB 00:00 2026-02-18T23:38:24.252 INFO:teuthology.orchestra.run.trial121.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 11 MB/s | 5.3 MB 00:00 2026-02-18T23:38:24.281 INFO:teuthology.orchestra.run.trial190.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 279 kB/s | 159 kB 00:00 2026-02-18T23:38:24.345 INFO:teuthology.orchestra.run.trial190.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2026-02-18T23:38:24.348 INFO:teuthology.orchestra.run.trial121.stdout:(9/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 32 MB/s | 6.1 MB 00:00 2026-02-18T23:38:24.352 INFO:teuthology.orchestra.run.trial121.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 4.3 MB/s | 442 kB 00:00 2026-02-18T23:38:24.355 INFO:teuthology.orchestra.run.trial190.stdout:(5/10): python3-pyasn1-modules-0.4.8-6.el9.noar 434 kB/s | 279 kB 00:00 2026-02-18T23:38:24.388 INFO:teuthology.orchestra.run.trial190.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 132 kB/s | 14 kB 00:00 2026-02-18T23:38:24.421 INFO:teuthology.orchestra.run.trial190.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 3.3 MB/s | 254 kB 00:00 2026-02-18T23:38:24.443 INFO:teuthology.orchestra.run.trial190.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 3.9 MB/s | 90 kB 00:00 2026-02-18T23:38:24.452 INFO:teuthology.orchestra.run.trial190.stdout:(9/10): python3-rsa-4.9-2.el9.noarch.rpm 926 kB/s | 59 kB 00:00 2026-02-18T23:38:24.565 INFO:teuthology.orchestra.run.trial190.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 4.9 MB/s | 1.0 MB 00:00 2026-02-18T23:38:24.567 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:24.568 INFO:teuthology.orchestra.run.trial190.stdout:Total 2.0 MB/s | 2.0 MB 00:00 2026-02-18T23:38:24.593 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:24.601 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:24.602 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:24.641 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:24.641 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:24.714 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:24.765 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:38:24.778 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:38:24.793 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:38:24.798 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:38:24.806 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:38:24.846 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:38:24.858 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:38:24.864 INFO:teuthology.orchestra.run.trial121.stdout:(11/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 37 MB/s | 19 MB 00:00 2026-02-18T23:38:25.184 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:38:25.197 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:38:25.198 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:38:25.301 INFO:teuthology.orchestra.run.trial121.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 334 kB/s | 794 kB 00:02 2026-02-18T23:38:25.302 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:38:25.303 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:38:25.304 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:38:25.304 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:38:25.304 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:38:25.305 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:25.305 INFO:teuthology.orchestra.run.trial121.stdout:Total 17 MB/s | 43 MB 00:02 2026-02-18T23:38:25.358 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:38:25.359 INFO:teuthology.orchestra.run.trial190.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:38:25.360 INFO:teuthology.orchestra.run.trial190.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:38:25.360 INFO:teuthology.orchestra.run.trial190.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:38:25.360 INFO:teuthology.orchestra.run.trial190.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:38:25.360 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:25.360 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:25.388 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:38:25.461 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:25.474 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:25.474 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:25.676 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:25.676 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:25.697 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:25.780 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: Package Arch Version Repository Size 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Installing dependencies: 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Install 6 Packages 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 7.0 M 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 33 M 2026-02-18T23:38:25.781 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:25.893 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:25.895 INFO:teuthology.orchestra.run.trial121.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:38:25.901 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:38:25.935 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:38:25.939 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:38:25.999 INFO:teuthology.orchestra.run.trial121.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:38:26.001 INFO:teuthology.orchestra.run.trial121.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:38:26.023 INFO:teuthology.orchestra.run.trial121.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:38:26.278 INFO:teuthology.orchestra.run.trial190.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 1.9 MB/s | 124 kB 00:00 2026-02-18T23:38:26.342 INFO:teuthology.orchestra.run.trial121.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:38:26.351 INFO:teuthology.orchestra.run.trial190.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.2 MB/s | 548 kB 00:00 2026-02-18T23:38:26.362 INFO:teuthology.orchestra.run.trial190.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 5.4 MB/s | 58 kB 00:00 2026-02-18T23:38:26.373 INFO:teuthology.orchestra.run.trial190.stdout:(4/6): python3-typing-extensions-4.15.0-1.el9.n 8.0 MB/s | 86 kB 00:00 2026-02-18T23:38:26.414 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:38:26.932 INFO:teuthology.orchestra.run.trial190.stdout:(5/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 346 kB/s | 249 kB 00:00 2026-02-18T23:38:27.073 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:38:27.349 INFO:teuthology.orchestra.run.trial190.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2026-02-18T23:38:27.351 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:27.351 INFO:teuthology.orchestra.run.trial190.stdout:Total 4.5 MB/s | 7.0 MB 00:01 2026-02-18T23:38:27.382 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:27.388 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:27.388 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:27.432 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:27.432 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:27.496 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:27.526 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:38:27.526 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:38:27.545 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:38:27.554 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:38:27.774 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:38:27.797 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:38:27.811 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:38:27.811 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:38:27.812 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:38:27.813 INFO:teuthology.orchestra.run.trial190.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:38:27.814 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:38:27.870 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:38:27.870 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:27.870 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:27.871 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:27.907 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:38:27.917 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:38:27.918 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:38:27.918 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:38:27.918 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:38:27.918 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:38:27.918 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:38:27.974 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:38:27.974 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:27.974 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:27.974 INFO:teuthology.orchestra.run.trial190.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:27.975 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:28.004 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install ceph-fuse 2026-02-18T23:38:28.215 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:28.296 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:38:28.297 INFO:teuthology.orchestra.run.trial121.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:Install 10 Packages 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 2.0 M 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 25 M 2026-02-18T23:38:28.298 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:28.310 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:28.393 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 813 k 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 2.4 M 2026-02-18T23:38:28.394 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:28.475 INFO:teuthology.orchestra.run.trial190.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 9.7 MB/s | 813 kB 00:00 2026-02-18T23:38:28.476 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:28.476 INFO:teuthology.orchestra.run.trial190.stdout:Total 9.6 MB/s | 813 kB 00:00 2026-02-18T23:38:28.476 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:28.479 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:28.479 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:28.512 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:28.513 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:28.553 INFO:teuthology.orchestra.run.trial121.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 918 kB/s | 47 kB 00:00 2026-02-18T23:38:28.595 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:28.611 INFO:teuthology.orchestra.run.trial190.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:28.834 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:28.881 INFO:teuthology.orchestra.run.trial121.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 163 kB/s | 54 kB 00:00 2026-02-18T23:38:28.889 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:28.890 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:28.890 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:28.890 INFO:teuthology.orchestra.run.trial190.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:28.890 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:28.890 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:28.912 INFO:teuthology.orchestra.run.trial121.stdout:(3/10): python3-cachetools-4.2.4-1.el9.noarch.r 1.0 MB/s | 32 kB 00:00 2026-02-18T23:38:28.915 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install librados-devel 2026-02-18T23:38:28.916 INFO:teuthology.orchestra.run.trial121.stdout:(4/10): python3-certifi-2023.05.07-4.el9.noarch 4.2 MB/s | 14 kB 00:00 2026-02-18T23:38:28.926 INFO:teuthology.orchestra.run.trial121.stdout:(5/10): python3-google-auth-2.45.0-1.el9.noarch 24 MB/s | 254 kB 00:00 2026-02-18T23:38:28.936 INFO:teuthology.orchestra.run.trial121.stdout:(6/10): python3-kubernetes-26.1.0-3.el9.noarch. 97 MB/s | 1.0 MB 00:00 2026-02-18T23:38:28.940 INFO:teuthology.orchestra.run.trial121.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 17 MB/s | 59 kB 00:00 2026-02-18T23:38:28.943 INFO:teuthology.orchestra.run.trial121.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 25 MB/s | 90 kB 00:00 2026-02-18T23:38:28.960 INFO:teuthology.orchestra.run.trial121.stdout:(9/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 346 kB/s | 159 kB 00:00 2026-02-18T23:38:29.025 INFO:teuthology.orchestra.run.trial121.stdout:(10/10): python3-pyasn1-modules-0.4.8-6.el9.noa 532 kB/s | 279 kB 00:00 2026-02-18T23:38:29.025 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:29.025 INFO:teuthology.orchestra.run.trial121.stdout:Total 2.7 MB/s | 2.0 MB 00:00 2026-02-18T23:38:29.050 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:29.058 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:29.058 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:29.096 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:29.096 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:29.171 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:29.221 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:29.222 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:38:29.235 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:38:29.250 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:38:29.255 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:38:29.263 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:38:29.302 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:38:29.304 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:29.304 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:29.305 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 126 k 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 448 k 2026-02-18T23:38:29.306 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:29.315 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:38:29.365 INFO:teuthology.orchestra.run.trial190.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 2.0 MB/s | 126 kB 00:00 2026-02-18T23:38:29.365 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:29.365 INFO:teuthology.orchestra.run.trial190.stdout:Total 2.0 MB/s | 126 kB 00:00 2026-02-18T23:38:29.366 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:29.368 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:29.368 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:29.399 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:29.399 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:29.452 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:29.468 INFO:teuthology.orchestra.run.trial190.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:29.550 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:29.606 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:29.607 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:29.607 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:29.607 INFO:teuthology.orchestra.run.trial190.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:29.607 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:29.607 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:29.634 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:38:29.635 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install libcephfs2 2026-02-18T23:38:29.647 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:38:29.648 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:38:29.751 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:38:29.752 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:38:29.752 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:38:29.807 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:38:29.807 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:29.807 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:29.807 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:38:29.807 INFO:teuthology.orchestra.run.trial121.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:29.808 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:29.836 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:38:29.950 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:30.014 INFO:teuthology.orchestra.run.trial190.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:30.032 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:30.033 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:30.033 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:30.055 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install libcephfs-devel 2026-02-18T23:38:30.142 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:30.225 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout: Package Arch Version Repository Size 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout:Installing dependencies: 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:38:30.226 INFO:teuthology.orchestra.run.trial121.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:Install 6 Packages 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 7.0 M 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 33 M 2026-02-18T23:38:30.227 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:30.362 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:30.422 INFO:teuthology.orchestra.run.trial121.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 2.0 MB/s | 124 kB 00:00 2026-02-18T23:38:30.443 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 25 k 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 110 k 2026-02-18T23:38:30.444 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:30.479 INFO:teuthology.orchestra.run.trial121.stdout:(2/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.1 MB/s | 249 kB 00:00 2026-02-18T23:38:30.488 INFO:teuthology.orchestra.run.trial190.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 565 kB/s | 25 kB 00:00 2026-02-18T23:38:30.489 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:30.489 INFO:teuthology.orchestra.run.trial190.stdout:Total 550 kB/s | 25 kB 00:00 2026-02-18T23:38:30.489 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:30.491 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:30.491 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:30.492 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:30.492 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:30.511 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:30.527 INFO:teuthology.orchestra.run.trial190.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:30.579 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:30.593 INFO:teuthology.orchestra.run.trial121.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 26 MB/s | 6.0 MB 00:00 2026-02-18T23:38:30.635 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:30.635 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:30.635 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:30.635 INFO:teuthology.orchestra.run.trial190.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:30.635 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:30.636 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:30.642 INFO:teuthology.orchestra.run.trial121.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 354 kB/s | 58 kB 00:00 2026-02-18T23:38:30.660 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install librados2 2026-02-18T23:38:30.691 INFO:teuthology.orchestra.run.trial121.stdout:(5/6): python3-typing-extensions-4.15.0-1.el9.n 891 kB/s | 86 kB 00:00 2026-02-18T23:38:30.692 INFO:teuthology.orchestra.run.trial121.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2026-02-18T23:38:30.693 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:30.693 INFO:teuthology.orchestra.run.trial121.stdout:Total 15 MB/s | 7.0 MB 00:00 2026-02-18T23:38:30.724 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:30.730 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:30.730 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:30.774 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:30.774 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:30.838 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:30.887 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:38:30.896 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:38:30.969 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:31.033 INFO:teuthology.orchestra.run.trial190.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:31.051 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:31.052 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:31.052 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:31.072 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install librbd1 2026-02-18T23:38:31.115 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:38:31.138 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:38:31.154 INFO:teuthology.orchestra.run.trial121.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:38:31.155 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:38:31.262 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:38:31.262 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:38:31.262 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:38:31.262 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:38:31.262 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:38:31.263 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:38:31.320 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:38:31.320 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:31.320 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:31.320 INFO:teuthology.orchestra.run.trial121.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:38:31.320 INFO:teuthology.orchestra.run.trial121.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:31.321 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:31.353 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install ceph-fuse 2026-02-18T23:38:31.386 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:31.450 INFO:teuthology.orchestra.run.trial190.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:31.467 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:31.468 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:31.468 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:31.490 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install python3-rados 2026-02-18T23:38:31.656 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 813 k 2026-02-18T23:38:31.738 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 2.4 M 2026-02-18T23:38:31.739 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:31.799 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:31.827 INFO:teuthology.orchestra.run.trial121.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 9.0 MB/s | 813 kB 00:00 2026-02-18T23:38:31.827 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:31.828 INFO:teuthology.orchestra.run.trial121.stdout:Total 8.8 MB/s | 813 kB 00:00 2026-02-18T23:38:31.828 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:31.831 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:31.831 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:31.864 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:31.864 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:31.864 INFO:teuthology.orchestra.run.trial190.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:31.882 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:31.882 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:31.882 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:31.904 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install python3-rgw 2026-02-18T23:38:31.946 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:31.963 INFO:teuthology.orchestra.run.trial121.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.173 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.205 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.230 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:32.258 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install librados-devel 2026-02-18T23:38:32.270 INFO:teuthology.orchestra.run.trial190.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:32.288 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:32.289 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:32.289 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:32.309 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install python3-cephfs 2026-02-18T23:38:32.564 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:32.614 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:32.645 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:32.645 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.646 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 126 k 2026-02-18T23:38:32.647 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 448 k 2026-02-18T23:38:32.647 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:32.678 INFO:teuthology.orchestra.run.trial190.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:32.695 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:32.696 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:32.696 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:32.707 INFO:teuthology.orchestra.run.trial121.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 2.0 MB/s | 126 kB 00:00 2026-02-18T23:38:32.708 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:32.708 INFO:teuthology.orchestra.run.trial121.stdout:Total 2.0 MB/s | 126 kB 00:00 2026-02-18T23:38:32.708 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:32.710 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:32.710 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:32.716 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install python3-rbd 2026-02-18T23:38:32.741 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:32.741 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:32.794 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:32.810 INFO:teuthology.orchestra.run.trial121.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.888 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:32.945 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:32.971 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install libcephfs2 2026-02-18T23:38:33.023 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:33.088 INFO:teuthology.orchestra.run.trial190.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:33.106 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:33.107 INFO:teuthology.orchestra.run.trial190.stdout:Nothing to do. 2026-02-18T23:38:33.107 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:33.128 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install rbd-fuse 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:33.352 INFO:teuthology.orchestra.run.trial121.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:33.370 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:33.370 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:33.370 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:33.392 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install libcephfs-devel 2026-02-18T23:38:33.432 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:33.514 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:33.514 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:33.514 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:33.514 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:33.514 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 82 k 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 222 k 2026-02-18T23:38:33.515 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:33.567 INFO:teuthology.orchestra.run.trial190.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.5 MB/s | 82 kB 00:00 2026-02-18T23:38:33.567 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:33.567 INFO:teuthology.orchestra.run.trial190.stdout:Total 1.5 MB/s | 82 kB 00:00 2026-02-18T23:38:33.567 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:33.570 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:33.570 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:33.601 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:33.601 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:33.651 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:33.667 INFO:teuthology.orchestra.run.trial190.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.704 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:33.750 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.786 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 25 k 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 110 k 2026-02-18T23:38:33.787 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:33.807 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.808 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:33.808 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:33.808 INFO:teuthology.orchestra.run.trial190.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:33.808 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:33.808 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:33.831 INFO:teuthology.orchestra.run.trial121.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 571 kB/s | 25 kB 00:00 2026-02-18T23:38:33.832 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:33.832 INFO:teuthology.orchestra.run.trial121.stdout:Total 554 kB/s | 25 kB 00:00 2026-02-18T23:38:33.832 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:33.834 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:33.834 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:33.835 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:33.835 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:33.836 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install rbd-mirror 2026-02-18T23:38:33.854 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:33.869 INFO:teuthology.orchestra.run.trial121.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.922 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.977 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:33.978 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:33.978 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:33.978 INFO:teuthology.orchestra.run.trial121.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:33.978 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:33.978 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:34.004 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install librados2 2026-02-18T23:38:34.143 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:34.226 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 2.9 M 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 12 M 2026-02-18T23:38:34.227 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:34.309 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:34.329 INFO:teuthology.orchestra.run.trial190.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 29 MB/s | 2.9 MB 00:00 2026-02-18T23:38:34.329 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:34.330 INFO:teuthology.orchestra.run.trial190.stdout:Total 28 MB/s | 2.9 MB 00:00 2026-02-18T23:38:34.330 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:34.333 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:34.333 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:34.372 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:34.372 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:34.373 INFO:teuthology.orchestra.run.trial121.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:34.390 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:34.391 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:34.391 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:34.412 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install librbd1 2026-02-18T23:38:34.554 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:34.555 INFO:teuthology.orchestra.run.trial190.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:34.579 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:34.579 INFO:teuthology.orchestra.run.trial190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:34.579 INFO:teuthology.orchestra.run.trial190.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:38:34.580 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:38:34.580 INFO:teuthology.orchestra.run.trial190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:38:34.580 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:34.720 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:34.783 INFO:teuthology.orchestra.run.trial121.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:34.801 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:34.801 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:34.802 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:34.823 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install python3-rados 2026-02-18T23:38:34.862 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:34.862 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:34.862 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:34.862 INFO:teuthology.orchestra.run.trial190.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:34.862 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:34.863 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:34.889 DEBUG:teuthology.orchestra.run.trial190:> sudo yum -y install rbd-nbd 2026-02-18T23:38:35.129 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:35.196 INFO:teuthology.orchestra.run.trial121.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:35.200 INFO:teuthology.orchestra.run.trial190.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 11:37:54 PM UTC. 2026-02-18T23:38:35.214 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:35.215 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:35.215 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:35.236 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install python3-rgw 2026-02-18T23:38:35.281 INFO:teuthology.orchestra.run.trial190.stdout:Dependencies resolved. 2026-02-18T23:38:35.282 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:35.282 INFO:teuthology.orchestra.run.trial190.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:Installing: 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:Transaction Summary 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:================================================================================ 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:Install 1 Package 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:Total download size: 165 k 2026-02-18T23:38:35.283 INFO:teuthology.orchestra.run.trial190.stdout:Installed size: 477 k 2026-02-18T23:38:35.284 INFO:teuthology.orchestra.run.trial190.stdout:Downloading Packages: 2026-02-18T23:38:35.342 INFO:teuthology.orchestra.run.trial190.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.7 MB/s | 165 kB 00:00 2026-02-18T23:38:35.343 INFO:teuthology.orchestra.run.trial190.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:35.344 INFO:teuthology.orchestra.run.trial190.stdout:Total 2.6 MB/s | 165 kB 00:00 2026-02-18T23:38:35.344 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction check 2026-02-18T23:38:35.347 INFO:teuthology.orchestra.run.trial190.stdout:Transaction check succeeded. 2026-02-18T23:38:35.347 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction test 2026-02-18T23:38:35.379 INFO:teuthology.orchestra.run.trial190.stdout:Transaction test succeeded. 2026-02-18T23:38:35.379 INFO:teuthology.orchestra.run.trial190.stdout:Running transaction 2026-02-18T23:38:35.434 INFO:teuthology.orchestra.run.trial190.stdout: Preparing : 1/1 2026-02-18T23:38:35.451 INFO:teuthology.orchestra.run.trial190.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:35.531 INFO:teuthology.orchestra.run.trial190.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:35.550 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout:Installed: 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout: 2026-02-18T23:38:35.587 INFO:teuthology.orchestra.run.trial190.stdout:Complete! 2026-02-18T23:38:35.621 DEBUG:teuthology.parallel:result is None 2026-02-18T23:38:35.622 INFO:teuthology.orchestra.run.trial121.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:35.633 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:35.633 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:35.634 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:35.655 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install python3-cephfs 2026-02-18T23:38:35.964 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:36.028 INFO:teuthology.orchestra.run.trial121.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:36.045 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:36.046 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:36.046 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:36.067 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install python3-rbd 2026-02-18T23:38:36.382 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:36.447 INFO:teuthology.orchestra.run.trial121.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:38:36.465 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:36.466 INFO:teuthology.orchestra.run.trial121.stdout:Nothing to do. 2026-02-18T23:38:36.466 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:36.487 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install rbd-fuse 2026-02-18T23:38:36.795 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:36.876 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:36.877 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:36.878 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:36.878 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:36.878 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 82 k 2026-02-18T23:38:36.878 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 222 k 2026-02-18T23:38:36.878 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:36.929 INFO:teuthology.orchestra.run.trial121.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.6 MB/s | 82 kB 00:00 2026-02-18T23:38:36.929 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:36.929 INFO:teuthology.orchestra.run.trial121.stdout:Total 1.5 MB/s | 82 kB 00:00 2026-02-18T23:38:36.929 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:36.932 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:36.932 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:36.962 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:36.962 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:37.012 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:37.028 INFO:teuthology.orchestra.run.trial121.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:37.104 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:37.160 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:37.187 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install rbd-mirror 2026-02-18T23:38:37.506 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:37.595 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:37.595 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:37.595 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:37.595 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 2.9 M 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 12 M 2026-02-18T23:38:37.596 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:37.695 INFO:teuthology.orchestra.run.trial121.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 29 MB/s | 2.9 MB 00:00 2026-02-18T23:38:37.696 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:37.696 INFO:teuthology.orchestra.run.trial121.stdout:Total 29 MB/s | 2.9 MB 00:00 2026-02-18T23:38:37.696 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:37.699 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:37.699 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:37.738 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:37.738 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:37.921 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:37.922 INFO:teuthology.orchestra.run.trial121.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.265 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:38.265 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.266 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:38.266 INFO:teuthology.orchestra.run.trial121.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:38.266 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.266 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:38.295 DEBUG:teuthology.orchestra.run.trial121:> sudo yum -y install rbd-nbd 2026-02-18T23:38:38.604 INFO:teuthology.orchestra.run.trial121.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 11:37:57 PM UTC. 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout:Dependencies resolved. 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout: Package Architecture Version Repository Size 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout:Installing: 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.686 INFO:teuthology.orchestra.run.trial121.stdout:Transaction Summary 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout:================================================================================ 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout:Install 1 Package 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout:Total download size: 165 k 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout:Installed size: 477 k 2026-02-18T23:38:38.687 INFO:teuthology.orchestra.run.trial121.stdout:Downloading Packages: 2026-02-18T23:38:38.750 INFO:teuthology.orchestra.run.trial121.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.5 MB/s | 165 kB 00:00 2026-02-18T23:38:38.751 INFO:teuthology.orchestra.run.trial121.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:38:38.751 INFO:teuthology.orchestra.run.trial121.stdout:Total 2.5 MB/s | 165 kB 00:00 2026-02-18T23:38:38.751 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction check 2026-02-18T23:38:38.755 INFO:teuthology.orchestra.run.trial121.stdout:Transaction check succeeded. 2026-02-18T23:38:38.755 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction test 2026-02-18T23:38:38.786 INFO:teuthology.orchestra.run.trial121.stdout:Transaction test succeeded. 2026-02-18T23:38:38.786 INFO:teuthology.orchestra.run.trial121.stdout:Running transaction 2026-02-18T23:38:38.841 INFO:teuthology.orchestra.run.trial121.stdout: Preparing : 1/1 2026-02-18T23:38:38.857 INFO:teuthology.orchestra.run.trial121.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:38.937 INFO:teuthology.orchestra.run.trial121.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:38.994 INFO:teuthology.orchestra.run.trial121.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial121.stdout:Installed: 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial121.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial121.stdout: 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial121.stdout:Complete! 2026-02-18T23:38:39.028 DEBUG:teuthology.parallel:result is None 2026-02-18T23:38:39.028 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:39.029 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:39.029 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:39.029 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:39.029 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:39.029 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2026-02-18T23:38:39.196 DEBUG:teuthology.orchestra.run.trial121:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:38:39.217 INFO:teuthology.orchestra.run.trial121.stdout:17.2.9-0.el9 2026-02-18T23:38:39.218 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:38:39.218 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:38:39.221 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:39.221 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:39.221 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:39.221 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:39.221 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:39.221 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=quincy 2026-02-18T23:38:39.382 DEBUG:teuthology.orchestra.run.trial190:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:38:39.403 INFO:teuthology.orchestra.run.trial190.stdout:17.2.9-0.el9 2026-02-18T23:38:39.403 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:38:39.403 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:38:39.407 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T23:38:39.407 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:38:39.407 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:38:39.435 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:38:39.435 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:38:39.471 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T23:38:39.472 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:38:39.472 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:38:39.499 DEBUG:teuthology.orchestra.run.trial121:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:38:39.563 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:38:39.564 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:38:39.590 DEBUG:teuthology.orchestra.run.trial190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:38:39.654 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T23:38:39.655 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:38:39.655 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:38:39.678 DEBUG:teuthology.orchestra.run.trial121:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:38:39.741 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:38:39.742 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:38:39.767 DEBUG:teuthology.orchestra.run.trial190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:38:39.833 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T23:38:39.833 DEBUG:teuthology.orchestra.run.trial121:> set -ex 2026-02-18T23:38:39.834 DEBUG:teuthology.orchestra.run.trial121:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:38:39.862 DEBUG:teuthology.orchestra.run.trial121:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:38:39.928 DEBUG:teuthology.orchestra.run.trial190:> set -ex 2026-02-18T23:38:39.928 DEBUG:teuthology.orchestra.run.trial190:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:38:39.954 DEBUG:teuthology.orchestra.run.trial190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:38:40.019 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T23:38:40.153 INFO:tasks.cephadm:Config: {'cephadm_branch': 'quincy', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:quincy', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'do not have an application enabled', 'application not enabled', 'or freeform for custom applications', 'POOL_APP_NOT_ENABLED', 'is down', 'OSD_DOWN', 'mons down', 'mon down', 'MON_DOWN', 'out of quorum', 'PG_AVAILABILITY', 'PG_DEGRADED', 'Reduced data availability', 'Degraded data redundancy', 'pg .* is stuck inactive', 'pg .* is .*degraded', 'FS_DEGRADED', 'OSDMAP_FLAGS', 'OSD_UPGRADE_FINISHED', 'Replacing daemon mds', 'MDS_ALL_DOWN', 'MDS_UP_LESS_THAN_MAX', 'filesystem is offline', 'with fewer MDS than max_mds'], 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:38:40.153 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:40.155 INFO:tasks.cephadm:Cluster fsid is f4288133-0d22-11f1-9d7a-d404e6e7d460 2026-02-18T23:38:40.155 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T23:38:40.155 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.121', 'mon.c': '[v2:10.20.193.121:3301,v1:10.20.193.121:6790]', 'mon.b': '10.20.193.190'} 2026-02-18T23:38:40.155 INFO:tasks.cephadm:First mon is mon.a on trial121 2026-02-18T23:38:40.155 INFO:tasks.cephadm:First mgr is y 2026-02-18T23:38:40.156 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T23:38:40.156 DEBUG:teuthology.orchestra.run.trial121:> sudo hostname $(hostname -s) 2026-02-18T23:38:40.181 DEBUG:teuthology.orchestra.run.trial190:> sudo hostname $(hostname -s) 2026-02-18T23:38:40.206 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2026-02-18T23:38:40.207 DEBUG:teuthology.orchestra.run.trial121:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.278 INFO:teuthology.orchestra.run.trial121.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:38 /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.278 DEBUG:teuthology.orchestra.run.trial190:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.328 INFO:teuthology.orchestra.run.trial190.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:38 /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.328 DEBUG:teuthology.orchestra.run.trial121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.347 DEBUG:teuthology.orchestra.run.trial190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:40.380 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2026-02-18T23:38:40.380 DEBUG:teuthology.orchestra.run.trial121:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:38:40.390 DEBUG:teuthology.orchestra.run.trial190:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:38:40.632 INFO:teuthology.orchestra.run.trial121.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:40.651 INFO:teuthology.orchestra.run.trial190.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:40.772 INFO:teuthology.orchestra.run.trial121.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:40.772 INFO:teuthology.orchestra.run.trial121.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:40.772 INFO:teuthology.orchestra.run.trial121.stderr:/bin/podman: stderr Error: unable to copy from source docker://quay.ceph.io/ceph-ci/ceph:quincy: initializing source docker://quay.ceph.io/ceph-ci/ceph:quincy: reading manifest quincy in quay.ceph.io/ceph-ci/ceph: manifest unknown 2026-02-18T23:38:40.772 INFO:teuthology.orchestra.run.trial121.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:40.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:40.787 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 589, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 485, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial121 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:38:40.789 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T23:38:40.791 DEBUG:teuthology.misc:Transferring archived files from trial121:/var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial121/crash 2026-02-18T23:38:40.792 DEBUG:teuthology.orchestra.run.trial121:> sudo tar c -f - -C /var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash -- . 2026-02-18T23:38:40.793 INFO:teuthology.orchestra.run.trial190.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:40.793 INFO:teuthology.orchestra.run.trial190.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:40.793 INFO:teuthology.orchestra.run.trial190.stderr:/bin/podman: stderr Error: unable to copy from source docker://quay.ceph.io/ceph-ci/ceph:quincy: initializing source docker://quay.ceph.io/ceph-ci/ceph:quincy: reading manifest quincy in quay.ceph.io/ceph-ci/ceph: manifest unknown 2026-02-18T23:38:40.793 INFO:teuthology.orchestra.run.trial190.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:40.817 INFO:teuthology.orchestra.run.trial121.stderr:tar: /var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:38:40.817 INFO:teuthology.orchestra.run.trial121.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:38:40.819 DEBUG:teuthology.misc:Transferring archived files from trial190:/var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial190/crash 2026-02-18T23:38:40.820 DEBUG:teuthology.orchestra.run.trial190:> sudo tar c -f - -C /var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash -- . 2026-02-18T23:38:40.846 INFO:teuthology.orchestra.run.trial190.stderr:tar: /var/lib/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:38:40.846 INFO:teuthology.orchestra.run.trial190.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:38:40.847 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T23:38:40.848 DEBUG:teuthology.orchestra.run.trial121:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'do not have an application enabled' | egrep -v 'application not enabled' | egrep -v 'or freeform for custom applications' | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'is down' | egrep -v OSD_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_AVAILABILITY | egrep -v PG_DEGRADED | egrep -v 'Reduced data availability' | egrep -v 'Degraded data redundancy' | egrep -v 'pg .* is stuck inactive' | egrep -v 'pg .* is .*degraded' | egrep -v FS_DEGRADED | egrep -v OSDMAP_FLAGS | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'Replacing daemon mds' | egrep -v MDS_ALL_DOWN | egrep -v MDS_UP_LESS_THAN_MAX | egrep -v 'filesystem is offline' | egrep -v 'with fewer MDS than max_mds' | head -n 1 2026-02-18T23:38:40.883 INFO:teuthology.orchestra.run.trial121.stderr:grep: /var/log/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:38:40.884 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-18T23:38:40.885 DEBUG:teuthology.orchestra.run.trial121:> sudo egrep '\[SEC\]' /var/log/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'do not have an application enabled' | egrep -v 'application not enabled' | egrep -v 'or freeform for custom applications' | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'is down' | egrep -v OSD_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_AVAILABILITY | egrep -v PG_DEGRADED | egrep -v 'Reduced data availability' | egrep -v 'Degraded data redundancy' | egrep -v 'pg .* is stuck inactive' | egrep -v 'pg .* is .*degraded' | egrep -v FS_DEGRADED | egrep -v OSDMAP_FLAGS | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'Replacing daemon mds' | egrep -v MDS_ALL_DOWN | egrep -v MDS_UP_LESS_THAN_MAX | egrep -v 'filesystem is offline' | egrep -v 'with fewer MDS than max_mds' | head -n 1 2026-02-18T23:38:40.948 INFO:teuthology.orchestra.run.trial121.stderr:grep: /var/log/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:38:40.950 INFO:tasks.cephadm:Compressing logs... 2026-02-18T23:38:40.950 DEBUG:teuthology.orchestra.run.trial121:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:38:40.991 DEBUG:teuthology.orchestra.run.trial190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:38:41.013 INFO:teuthology.orchestra.run.trial121.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:38:41.013 INFO:teuthology.orchestra.run.trial121.stderr:: No such file or directory 2026-02-18T23:38:41.013 INFO:teuthology.orchestra.run.trial121.stderr:/var/log/ceph/cephadm.log: 67.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:38:41.015 INFO:teuthology.orchestra.run.trial121.stderr: 2026-02-18T23:38:41.015 INFO:teuthology.orchestra.run.trial121.stderr:real 0m0.010s 2026-02-18T23:38:41.015 INFO:teuthology.orchestra.run.trial121.stderr:user 0m0.007s 2026-02-18T23:38:41.015 INFO:teuthology.orchestra.run.trial121.stderr:sys 0m0.011s 2026-02-18T23:38:41.016 INFO:teuthology.orchestra.run.trial190.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2026-02-18T23:38:41.016 INFO:teuthology.orchestra.run.trial190.stderr: /var/log/ceph/cephadm.log 2026-02-18T23:38:41.017 INFO:teuthology.orchestra.run.trial190.stderr:/var/log/ceph/cephadm.log: 67.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:38:41.018 INFO:teuthology.orchestra.run.trial190.stderr: 2026-02-18T23:38:41.018 INFO:teuthology.orchestra.run.trial190.stderr:real 0m0.011s 2026-02-18T23:38:41.018 INFO:teuthology.orchestra.run.trial190.stderr:user 0m0.008s 2026-02-18T23:38:41.018 INFO:teuthology.orchestra.run.trial190.stderr:sys 0m0.011s 2026-02-18T23:38:41.019 INFO:tasks.cephadm:Archiving logs... 2026-02-18T23:38:41.019 DEBUG:teuthology.misc:Transferring archived files from trial121:/var/log/ceph to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial121/log 2026-02-18T23:38:41.020 DEBUG:teuthology.orchestra.run.trial121:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:38:41.080 DEBUG:teuthology.misc:Transferring archived files from trial190:/var/log/ceph to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial190/log 2026-02-18T23:38:41.081 DEBUG:teuthology.orchestra.run.trial190:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:38:41.107 INFO:tasks.cephadm:Removing cluster... 2026-02-18T23:38:41.107 DEBUG:teuthology.orchestra.run.trial121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f4288133-0d22-11f1-9d7a-d404e6e7d460 --force 2026-02-18T23:38:41.457 DEBUG:teuthology.orchestra.run.trial190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f4288133-0d22-11f1-9d7a-d404e6e7d460 --force 2026-02-18T23:38:41.783 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T23:38:41.783 DEBUG:teuthology.orchestra.run.trial121:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:41.801 DEBUG:teuthology.orchestra.run.trial190:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:41.816 INFO:tasks.cephadm:Teardown complete 2026-02-18T23:38:41.816 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 2216, in task with contextutil.nested( File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 589, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 485, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial121 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:38:41.817 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T23:38:41.829 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T23:38:41.843 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-02-18T23:38:41.843 DEBUG:teuthology.orchestra.run.trial121:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:38:41.845 DEBUG:teuthology.orchestra.run.trial190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:38:41.996 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T23:38:42.008 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T23:38:42.008 DEBUG:teuthology.orchestra.run.trial121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:38:42.010 DEBUG:teuthology.orchestra.run.trial190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:38:42.025 INFO:teuthology.orchestra.run.trial121.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:38:42.026 INFO:teuthology.orchestra.run.trial190.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:38:42.117 INFO:teuthology.orchestra.run.trial190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:38:42.117 INFO:teuthology.orchestra.run.trial190.stdout:=============================================================================== 2026-02-18T23:38:42.117 INFO:teuthology.orchestra.run.trial190.stdout:^* ntp2.wiktel.com 1 6 17 63 -413us[ -610us] +/- 20ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial190.stdout:^? undef.us 3 7 100 70 +2587us[ -11us] +/- 91ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial190.stdout:^- 172-234-37-140.ip.linode> 2 6 17 63 +17ms[ +17ms] +/- 82ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial190.stdout:^+ 23.186.168.133 2 6 33 61 +1042us[+1042us] +/- 56ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:=============================================================================== 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:^* ntp2.wiktel.com 1 6 17 63 +2456ns[ -383us] +/- 20ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:^? undef.us 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:^- 172-234-37-140.ip.linode> 2 6 17 64 +17ms[ +16ms] +/- 81ms 2026-02-18T23:38:42.118 INFO:teuthology.orchestra.run.trial121.stdout:^- 23.186.168.133 2 6 17 63 +11ms[ +11ms] +/- 65ms 2026-02-18T23:38:42.119 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T23:38:42.130 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T23:38:42.130 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T23:38:42.144 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:38:42.199 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:38:42.239 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:38:42.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:42.262 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:38:42.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:42.303 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T23:38:42.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T23:38:42.330 INFO:teuthology.task.internal:Duration was 136.614152 seconds 2026-02-18T23:38:42.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T23:38:42.344 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T23:38:42.344 DEBUG:teuthology.orchestra.run.trial121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:38:42.347 DEBUG:teuthology.orchestra.run.trial190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:38:42.382 INFO:teuthology.orchestra.run.trial121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:38:42.382 INFO:teuthology.orchestra.run.trial190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:38:42.708 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T23:38:42.708 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial121.front.sepia.ceph.com 2026-02-18T23:38:42.709 DEBUG:teuthology.orchestra.run.trial121:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T23:38:42.769 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial190.front.sepia.ceph.com 2026-02-18T23:38:42.769 DEBUG:teuthology.orchestra.run.trial190:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T23:38:42.790 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T23:38:42.790 DEBUG:teuthology.orchestra.run.trial121:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:38:42.811 DEBUG:teuthology.orchestra.run.trial190:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:38:42.871 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T23:38:42.872 DEBUG:teuthology.orchestra.run.trial121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:38:42.891 DEBUG:teuthology.orchestra.run.trial190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:38:42.914 INFO:teuthology.orchestra.run.trial121.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:38:42.914 INFO:teuthology.orchestra.run.trial121.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:38:42.914 INFO:teuthology.orchestra.run.trial121.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:38:42.914 INFO:teuthology.orchestra.run.trial121.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:38:42.915 INFO:teuthology.orchestra.run.trial121.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:38:42.917 INFO:teuthology.orchestra.run.trial121.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:38:42.936 INFO:teuthology.orchestra.run.trial190.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:38:42.937 INFO:teuthology.orchestra.run.trial190.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:38:42.937 INFO:teuthology.orchestra.run.trial190.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:38:42.937 INFO:teuthology.orchestra.run.trial190.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:38:42.937 INFO:teuthology.orchestra.run.trial190.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:38:42.940 INFO:teuthology.orchestra.run.trial190.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:38:42.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T23:38:42.960 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T23:38:42.960 DEBUG:teuthology.orchestra.run.trial121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:38:42.985 DEBUG:teuthology.orchestra.run.trial190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:38:43.009 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T23:38:43.034 DEBUG:teuthology.orchestra.run.trial121:> 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 2026-02-18T23:38:43.055 DEBUG:teuthology.orchestra.run.trial190:> 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 2026-02-18T23:38:43.075 INFO:teuthology.orchestra.run.trial121.stdout:kernel.core_pattern = core 2026-02-18T23:38:43.079 INFO:teuthology.orchestra.run.trial190.stdout:kernel.core_pattern = core 2026-02-18T23:38:43.090 DEBUG:teuthology.orchestra.run.trial121:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:38:43.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:43.145 DEBUG:teuthology.orchestra.run.trial190:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:38:43.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:43.161 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T23:38:43.181 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T23:38:43.182 DEBUG:teuthology.misc:Transferring archived files from trial121:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial121 2026-02-18T23:38:43.183 DEBUG:teuthology.orchestra.run.trial121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:38:43.217 DEBUG:teuthology.misc:Transferring archived files from trial190:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53471/remote/trial190 2026-02-18T23:38:43.217 DEBUG:teuthology.orchestra.run.trial190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:38:43.252 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T23:38:43.252 DEBUG:teuthology.orchestra.run.trial121:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:38:43.255 DEBUG:teuthology.orchestra.run.trial190:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:38:43.300 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T23:38:43.320 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T23:38:43.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T23:38:43.337 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T23:38:43.337 DEBUG:teuthology.orchestra.run.trial121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:38:43.340 DEBUG:teuthology.orchestra.run.trial190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:38:43.355 INFO:teuthology.orchestra.run.trial121.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:38 /home/ubuntu/cephtest 2026-02-18T23:38:43.358 INFO:teuthology.orchestra.run.trial190.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:38 /home/ubuntu/cephtest 2026-02-18T23:38:43.359 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T23:38:43.377 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T23:38:43.416 INFO:teuthology.run:Summary data: description: upgrade:quincy-x:stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/connectivity} duration: 136.61415195465088 failure_reason: '"grep: /var/log/ceph/f4288133-0d22-11f1-9d7a-d404e6e7d460/ceph.log: No such file or directory" in cluster log' flavor: default owner: scheduled_jcollin@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-18T23:38:43.416 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:38:43.530 INFO:teuthology.run:FAIL