2026-02-18T23:38:45.525 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T23:38:45.546 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:38:45.630 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/53485 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/rbd-import-export 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: - workunit: branch: quincy clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' first_in_suite: false flavor: default job_id: '53485' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial meta: - desc: 'run basic import/export cli tests for rbd ' - 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: trial079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI0bG6Drk2stPKU5SkW2eiWzycXK/XuZpYknfEvsmr/ea1eIDONrhMq9efAJWBPFvvIpV446YKXJ1nDOqwjCOKw= trial160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0+2oDOHQ1a+G7N/G8/d/s3qJ2AdVYSPKm4U/0Ktf85A7aFCm7PYz0ssVIBX7BWfZ5bO94tLdisSCiHujKyLeU= 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:38:45.630 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:38:45.631 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks 2026-02-18T23:38:45.631 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T23:38:45.633 INFO:teuthology.task.internal:Checking packages... 2026-02-18T23:38:45.633 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910' 2026-02-18T23:38:45.633 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:45.633 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:45.633 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:45.633 INFO:teuthology.packaging:branch: wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:38:45.633 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:45.633 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:38:45.754 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-689.g5c7d9533 2026-02-18T23:38:45.756 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T23:38:45.767 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T23:38:45.768 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T23:38:45.781 INFO:teuthology.task.internal:Saving configuration 2026-02-18T23:38:45.798 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T23:38:45.811 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T23:38:45.886 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial079.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/53485', '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:35:15.450556', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI0bG6Drk2stPKU5SkW2eiWzycXK/XuZpYknfEvsmr/ea1eIDONrhMq9efAJWBPFvvIpV446YKXJ1nDOqwjCOKw='} 2026-02-18T23:38:45.954 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial160.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/53485', '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:35:15.451166', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0+2oDOHQ1a+G7N/G8/d/s3qJ2AdVYSPKm4U/0Ktf85A7aFCm7PYz0ssVIBX7BWfZ5bO94tLdisSCiHujKyLeU='} 2026-02-18T23:38:45.954 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T23:38:45.975 INFO:teuthology.task.internal:roles: ubuntu@trial079.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:38:45.975 INFO:teuthology.task.internal:roles: ubuntu@trial160.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:38:45.975 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T23:38:46.130 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7322c15d6340>, signals=[15]) 2026-02-18T23:38:46.130 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T23:38:46.142 INFO:teuthology.task.internal:Opening connections... 2026-02-18T23:38:46.142 DEBUG:teuthology.task.internal:connecting to ubuntu@trial079.front.sepia.ceph.com 2026-02-18T23:38:46.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:38:46.211 DEBUG:teuthology.task.internal:connecting to ubuntu@trial160.front.sepia.ceph.com 2026-02-18T23:38:46.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:38:46.273 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T23:38:46.286 DEBUG:teuthology.orchestra.run.trial079:> uname -m 2026-02-18T23:38:46.301 INFO:teuthology.orchestra.run.trial079.stdout:x86_64 2026-02-18T23:38:46.301 DEBUG:teuthology.orchestra.run.trial079:> cat /etc/os-release 2026-02-18T23:38:46.357 INFO:teuthology.orchestra.run.trial079.stdout:NAME="CentOS Stream" 2026-02-18T23:38:46.357 INFO:teuthology.orchestra.run.trial079.stdout:VERSION="9" 2026-02-18T23:38:46.357 INFO:teuthology.orchestra.run.trial079.stdout:ID="centos" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:VERSION_ID="9" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:ANSI_COLOR="0;31" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:38:46.358 INFO:teuthology.orchestra.run.trial079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:38:46.359 INFO:teuthology.lock.ops:Updating trial079.front.sepia.ceph.com on lock server 2026-02-18T23:38:46.433 DEBUG:teuthology.orchestra.run.trial160:> uname -m 2026-02-18T23:38:46.448 INFO:teuthology.orchestra.run.trial160.stdout:x86_64 2026-02-18T23:38:46.448 DEBUG:teuthology.orchestra.run.trial160:> cat /etc/os-release 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:NAME="CentOS Stream" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:VERSION="9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:ID="centos" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:VERSION_ID="9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:ANSI_COLOR="0;31" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:38:46.504 INFO:teuthology.orchestra.run.trial160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:38:46.505 INFO:teuthology.lock.ops:Updating trial160.front.sepia.ceph.com on lock server 2026-02-18T23:38:46.583 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T23:38:46.597 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T23:38:46.608 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T23:38:46.608 DEBUG:teuthology.orchestra.run.trial079:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:38:46.610 DEBUG:teuthology.orchestra.run.trial160:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:38:46.625 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T23:38:46.637 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T23:38:46.637 DEBUG:teuthology.orchestra.run.trial079:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:38:46.666 DEBUG:teuthology.orchestra.run.trial160:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:38:46.682 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T23:38:46.843 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T23:38:46.864 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-18T23:38:46.864 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:38:46.865 DEBUG:teuthology.orchestra.run.trial079:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:38:46.865 DEBUG:teuthology.orchestra.run.trial160:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:38:46.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:46.880 DEBUG:teuthology.orchestra.run.trial160:> uname -r 2026-02-18T23:38:46.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:46.880 DEBUG:teuthology.orchestra.run.trial079:> uname -r 2026-02-18T23:38:46.936 INFO:teuthology.orchestra.run.trial079.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:38:46.937 INFO:teuthology.task.kernel:Running kernel on trial079: 5.14.0-681.el9.x86_64 2026-02-18T23:38:46.937 DEBUG:teuthology.orchestra.run.trial079:> sudo yum install -y kernel 2026-02-18T23:38:46.938 INFO:teuthology.orchestra.run.trial160.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:38:46.938 INFO:teuthology.task.kernel:Running kernel on trial160: 5.14.0-681.el9.x86_64 2026-02-18T23:38:46.938 DEBUG:teuthology.orchestra.run.trial160:> sudo yum install -y kernel 2026-02-18T23:38:48.138 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T23:38:49.008 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-18T23:38:52.048 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T23:38:53.236 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - AppStream 5.9 MB/s | 27 MB 00:04 2026-02-18T23:38:55.286 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 7.8 MB 00:00 2026-02-18T23:38:56.144 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - Extras packages 151 kB/s | 20 kB 00:00 2026-02-18T23:38:56.714 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - CRB 7.0 MB/s | 7.8 MB 00:01 2026-02-18T23:38:57.105 INFO:teuthology.orchestra.run.trial079.stdout:Extra Packages for Enterprise Linux 23 MB/s | 20 MB 00:00 2026-02-18T23:38:57.522 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - Extras packages 248 kB/s | 20 kB 00:00 2026-02-18T23:38:57.994 INFO:teuthology.orchestra.run.trial160.stdout:Extra Packages for Enterprise Linux 50 MB/s | 20 MB 00:00 2026-02-18T23:39:00.252 INFO:teuthology.orchestra.run.trial079.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T23:39:01.166 INFO:teuthology.orchestra.run.trial160.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T23:39:01.273 INFO:teuthology.orchestra.run.trial079.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:39:01.273 INFO:teuthology.orchestra.run.trial079.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:39:01.292 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:39:01.292 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:39:01.292 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:39:01.316 DEBUG:teuthology.orchestra.run.trial079:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:39:01.655 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:01 ago on Wed 18 Feb 2026 11:39:00 PM UTC. 2026-02-18T23:39:01.735 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:39:01.735 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:01.735 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:Reinstalling: 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 803 k 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 0 2026-02-18T23:39:01.736 INFO:teuthology.orchestra.run.trial079.stderr:Operation aborted. 2026-02-18T23:39:01.757 INFO:teuthology.orchestra.run.trial079.stdout:Is this ok [y/N]: 2026-02-18T23:39:01.757 DEBUG:teuthology.orchestra.run.trial079:> sudo yum reinstall -y kernel || true 2026-02-18T23:39:02.051 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:39:00 PM UTC. 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout:Reinstalling: 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:02.131 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:39:02.132 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:39:02.132 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:02.132 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 803 k 2026-02-18T23:39:02.132 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 0 2026-02-18T23:39:02.132 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:39:02.180 INFO:teuthology.orchestra.run.trial160.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:39:02.180 INFO:teuthology.orchestra.run.trial160.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:39:02.200 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:39:02.200 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:39:02.201 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:39:02.223 DEBUG:teuthology.orchestra.run.trial160:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:39:02.527 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:01 ago on Wed 18 Feb 2026 11:39:01 PM UTC. 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:Reinstalling: 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:02.607 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:02.608 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 803 k 2026-02-18T23:39:02.608 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 0 2026-02-18T23:39:02.608 INFO:teuthology.orchestra.run.trial160.stderr:Operation aborted. 2026-02-18T23:39:02.628 INFO:teuthology.orchestra.run.trial160.stdout:Is this ok [y/N]: 2026-02-18T23:39:02.628 DEBUG:teuthology.orchestra.run.trial160:> sudo yum reinstall -y kernel || true 2026-02-18T23:39:02.925 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:01 ago on Wed 18 Feb 2026 11:39:01 PM UTC. 2026-02-18T23:39:03.006 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:39:03.006 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:03.006 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:39:03.006 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:Reinstalling: 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 803 k 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 0 2026-02-18T23:39:03.007 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:39:03.057 INFO:teuthology.orchestra.run.trial079.stdout:kernel-5.14.0-681.el9.x86_64.rpm 926 kB/s | 803 kB 00:00 2026-02-18T23:39:03.057 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:39:03.057 INFO:teuthology.orchestra.run.trial079.stdout:Total 868 kB/s | 803 kB 00:00 2026-02-18T23:39:03.067 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:39:03.100 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:39:03.100 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:39:03.105 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:39:03.105 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:39:03.128 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:39:03.132 INFO:teuthology.orchestra.run.trial079.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:39:03.132 INFO:teuthology.orchestra.run.trial079.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.239 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.240 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:39:03.294 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.295 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:03.295 INFO:teuthology.orchestra.run.trial079.stdout:Reinstalled: 2026-02-18T23:39:03.295 INFO:teuthology.orchestra.run.trial079.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:39:03.295 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:39:03.295 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:39:03.321 DEBUG:teuthology.orchestra.run.trial079:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:39:03.339 INFO:teuthology.orchestra.run.trial160.stdout:kernel-5.14.0-681.el9.x86_64.rpm 26 MB/s | 803 kB 00:00 2026-02-18T23:39:03.339 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:39:03.339 INFO:teuthology.orchestra.run.trial160.stdout:Total 2.4 MB/s | 803 kB 00:00 2026-02-18T23:39:03.345 INFO:teuthology.orchestra.run.trial079.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:39:03.346 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:39:03.346 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:39:03.346 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2026-02-18T23:39:03.346 DEBUG:teuthology.orchestra.run.trial079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:39:03.350 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:39:03.383 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:39:03.383 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:39:03.387 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:39:03.388 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:39:03.410 INFO:teuthology.orchestra.run.trial079.stdout:ttyS1 2026-02-18T23:39:03.411 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:39:03.416 INFO:teuthology.orchestra.run.trial160.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:39:03.416 INFO:teuthology.orchestra.run.trial160.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.441 DEBUG:teuthology.parallel:result is None 2026-02-18T23:39:03.522 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.522 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout:Reinstalled: 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:39:03.580 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:39:03.607 DEBUG:teuthology.orchestra.run.trial160:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:39:03.631 INFO:teuthology.orchestra.run.trial160.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:39:03.631 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:39:03.631 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:39:03.631 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2026-02-18T23:39:03.631 DEBUG:teuthology.orchestra.run.trial160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:39:03.695 INFO:teuthology.orchestra.run.trial160.stdout:ttyS1 2026-02-18T23:39:03.719 DEBUG:teuthology.parallel:result is None 2026-02-18T23:39:03.719 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T23:39:03.734 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T23:39:03.735 DEBUG:teuthology.orchestra.run.trial079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:39:03.738 DEBUG:teuthology.orchestra.run.trial160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:39:03.776 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T23:39:03.796 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T23:39:03.811 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T23:39:03.811 DEBUG:teuthology.orchestra.run.trial079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:39:03.813 DEBUG:teuthology.orchestra.run.trial160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:39:03.834 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T23:39:03.852 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T23:39:03.852 DEBUG:teuthology.orchestra.run.trial079:> 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:39:03.873 DEBUG:teuthology.orchestra.run.trial160:> 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:39:03.894 INFO:teuthology.orchestra.run.trial079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:39:03.896 INFO:teuthology.orchestra.run.trial160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:39:03.904 INFO:teuthology.orchestra.run.trial079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:39:03.905 INFO:teuthology.orchestra.run.trial160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:39:03.907 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T23:39:03.919 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T23:39:03.919 DEBUG:teuthology.orchestra.run.trial079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:39:03.949 DEBUG:teuthology.orchestra.run.trial160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:39:03.974 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T23:39:03.992 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T23:39:03.993 DEBUG:teuthology.orchestra.run.trial079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:39:04.014 DEBUG:teuthology.orchestra.run.trial160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:39:04.031 DEBUG:teuthology.orchestra.run.trial079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:04.147 DEBUG:teuthology.orchestra.run.trial079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:04.171 DEBUG:teuthology.orchestra.run.trial079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:04.304 DEBUG:teuthology.orchestra.run.trial079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:04.327 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:39:04.327 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:39:04.391 DEBUG:teuthology.orchestra.run.trial160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:04.513 DEBUG:teuthology.orchestra.run.trial160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:04.538 DEBUG:teuthology.orchestra.run.trial160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:04.667 DEBUG:teuthology.orchestra.run.trial160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:04.690 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:39:04.690 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:39:04.752 DEBUG:teuthology.orchestra.run.trial079:> sudo service rsyslog restart 2026-02-18T23:39:04.754 DEBUG:teuthology.orchestra.run.trial160:> sudo service rsyslog restart 2026-02-18T23:39:04.780 INFO:teuthology.orchestra.run.trial079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:39:04.821 INFO:teuthology.orchestra.run.trial160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:39:05.265 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T23:39:05.282 INFO:teuthology.task.internal:Starting timer... 2026-02-18T23:39:05.282 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T23:39:05.306 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T23:39:05.326 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:39:05.327 DEBUG:teuthology.orchestra.run.trial079:> sudo service auditd rotate 2026-02-18T23:39:05.356 INFO:teuthology.orchestra.run.trial079.stdout:Rotating logs: 2026-02-18T23:39:05.358 DEBUG:teuthology.orchestra.run.trial160:> sudo service auditd rotate 2026-02-18T23:39:05.386 INFO:teuthology.orchestra.run.trial160.stdout:Rotating logs: 2026-02-18T23:39:05.388 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T23:39:05.388 DEBUG:teuthology.orchestra.run.trial079:> /usr/sbin/getenforce 2026-02-18T23:39:05.414 INFO:teuthology.orchestra.run.trial079.stdout:Permissive 2026-02-18T23:39:05.414 DEBUG:teuthology.orchestra.run.trial160:> /usr/sbin/getenforce 2026-02-18T23:39:05.445 INFO:teuthology.orchestra.run.trial160.stdout:Permissive 2026-02-18T23:39:05.445 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial079.front.sepia.ceph.com': 'permissive', 'ubuntu@trial160.front.sepia.ceph.com': 'permissive'} 2026-02-18T23:39:05.446 DEBUG:teuthology.orchestra.run.trial079:> 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:39:05.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:39:05.480 DEBUG:teuthology.orchestra.run.trial160:> 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:39:05.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:39:05.510 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T23:39:05.510 DEBUG:teuthology.orchestra.run.trial079:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:39:05.545 DEBUG:teuthology.orchestra.run.trial160:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:39:05.575 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T23:39:05.590 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T23:39:05.604 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:39:05.606 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial079.front.sepia.ceph.com,trial160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T23:40:10.772 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial079.front.sepia.ceph.com'), Remote(name='ubuntu@trial160.front.sepia.ceph.com')] 2026-02-18T23:40:10.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial079.front.sepia.ceph.com' 2026-02-18T23:40:10.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:40:10.838 DEBUG:teuthology.orchestra.run.trial079:> true 2026-02-18T23:40:10.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial079.front.sepia.ceph.com' 2026-02-18T23:40:10.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial160.front.sepia.ceph.com' 2026-02-18T23:40:10.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:40:10.996 DEBUG:teuthology.orchestra.run.trial160:> true 2026-02-18T23:40:11.073 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial160.front.sepia.ceph.com' 2026-02-18T23:40:11.074 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T23:40:11.086 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T23:40:11.086 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:40:11.087 DEBUG:teuthology.orchestra.run.trial079:> 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:40:11.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:40:11.089 DEBUG:teuthology.orchestra.run.trial160:> 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:40:11.114 INFO:teuthology.orchestra.run.trial079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:40:11.127 INFO:teuthology.orchestra.run.trial079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:40:11.142 INFO:teuthology.orchestra.run.trial160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:40:11.148 INFO:teuthology.orchestra.run.trial079.stderr:sudo: ntpd: command not found 2026-02-18T23:40:11.153 INFO:teuthology.orchestra.run.trial160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:40:11.158 INFO:teuthology.orchestra.run.trial079.stdout:506 Cannot talk to daemon 2026-02-18T23:40:11.171 INFO:teuthology.orchestra.run.trial079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:40:11.173 INFO:teuthology.orchestra.run.trial160.stderr:sudo: ntpd: command not found 2026-02-18T23:40:11.182 INFO:teuthology.orchestra.run.trial079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:40:11.183 INFO:teuthology.orchestra.run.trial160.stdout:506 Cannot talk to daemon 2026-02-18T23:40:11.194 INFO:teuthology.orchestra.run.trial160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:40:11.206 INFO:teuthology.orchestra.run.trial160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:40:11.231 INFO:teuthology.orchestra.run.trial079.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:40:11.233 INFO:teuthology.orchestra.run.trial079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:40:11.233 INFO:teuthology.orchestra.run.trial079.stdout:=============================================================================== 2026-02-18T23:40:11.258 INFO:teuthology.orchestra.run.trial160.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:=============================================================================== 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:^? dns-e.ns4v.icu 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:^? 24-229-44-105-static.cmt> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:^? sensei.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:40:11.278 INFO:teuthology.orchestra.run.trial160.stdout:^? ntp.shastacoe.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T23:40:11.280 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T23:40:11.291 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T23:40:11.291 DEBUG:teuthology.orchestra.run.trial079:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:40:11.291 DEBUG:teuthology.orchestra.run.trial160:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:40:11.293 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial079.front.sepia.ceph.com 2026-02-18T23:40:11.293 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:40:11.293 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:40:11.323 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial160.front.sepia.ceph.com 2026-02-18T23:40:11.324 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:40:11.324 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:40:11.463 INFO:teuthology.orchestra.run.trial079.stdout:No match for argument: nvme-cli 2026-02-18T23:40:11.464 INFO:teuthology.orchestra.run.trial079.stderr:No packages marked for removal. 2026-02-18T23:40:11.465 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:11.466 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:40:11.466 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:11.493 INFO:teuthology.orchestra.run.trial160.stdout:No match for argument: nvme-cli 2026-02-18T23:40:11.493 INFO:teuthology.orchestra.run.trial160.stderr:No packages marked for removal. 2026-02-18T23:40:11.495 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:11.496 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:40:11.496 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:11.765 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:26 ago on Wed 18 Feb 2026 11:39:45 PM UTC. 2026-02-18T23:40:11.797 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:26 ago on Wed 18 Feb 2026 11:39:45 PM UTC. 2026-02-18T23:40:11.846 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:40:11.847 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:Install 6 Packages 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 2.3 M 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 11 M 2026-02-18T23:40:11.848 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:11.879 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:11.879 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:11.879 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:11.879 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:11.879 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Install 6 Packages 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 2.3 M 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 11 M 2026-02-18T23:40:11.880 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:12.455 INFO:teuthology.orchestra.run.trial160.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 85 kB/s | 44 kB 00:00 2026-02-18T23:40:12.462 INFO:teuthology.orchestra.run.trial160.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 137 kB/s | 72 kB 00:00 2026-02-18T23:40:12.494 INFO:teuthology.orchestra.run.trial079.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 75 kB/s | 44 kB 00:00 2026-02-18T23:40:12.545 INFO:teuthology.orchestra.run.trial079.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 113 kB/s | 72 kB 00:00 2026-02-18T23:40:12.718 INFO:teuthology.orchestra.run.trial160.stdout:(3/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 587 kB/s | 150 kB 00:00 2026-02-18T23:40:12.843 INFO:teuthology.orchestra.run.trial160.stdout:(4/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.3 MB/s | 1.2 MB 00:00 2026-02-18T23:40:12.847 INFO:teuthology.orchestra.run.trial079.stdout:(3/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.2 MB/s | 1.2 MB 00:00 2026-02-18T23:40:12.864 INFO:teuthology.orchestra.run.trial160.stdout:(5/6): python3-kmod-0.9-32.el9.x86_64.rpm 206 kB/s | 84 kB 00:00 2026-02-18T23:40:12.976 INFO:teuthology.orchestra.run.trial160.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2026-02-18T23:40:12.977 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:12.977 INFO:teuthology.orchestra.run.trial160.stdout:Total 2.1 MB/s | 2.3 MB 00:01 2026-02-18T23:40:13.030 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:13.037 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:13.037 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:13.104 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:13.104 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:13.136 INFO:teuthology.orchestra.run.trial079.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 131 kB/s | 84 kB 00:00 2026-02-18T23:40:13.235 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:13.243 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:40:13.252 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:40:13.254 INFO:teuthology.orchestra.run.trial079.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 212 kB/s | 150 kB 00:00 2026-02-18T23:40:13.257 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:40:13.263 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:40:13.264 INFO:teuthology.orchestra.run.trial160.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:40:13.400 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:40:13.403 INFO:teuthology.orchestra.run.trial160.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:40:13.686 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:40:13.686 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:40:13.686 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:13.752 INFO:teuthology.orchestra.run.trial079.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 927 kB/s | 837 kB 00:00 2026-02-18T23:40:13.752 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:13.752 INFO:teuthology.orchestra.run.trial079.stdout:Total 1.2 MB/s | 2.3 MB 00:01 2026-02-18T23:40:13.805 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:13.813 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:13.813 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:13.880 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:13.881 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:13.927 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:40:13.928 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:40:13.928 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:40:13.928 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:40:13.928 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:40:13.981 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:13.982 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:14.012 DEBUG:teuthology.parallel:result is None 2026-02-18T23:40:14.013 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:14.020 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:40:14.029 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:40:14.034 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:40:14.040 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:40:14.041 INFO:teuthology.orchestra.run.trial079.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:40:14.177 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:40:14.180 INFO:teuthology.orchestra.run.trial079.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:40:14.460 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:40:14.460 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:40:14.460 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:14.710 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:40:14.710 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:40:14.710 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:40:14.710 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:40:14.710 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:40:14.764 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:14.765 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:14.796 DEBUG:teuthology.parallel:result is None 2026-02-18T23:40:14.796 INFO:teuthology.run_tasks:Running task install... 2026-02-18T23:40:14.813 DEBUG:teuthology.task.install:project ceph 2026-02-18T23:40:14.813 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'}} 2026-02-18T23:40:14.813 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:40:14.814 INFO:teuthology.task.install:Using flavor: default 2026-02-18T23:40:14.822 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:40:14.822 INFO:teuthology.task.install:extra packages: [] 2026-02-18T23:40:14.823 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:40:14.823 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:40:14.823 INFO:teuthology.packaging:ref: None 2026-02-18T23:40:14.823 INFO:teuthology.packaging:tag: None 2026-02-18T23:40:14.823 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:40:14.823 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:40:14.824 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:40:14.826 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:40:14.826 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:40:14.827 INFO:teuthology.packaging:ref: None 2026-02-18T23:40:14.827 INFO:teuthology.packaging:tag: None 2026-02-18T23:40:14.827 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:40:14.827 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:40:14.827 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:40:15.025 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:40:15.025 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:40:15.038 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:40:15.038 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:40:15.178 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:40:15.179 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:40:15.179 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:40:15.185 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:40:15.185 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:40:15.185 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:40:15.218 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:40:15.218 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:40:15.218 INFO:teuthology.packaging:ref: None 2026-02-18T23:40:15.218 INFO:teuthology.packaging:tag: None 2026-02-18T23:40:15.218 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:40:15.219 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:40:15.219 DEBUG:teuthology.orchestra.run.trial160:> 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:40:15.220 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:40:15.220 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:40:15.220 INFO:teuthology.packaging:ref: None 2026-02-18T23:40:15.220 INFO:teuthology.packaging:tag: None 2026-02-18T23:40:15.220 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:40:15.220 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:40:15.220 DEBUG:teuthology.orchestra.run.trial079:> 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:40:15.286 DEBUG:teuthology.orchestra.run.trial160:> 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:40:15.288 DEBUG:teuthology.orchestra.run.trial079:> 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:40:15.359 DEBUG:teuthology.orchestra.run.trial160:> 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:40:15.363 DEBUG:teuthology.orchestra.run.trial079:> 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:40:15.423 INFO:teuthology.orchestra.run.trial160.stdout:check_obsoletes = 1 2026-02-18T23:40:15.424 DEBUG:teuthology.orchestra.run.trial160:> sudo yum clean all 2026-02-18T23:40:15.426 INFO:teuthology.orchestra.run.trial079.stdout:check_obsoletes = 1 2026-02-18T23:40:15.428 DEBUG:teuthology.orchestra.run.trial079:> sudo yum clean all 2026-02-18T23:40:15.581 INFO:teuthology.orchestra.run.trial160.stdout:41 files removed 2026-02-18T23:40:15.586 INFO:teuthology.orchestra.run.trial079.stdout:41 files removed 2026-02-18T23:40:15.595 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-radosgw 2026-02-18T23:40:15.600 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-radosgw 2026-02-18T23:40:15.826 INFO:teuthology.orchestra.run.trial160.stdout:ceph packages for x86_64 862 kB/s | 77 kB 00:00 2026-02-18T23:40:15.827 INFO:teuthology.orchestra.run.trial079.stdout:ceph packages for x86_64 913 kB/s | 77 kB 00:00 2026-02-18T23:40:15.917 INFO:teuthology.orchestra.run.trial160.stdout:ceph noarch packages 159 kB/s | 11 kB 00:00 2026-02-18T23:40:15.922 INFO:teuthology.orchestra.run.trial079.stdout:ceph noarch packages 149 kB/s | 11 kB 00:00 2026-02-18T23:40:16.007 INFO:teuthology.orchestra.run.trial160.stdout:ceph source packages 30 kB/s | 2.1 kB 00:00 2026-02-18T23:40:16.013 INFO:teuthology.orchestra.run.trial079.stdout:ceph source packages 30 kB/s | 2.1 kB 00:00 2026-02-18T23:40:16.852 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T23:40:20.330 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - AppStream 9.1 MB/s | 27 MB 00:02 2026-02-18T23:40:21.814 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.9 MB 00:05 2026-02-18T23:40:24.420 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 7.8 MB 00:01 2026-02-18T23:40:25.252 INFO:teuthology.orchestra.run.trial160.stdout:CentOS Stream 9 - Extras packages 185 kB/s | 20 kB 00:00 2026-02-18T23:40:25.505 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - AppStream 8.5 MB/s | 27 MB 00:03 2026-02-18T23:40:25.764 INFO:teuthology.orchestra.run.trial160.stdout:Extra Packages for Enterprise Linux 45 MB/s | 20 MB 00:00 2026-02-18T23:40:28.995 INFO:teuthology.orchestra.run.trial160.stdout:lab-extras 787 kB/s | 50 kB 00:00 2026-02-18T23:40:29.579 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-18T23:40:30.193 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout:Upgrading: 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:40:30.194 INFO:teuthology.orchestra.run.trial160.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:30.195 INFO:teuthology.orchestra.run.trial160.stdout:Install 22 Packages 2026-02-18T23:40:30.196 INFO:teuthology.orchestra.run.trial160.stdout:Upgrade 2 Packages 2026-02-18T23:40:30.196 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:30.196 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 58 M 2026-02-18T23:40:30.196 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:30.497 INFO:teuthology.orchestra.run.trial079.stdout:CentOS Stream 9 - Extras packages 105 kB/s | 20 kB 00:00 2026-02-18T23:40:30.568 INFO:teuthology.orchestra.run.trial160.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 45 MB/s | 5.0 MB 00:00 2026-02-18T23:40:30.577 INFO:teuthology.orchestra.run.trial160.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 25 kB 00:00 2026-02-18T23:40:30.588 INFO:teuthology.orchestra.run.trial160.stdout:(3/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 55 MB/s | 637 kB 00:00 2026-02-18T23:40:30.600 INFO:teuthology.orchestra.run.trial160.stdout:(4/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 38 MB/s | 457 kB 00:00 2026-02-18T23:40:30.633 INFO:teuthology.orchestra.run.trial160.stdout:(5/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 82 MB/s | 14 MB 00:00 2026-02-18T23:40:30.643 INFO:teuthology.orchestra.run.trial160.stdout:(6/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 4.2 MB/s | 45 kB 00:00 2026-02-18T23:40:30.650 INFO:teuthology.orchestra.run.trial160.stdout:(7/24): librgw2-17.2.9-0.el9.x86_64.rpm 98 MB/s | 4.9 MB 00:00 2026-02-18T23:40:30.653 INFO:teuthology.orchestra.run.trial160.stdout:(8/24): python3-ceph-common-17.2.9-0.el9.x86_64 13 MB/s | 120 kB 00:00 2026-02-18T23:40:30.660 INFO:teuthology.orchestra.run.trial160.stdout:(9/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 17 MB/s | 157 kB 00:00 2026-02-18T23:40:30.663 INFO:teuthology.orchestra.run.trial160.stdout:(10/24): python3-rados-17.2.9-0.el9.x86_64.rpm 31 MB/s | 320 kB 00:00 2026-02-18T23:40:30.669 INFO:teuthology.orchestra.run.trial160.stdout:(11/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 30 MB/s | 296 kB 00:00 2026-02-18T23:40:30.672 INFO:teuthology.orchestra.run.trial160.stdout:(12/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 11 MB/s | 100 kB 00:00 2026-02-18T23:40:30.716 INFO:teuthology.orchestra.run.trial160.stdout:(13/24): mailcap-2.1.49-5.el9.noarch.rpm 714 kB/s | 33 kB 00:00 2026-02-18T23:40:30.855 INFO:teuthology.orchestra.run.trial160.stdout:(14/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 878 kB/s | 160 kB 00:00 2026-02-18T23:40:30.862 INFO:teuthology.orchestra.run.trial160.stdout:(15/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 310 kB/s | 45 kB 00:00 2026-02-18T23:40:31.099 INFO:teuthology.orchestra.run.trial160.stdout:(16/24): ceph-common-17.2.9-0.el9.x86_64.rpm 35 MB/s | 22 MB 00:00 2026-02-18T23:40:31.116 INFO:teuthology.orchestra.run.trial160.stdout:(17/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2026-02-18T23:40:31.162 INFO:teuthology.orchestra.run.trial160.stdout:(18/24): librdkafka-1.6.1-102.el9.x86_64.rpm 2.1 MB/s | 662 kB 00:00 2026-02-18T23:40:31.231 INFO:teuthology.orchestra.run.trial160.stdout:(19/24): liboath-2.6.12-1.el9.x86_64.rpm 424 kB/s | 49 kB 00:00 2026-02-18T23:40:31.289 INFO:teuthology.orchestra.run.trial160.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 531 kB/s | 67 kB 00:00 2026-02-18T23:40:31.291 INFO:teuthology.orchestra.run.trial160.stdout:(21/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.6 MB/s | 308 kB 00:00 2026-02-18T23:40:31.321 INFO:teuthology.orchestra.run.trial160.stdout:(22/24): librados2-17.2.9-0.el9.x86_64.rpm 98 MB/s | 3.1 MB 00:00 2026-02-18T23:40:31.333 INFO:teuthology.orchestra.run.trial079.stdout:Extra Packages for Enterprise Linux 26 MB/s | 20 MB 00:00 2026-02-18T23:40:31.334 INFO:teuthology.orchestra.run.trial160.stdout:(23/24): librbd1-17.2.9-0.el9.x86_64.rpm 68 MB/s | 2.9 MB 00:00 2026-02-18T23:40:31.353 INFO:teuthology.orchestra.run.trial160.stdout:(24/24): thrift-0.15.0-4.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2026-02-18T23:40:31.356 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:31.357 INFO:teuthology.orchestra.run.trial160.stdout:Total 50 MB/s | 58 MB 00:01 2026-02-18T23:40:31.400 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:31.415 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:31.415 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:31.633 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:31.633 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:31.895 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:32.034 INFO:teuthology.orchestra.run.trial160.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:40:32.038 INFO:teuthology.orchestra.run.trial160.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:32.066 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:32.093 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:40:32.094 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:32.117 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:32.125 INFO:teuthology.orchestra.run.trial160.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:40:32.128 INFO:teuthology.orchestra.run.trial160.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:40:32.337 INFO:teuthology.orchestra.run.trial160.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:40:32.338 INFO:teuthology.orchestra.run.trial160.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:32.351 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:32.355 INFO:teuthology.orchestra.run.trial160.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:40:32.364 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:40:32.370 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:40:32.391 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:40:32.392 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:32.406 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:32.412 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:40:32.416 INFO:teuthology.orchestra.run.trial160.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:40:32.551 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:40:32.552 INFO:teuthology.orchestra.run.trial160.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:40:32.579 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:40:32.582 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:40:32.606 INFO:teuthology.orchestra.run.trial160.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:40:32.607 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:40:33.631 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:33.633 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:33.899 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:33.903 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:40:33.943 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:40:33.943 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:40:33.943 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:40:33.943 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:33.946 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:34.581 INFO:teuthology.orchestra.run.trial079.stdout:lab-extras 2.1 MB/s | 50 kB 00:00 2026-02-18T23:40:35.769 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:35.770 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:35.770 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:40:35.770 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout:Upgrading: 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:40:35.771 INFO:teuthology.orchestra.run.trial079.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:40:35.772 INFO:teuthology.orchestra.run.trial079.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:35.773 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:35.774 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:35.774 INFO:teuthology.orchestra.run.trial079.stdout:Install 22 Packages 2026-02-18T23:40:35.774 INFO:teuthology.orchestra.run.trial079.stdout:Upgrade 2 Packages 2026-02-18T23:40:35.774 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:35.774 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 58 M 2026-02-18T23:40:35.775 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:36.352 INFO:teuthology.orchestra.run.trial079.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 44 MB/s | 5.0 MB 00:00 2026-02-18T23:40:36.362 INFO:teuthology.orchestra.run.trial079.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 2.4 MB/s | 25 kB 00:00 2026-02-18T23:40:36.374 INFO:teuthology.orchestra.run.trial079.stdout:(3/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 53 MB/s | 637 kB 00:00 2026-02-18T23:40:36.386 INFO:teuthology.orchestra.run.trial079.stdout:(4/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 39 MB/s | 457 kB 00:00 2026-02-18T23:40:36.421 INFO:teuthology.orchestra.run.trial079.stdout:(5/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 79 MB/s | 14 MB 00:00 2026-02-18T23:40:36.432 INFO:teuthology.orchestra.run.trial079.stdout:(6/24): librgw2-17.2.9-0.el9.x86_64.rpm 108 MB/s | 4.9 MB 00:00 2026-02-18T23:40:36.432 INFO:teuthology.orchestra.run.trial079.stdout:(7/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 4.0 MB/s | 45 kB 00:00 2026-02-18T23:40:36.442 INFO:teuthology.orchestra.run.trial079.stdout:(8/24): python3-ceph-common-17.2.9-0.el9.x86_64 11 MB/s | 120 kB 00:00 2026-02-18T23:40:36.443 INFO:teuthology.orchestra.run.trial079.stdout:(9/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 14 MB/s | 157 kB 00:00 2026-02-18T23:40:36.453 INFO:teuthology.orchestra.run.trial079.stdout:(10/24): python3-rados-17.2.9-0.el9.x86_64.rpm 31 MB/s | 320 kB 00:00 2026-02-18T23:40:36.454 INFO:teuthology.orchestra.run.trial079.stdout:(11/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 27 MB/s | 296 kB 00:00 2026-02-18T23:40:36.463 INFO:teuthology.orchestra.run.trial079.stdout:(12/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 9.5 MB/s | 100 kB 00:00 2026-02-18T23:40:36.520 INFO:teuthology.orchestra.run.trial079.stdout:(13/24): ceph-common-17.2.9-0.el9.x86_64.rpm 80 MB/s | 22 MB 00:00 2026-02-18T23:40:36.521 INFO:teuthology.orchestra.run.trial079.stdout:(14/24): mailcap-2.1.49-5.el9.noarch.rpm 493 kB/s | 33 kB 00:00 2026-02-18T23:40:36.537 INFO:teuthology.orchestra.run.trial079.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.1 MB/s | 160 kB 00:00 2026-02-18T23:40:36.549 INFO:teuthology.orchestra.run.trial079.stdout:(16/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.5 MB/s | 45 kB 00:00 2026-02-18T23:40:36.559 INFO:teuthology.orchestra.run.trial079.stdout:(17/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 13 MB/s | 292 kB 00:00 2026-02-18T23:40:36.579 INFO:teuthology.orchestra.run.trial079.stdout:(18/24): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 662 kB 00:00 2026-02-18T23:40:37.012 INFO:teuthology.orchestra.run.trial079.stdout:(19/24): liboath-2.6.12-1.el9.x86_64.rpm 108 kB/s | 49 kB 00:00 2026-02-18T23:40:37.176 INFO:teuthology.orchestra.run.trial079.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 113 kB/s | 67 kB 00:00 2026-02-18T23:40:37.216 INFO:teuthology.orchestra.run.trial079.stdout:(21/24): librados2-17.2.9-0.el9.x86_64.rpm 78 MB/s | 3.1 MB 00:00 2026-02-18T23:40:37.238 INFO:teuthology.orchestra.run.trial079.stdout:(22/24): librbd1-17.2.9-0.el9.x86_64.rpm 133 MB/s | 2.9 MB 00:00 2026-02-18T23:40:37.380 INFO:teuthology.orchestra.run.trial079.stdout:(23/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 370 kB/s | 308 kB 00:00 2026-02-18T23:40:37.667 INFO:teuthology.orchestra.run.trial079.stdout:(24/24): thrift-0.15.0-4.el9.x86_64.rpm 2.4 MB/s | 1.6 MB 00:00 2026-02-18T23:40:37.669 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:37.669 INFO:teuthology.orchestra.run.trial079.stdout:Total 31 MB/s | 58 MB 00:01 2026-02-18T23:40:37.711 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:37.727 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:37.727 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:37.945 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:37.946 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:38.211 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:38.349 INFO:teuthology.orchestra.run.trial079.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:40:38.352 INFO:teuthology.orchestra.run.trial079.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:38.381 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:38.408 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:40:38.409 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /sys 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /proc 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /mnt 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /var/tmp 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /home 2026-02-18T23:40:38.424 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /root 2026-02-18T23:40:38.425 INFO:teuthology.orchestra.run.trial160.stdout:skipping the directory /tmp 2026-02-18T23:40:38.425 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:38.430 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:38.438 INFO:teuthology.orchestra.run.trial079.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:40:38.441 INFO:teuthology.orchestra.run.trial079.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:40:38.646 INFO:teuthology.orchestra.run.trial079.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:40:38.647 INFO:teuthology.orchestra.run.trial079.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:38.658 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:38.662 INFO:teuthology.orchestra.run.trial079.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:40:38.671 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:40:38.677 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:40:38.697 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:40:38.698 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:38.711 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:38.718 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:40:38.721 INFO:teuthology.orchestra.run.trial079.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:40:38.852 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:40:38.854 INFO:teuthology.orchestra.run.trial079.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:40:38.878 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:40:38.881 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:40:38.903 INFO:teuthology.orchestra.run.trial079.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:40:38.904 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:40:39.041 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:40:39.071 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:40:39.071 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:39.072 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:40:39.072 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:40:39.072 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:40:39.072 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:39.073 INFO:teuthology.orchestra.run.trial160.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:40:39.085 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:40:39.085 INFO:teuthology.orchestra.run.trial160.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:39.396 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:39.396 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:40:39.396 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:39.396 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:40:39.397 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:40:39.398 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout:Upgraded: 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.455 INFO:teuthology.orchestra.run.trial160.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:40:39.456 INFO:teuthology.orchestra.run.trial160.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:39.457 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:39.497 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-test 2026-02-18T23:40:39.808 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:11 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:39.890 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:39.891 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:39.891 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:39.891 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:39.891 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:39.891 INFO:teuthology.orchestra.run.trial160.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:Install 5 Packages 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 49 M 2026-02-18T23:40:39.892 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 194 M 2026-02-18T23:40:39.893 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:39.901 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:39.904 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:40.160 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:40:40.163 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:40:40.205 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:40:40.205 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:40:40.205 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:40:40.205 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:40.208 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:40.277 INFO:teuthology.orchestra.run.trial160.stdout:(1/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.7 MB/s | 163 kB 00:00 2026-02-18T23:40:40.568 INFO:teuthology.orchestra.run.trial160.stdout:(2/5): ceph-test-17.2.9-0.el9.x86_64.rpm 137 MB/s | 48 MB 00:00 2026-02-18T23:40:41.051 INFO:teuthology.orchestra.run.trial160.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 132 kB/s | 64 kB 00:00 2026-02-18T23:40:41.434 INFO:teuthology.orchestra.run.trial160.stdout:(4/5): libxslt-1.1.34-12.el9.x86_64.rpm 191 kB/s | 233 kB 00:01 2026-02-18T23:40:41.667 INFO:teuthology.orchestra.run.trial160.stdout:(5/5): socat-1.7.4.1-8.el9.x86_64.rpm 218 kB/s | 303 kB 00:01 2026-02-18T23:40:41.672 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:41.673 INFO:teuthology.orchestra.run.trial160.stdout:Total 27 MB/s | 49 MB 00:01 2026-02-18T23:40:41.696 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:41.704 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:41.704 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:41.884 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:41.884 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:42.091 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:42.097 INFO:teuthology.orchestra.run.trial160.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:40:42.101 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:40:42.109 INFO:teuthology.orchestra.run.trial160.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:40:42.109 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:40:44.231 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:40:44.249 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:40:44.454 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:40:44.455 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:40:44.455 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:40:44.455 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:40:44.455 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:44.508 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:44.543 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph 2026-02-18T23:40:44.668 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:44.668 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /sys 2026-02-18T23:40:44.668 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /proc 2026-02-18T23:40:44.668 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /mnt 2026-02-18T23:40:44.668 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /var/tmp 2026-02-18T23:40:44.669 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /home 2026-02-18T23:40:44.669 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /root 2026-02-18T23:40:44.669 INFO:teuthology.orchestra.run.trial079.stdout:skipping the directory /tmp 2026-02-18T23:40:44.669 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:44.849 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:16 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:44.932 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:40:44.933 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:40:44.934 INFO:teuthology.orchestra.run.trial160.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:40:44.935 INFO:teuthology.orchestra.run.trial160.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:40:44.936 INFO:teuthology.orchestra.run.trial160.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout:Install 40 Packages 2026-02-18T23:40:44.937 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:44.938 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 28 M 2026-02-18T23:40:44.938 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 98 M 2026-02-18T23:40:44.938 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:45.271 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:40:45.300 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:45.302 INFO:teuthology.orchestra.run.trial079.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:40:45.313 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:40:45.313 INFO:teuthology.orchestra.run.trial079.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:45.619 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:45.619 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:40:45.620 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:40:45.621 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:40:45.622 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:40:45.622 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:40:45.622 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:40:45.677 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:40:45.677 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout:Upgraded: 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.678 INFO:teuthology.orchestra.run.trial079.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:40:45.679 INFO:teuthology.orchestra.run.trial079.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:45.680 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:45.681 INFO:teuthology.orchestra.run.trial160.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 165 kB/s | 6.4 kB 00:00 2026-02-18T23:40:45.717 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-test 2026-02-18T23:40:45.734 INFO:teuthology.orchestra.run.trial160.stdout:(2/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 15 MB/s | 1.4 MB 00:00 2026-02-18T23:40:45.739 INFO:teuthology.orchestra.run.trial160.stdout:(3/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 21 MB/s | 2.1 MB 00:00 2026-02-18T23:40:45.749 INFO:teuthology.orchestra.run.trial160.stdout:(4/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 24 MB/s | 240 kB 00:00 2026-02-18T23:40:45.756 INFO:teuthology.orchestra.run.trial160.stdout:(5/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 52 MB/s | 3.9 MB 00:00 2026-02-18T23:40:45.783 INFO:teuthology.orchestra.run.trial160.stdout:(6/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.2 MB/s | 40 kB 00:00 2026-02-18T23:40:45.789 INFO:teuthology.orchestra.run.trial160.stdout:(7/40): libconfig-1.7.2-9.el9.x86_64.rpm 2.1 MB/s | 72 kB 00:00 2026-02-18T23:40:45.823 INFO:teuthology.orchestra.run.trial160.stdout:(8/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 173 MB/s | 15 MB 00:00 2026-02-18T23:40:45.824 INFO:teuthology.orchestra.run.trial160.stdout:(9/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 6.1 MB/s | 253 kB 00:00 2026-02-18T23:40:45.834 INFO:teuthology.orchestra.run.trial160.stdout:(10/40): python3-pycparser-2.20-6.el9.noarch.rp 12 MB/s | 135 kB 00:00 2026-02-18T23:40:45.845 INFO:teuthology.orchestra.run.trial160.stdout:(11/40): python3-requests-2.25.1-10.el9.noarch. 12 MB/s | 126 kB 00:00 2026-02-18T23:40:45.846 INFO:teuthology.orchestra.run.trial160.stdout:(12/40): python3-cryptography-36.0.1-5.el9.x86_ 22 MB/s | 1.2 MB 00:00 2026-02-18T23:40:45.856 INFO:teuthology.orchestra.run.trial160.stdout:(13/40): python3-urllib3-1.26.5-7.el9.noarch.rp 20 MB/s | 218 kB 00:00 2026-02-18T23:40:45.861 INFO:teuthology.orchestra.run.trial160.stdout:(14/40): python3-ply-3.11-14.el9.noarch.rpm 2.7 MB/s | 106 kB 00:00 2026-02-18T23:40:46.026 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:12 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:46.108 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:40:46.109 INFO:teuthology.orchestra.run.trial079.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:Install 5 Packages 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 49 M 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 194 M 2026-02-18T23:40:46.110 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:46.227 INFO:teuthology.orchestra.run.trial079.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 8.7 MB/s | 233 kB 00:00 2026-02-18T23:40:46.239 INFO:teuthology.orchestra.run.trial079.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 24 MB/s | 303 kB 00:00 2026-02-18T23:40:46.244 INFO:teuthology.orchestra.run.trial079.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 14 MB/s | 64 kB 00:00 2026-02-18T23:40:46.263 INFO:teuthology.orchestra.run.trial079.stdout:(4/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.5 MB/s | 163 kB 00:00 2026-02-18T23:40:46.502 INFO:teuthology.orchestra.run.trial079.stdout:(5/5): ceph-test-17.2.9-0.el9.x86_64.rpm 159 MB/s | 48 MB 00:00 2026-02-18T23:40:46.503 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:46.503 INFO:teuthology.orchestra.run.trial079.stdout:Total 124 MB/s | 49 MB 00:00 2026-02-18T23:40:46.528 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:46.537 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:46.537 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:46.582 INFO:teuthology.orchestra.run.trial160.stdout:(15/40): python3-libstoragemgmt-1.10.1-1.el9.x8 244 kB/s | 177 kB 00:00 2026-02-18T23:40:46.586 INFO:teuthology.orchestra.run.trial160.stdout:(16/40): python3-mako-1.1.4-6.el9.noarch.rpm 237 kB/s | 172 kB 00:00 2026-02-18T23:40:46.618 INFO:teuthology.orchestra.run.trial160.stdout:(17/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 319 kB/s | 246 kB 00:00 2026-02-18T23:40:46.716 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:46.716 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:46.923 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:46.929 INFO:teuthology.orchestra.run.trial079.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:40:46.933 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:40:46.941 INFO:teuthology.orchestra.run.trial079.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:40:46.942 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:40:47.149 INFO:teuthology.orchestra.run.trial160.stdout:(18/40): python3-markupsafe-1.1.1-12.el9.x86_64 61 kB/s | 35 kB 00:00 2026-02-18T23:40:47.196 INFO:teuthology.orchestra.run.trial160.stdout:(19/40): python3-toml-0.10.2-6.el9.noarch.rpm 72 kB/s | 42 kB 00:00 2026-02-18T23:40:47.220 INFO:teuthology.orchestra.run.trial160.stdout:(20/40): python3-packaging-20.9-5.el9.noarch.rp 122 kB/s | 77 kB 00:00 2026-02-18T23:40:47.259 INFO:teuthology.orchestra.run.trial160.stdout:(21/40): python3-autocommand-2.2.2-8.el9.noarch 269 kB/s | 29 kB 00:00 2026-02-18T23:40:47.320 INFO:teuthology.orchestra.run.trial160.stdout:(22/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 436 kB/s | 43 kB 00:00 2026-02-18T23:40:47.331 INFO:teuthology.orchestra.run.trial160.stdout:(23/40): python3-backports-tarfile-1.2.0-1.el9. 446 kB/s | 60 kB 00:00 2026-02-18T23:40:47.348 INFO:teuthology.orchestra.run.trial160.stdout:(24/40): python3-cheroot-10.0.1-4.el9.noarch.rp 1.9 MB/s | 173 kB 00:00 2026-02-18T23:40:47.422 INFO:teuthology.orchestra.run.trial160.stdout:(25/40): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2026-02-18T23:40:47.428 INFO:teuthology.orchestra.run.trial160.stdout:(26/40): python3-jaraco-classes-3.2.1-5.el9.noa 220 kB/s | 18 kB 00:00 2026-02-18T23:40:47.454 INFO:teuthology.orchestra.run.trial160.stdout:(27/40): python3-jaraco-collections-3.0.0-8.el9 729 kB/s | 23 kB 00:00 2026-02-18T23:40:47.485 INFO:teuthology.orchestra.run.trial160.stdout:(28/40): python3-jaraco-functools-3.5.0-2.el9.n 622 kB/s | 19 kB 00:00 2026-02-18T23:40:47.516 INFO:teuthology.orchestra.run.trial160.stdout:(29/40): python3-jaraco-text-4.0.0-2.el9.noarch 839 kB/s | 26 kB 00:00 2026-02-18T23:40:47.551 INFO:teuthology.orchestra.run.trial160.stdout:(30/40): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2026-02-18T23:40:47.563 INFO:teuthology.orchestra.run.trial160.stdout:(31/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 46 kB/s | 11 kB 00:00 2026-02-18T23:40:47.583 INFO:teuthology.orchestra.run.trial160.stdout:(32/40): python3-more-itertools-8.12.0-2.el9.no 2.4 MB/s | 79 kB 00:00 2026-02-18T23:40:47.614 INFO:teuthology.orchestra.run.trial160.stdout:(33/40): python3-portend-3.1.0-2.el9.noarch.rpm 533 kB/s | 16 kB 00:00 2026-02-18T23:40:47.619 INFO:teuthology.orchestra.run.trial160.stdout:(34/40): python3-jaraco-context-6.0.1-3.el9.noa 103 kB/s | 20 kB 00:00 2026-02-18T23:40:47.653 INFO:teuthology.orchestra.run.trial160.stdout:(35/40): python3-tempora-5.0.0-2.el9.noarch.rpm 1.0 MB/s | 36 kB 00:00 2026-02-18T23:40:47.654 INFO:teuthology.orchestra.run.trial160.stdout:(36/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2026-02-18T23:40:47.706 INFO:teuthology.orchestra.run.trial160.stdout:(37/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.1 MB/s | 427 kB 00:00 2026-02-18T23:40:47.722 INFO:teuthology.orchestra.run.trial160.stdout:(38/40): python3-webob-1.8.8-2.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2026-02-18T23:40:47.739 INFO:teuthology.orchestra.run.trial160.stdout:(39/40): python3-zc-lockfile-2.0-10.el9.noarch. 619 kB/s | 20 kB 00:00 2026-02-18T23:40:47.909 INFO:teuthology.orchestra.run.trial160.stdout:(40/40): python3-pecan-1.4.2-3.el9.noarch.rpm 788 kB/s | 272 kB 00:00 2026-02-18T23:40:47.910 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:47.910 INFO:teuthology.orchestra.run.trial160.stdout:Total 9.4 MB/s | 28 MB 00:02 2026-02-18T23:40:48.027 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:48.044 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:48.044 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:48.183 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:48.183 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:48.374 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:48.376 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:40:48.377 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:40:48.382 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:40:48.387 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:40:48.418 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:40:48.439 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:40:48.448 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:40:48.455 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:40:48.459 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:40:48.464 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:40:48.470 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:40:48.473 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:40:48.479 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:40:48.482 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:40:48.490 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:40:48.493 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:40:48.503 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:40:48.510 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:40:48.534 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:40:48.589 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:40:48.614 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:40:48.626 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:40:48.633 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:40:48.646 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:40:48.661 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:40:48.738 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:40:48.747 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:40:48.770 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:40:48.799 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:40:48.807 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:40:48.851 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:40:48.919 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:40:48.920 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:40:48.943 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:48.947 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:40:48.965 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:48.965 INFO:teuthology.orchestra.run.trial160.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:40:48.965 INFO:teuthology.orchestra.run.trial160.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:40:48.965 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:48.973 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:48.997 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:48.997 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:40:48.997 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:49.075 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:40:49.093 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:40:49.291 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:40:49.291 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:40:49.291 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:40:49.291 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:40:49.291 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:40:49.346 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:40:49.346 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:49.347 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:49.380 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph 2026-02-18T23:40:49.673 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:40:49.675 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:40:49.693 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:49.700 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:40:49.701 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:49.701 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:40:49.701 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:40:49.701 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:40:49.701 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:49.776 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:40:49.777 INFO:teuthology.orchestra.run.trial079.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:40:49.778 INFO:teuthology.orchestra.run.trial079.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout:Install 40 Packages 2026-02-18T23:40:49.779 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:49.780 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 28 M 2026-02-18T23:40:49.780 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 98 M 2026-02-18T23:40:49.780 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:49.882 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:40:49.904 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:49.995 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:40:50.015 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:50.031 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:40:50.357 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:40:50.357 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:40:50.357 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:40:50.357 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:40:50.357 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:40:50.358 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:40:50.359 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:40:50.360 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:40:50.414 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:40:50.414 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:50.414 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:40:50.415 INFO:teuthology.orchestra.run.trial160.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:40:50.416 INFO:teuthology.orchestra.run.trial160.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:40:50.417 INFO:teuthology.orchestra.run.trial160.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:50.418 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:50.451 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-base 2026-02-18T23:40:50.758 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:50.811 INFO:teuthology.orchestra.run.trial079.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 142 kB/s | 6.4 kB 00:00 2026-02-18T23:40:50.823 INFO:teuthology.orchestra.run.trial160.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:40:50.840 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:50.841 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:40:50.841 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:50.863 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install cephadm 2026-02-18T23:40:50.865 INFO:teuthology.orchestra.run.trial079.stdout:(2/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 15 MB/s | 1.4 MB 00:00 2026-02-18T23:40:50.880 INFO:teuthology.orchestra.run.trial079.stdout:(3/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 18 MB/s | 2.1 MB 00:00 2026-02-18T23:40:50.892 INFO:teuthology.orchestra.run.trial079.stdout:(4/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 49 MB/s | 3.9 MB 00:00 2026-02-18T23:40:50.893 INFO:teuthology.orchestra.run.trial079.stdout:(5/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 17 MB/s | 240 kB 00:00 2026-02-18T23:40:50.956 INFO:teuthology.orchestra.run.trial079.stdout:(6/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 168 MB/s | 15 MB 00:00 2026-02-18T23:40:50.956 INFO:teuthology.orchestra.run.trial079.stdout:(7/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 629 kB/s | 40 kB 00:00 2026-02-18T23:40:50.959 INFO:teuthology.orchestra.run.trial079.stdout:(8/40): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-18T23:40:50.998 INFO:teuthology.orchestra.run.trial079.stdout:(9/40): python3-ply-3.11-14.el9.noarch.rpm 2.7 MB/s | 106 kB 00:00 2026-02-18T23:40:51.003 INFO:teuthology.orchestra.run.trial079.stdout:(10/40): python3-cryptography-36.0.1-5.el9.x86_ 27 MB/s | 1.2 MB 00:00 2026-02-18T23:40:51.004 INFO:teuthology.orchestra.run.trial079.stdout:(11/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.2 MB/s | 253 kB 00:00 2026-02-18T23:40:51.031 INFO:teuthology.orchestra.run.trial079.stdout:(12/40): python3-pycparser-2.20-6.el9.noarch.rp 4.0 MB/s | 135 kB 00:00 2026-02-18T23:40:51.032 INFO:teuthology.orchestra.run.trial079.stdout:(13/40): python3-requests-2.25.1-10.el9.noarch. 4.3 MB/s | 126 kB 00:00 2026-02-18T23:40:51.033 INFO:teuthology.orchestra.run.trial079.stdout:(14/40): python3-urllib3-1.26.5-7.el9.noarch.rp 7.3 MB/s | 218 kB 00:00 2026-02-18T23:40:51.173 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.258 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 83 k 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 375 k 2026-02-18T23:40:51.259 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:51.312 INFO:teuthology.orchestra.run.trial160.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.5 MB/s | 83 kB 00:00 2026-02-18T23:40:51.313 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:51.313 INFO:teuthology.orchestra.run.trial160.stdout:Total 1.5 MB/s | 83 kB 00:00 2026-02-18T23:40:51.313 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:51.315 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:51.315 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:51.317 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:51.317 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:51.332 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:51.381 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:51.394 INFO:teuthology.orchestra.run.trial160.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:51.458 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:51.513 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:51.513 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.513 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:51.513 INFO:teuthology.orchestra.run.trial160.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:40:51.514 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.514 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:51.541 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:40:51.667 INFO:teuthology.orchestra.run.trial079.stdout:(15/40): python3-mako-1.1.4-6.el9.noarch.rpm 271 kB/s | 172 kB 00:00 2026-02-18T23:40:51.675 INFO:teuthology.orchestra.run.trial079.stdout:(16/40): python3-libstoragemgmt-1.10.1-1.el9.x8 275 kB/s | 177 kB 00:00 2026-02-18T23:40:51.748 INFO:teuthology.orchestra.run.trial079.stdout:(17/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 344 kB/s | 246 kB 00:00 2026-02-18T23:40:51.750 INFO:teuthology.orchestra.run.trial079.stdout:(18/40): python3-markupsafe-1.1.1-12.el9.x86_64 420 kB/s | 35 kB 00:00 2026-02-18T23:40:51.758 INFO:teuthology.orchestra.run.trial079.stdout:(19/40): python3-packaging-20.9-5.el9.noarch.rp 934 kB/s | 77 kB 00:00 2026-02-18T23:40:51.832 INFO:teuthology.orchestra.run.trial079.stdout:(20/40): python3-toml-0.10.2-6.el9.noarch.rpm 498 kB/s | 42 kB 00:00 2026-02-18T23:40:51.849 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:51.931 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repo Size 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:51.932 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 137 k 2026-02-18T23:40:51.933 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 379 k 2026-02-18T23:40:51.933 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:51.970 INFO:teuthology.orchestra.run.trial079.stdout:(21/40): python3-autocommand-2.2.2-8.el9.noarch 134 kB/s | 29 kB 00:00 2026-02-18T23:40:51.994 INFO:teuthology.orchestra.run.trial160.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.2 MB/s | 137 kB 00:00 2026-02-18T23:40:51.995 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:51.995 INFO:teuthology.orchestra.run.trial160.stdout:Total 2.1 MB/s | 137 kB 00:00 2026-02-18T23:40:51.996 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:51.999 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:51.999 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:52.026 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:52.026 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:52.039 INFO:teuthology.orchestra.run.trial079.stdout:(22/40): python3-backports-tarfile-1.2.0-1.el9. 214 kB/s | 60 kB 00:00 2026-02-18T23:40:52.041 INFO:teuthology.orchestra.run.trial079.stdout:(23/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 207 kB/s | 43 kB 00:00 2026-02-18T23:40:52.074 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:52.076 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:52.098 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:52.098 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:52.098 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:40:52.099 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:52.181 INFO:teuthology.orchestra.run.trial079.stdout:(24/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 77 kB/s | 11 kB 00:00 2026-02-18T23:40:52.320 INFO:teuthology.orchestra.run.trial079.stdout:(25/40): python3-cheroot-10.0.1-4.el9.noarch.rp 496 kB/s | 173 kB 00:00 2026-02-18T23:40:52.392 INFO:teuthology.orchestra.run.trial079.stdout:(26/40): python3-jaraco-classes-3.2.1-5.el9.noa 84 kB/s | 18 kB 00:00 2026-02-18T23:40:52.399 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:52.399 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:52.399 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:52.399 INFO:teuthology.orchestra.run.trial160.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:52.399 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:52.400 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:52.427 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-mgr 2026-02-18T23:40:52.470 INFO:teuthology.orchestra.run.trial079.stdout:(27/40): python3-cherrypy-18.6.1-2.el9.noarch.r 831 kB/s | 358 kB 00:00 2026-02-18T23:40:52.530 INFO:teuthology.orchestra.run.trial079.stdout:(28/40): python3-jaraco-collections-3.0.0-8.el9 111 kB/s | 23 kB 00:00 2026-02-18T23:40:52.609 INFO:teuthology.orchestra.run.trial079.stdout:(29/40): python3-jaraco-context-6.0.1-3.el9.noa 90 kB/s | 20 kB 00:00 2026-02-18T23:40:52.686 INFO:teuthology.orchestra.run.trial079.stdout:(30/40): python3-jaraco-functools-3.5.0-2.el9.n 90 kB/s | 19 kB 00:00 2026-02-18T23:40:52.739 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:24 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:52.746 INFO:teuthology.orchestra.run.trial079.stdout:(31/40): python3-jaraco-text-4.0.0-2.el9.noarch 121 kB/s | 26 kB 00:00 2026-02-18T23:40:52.805 INFO:teuthology.orchestra.run.trial160.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:40:52.823 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:52.824 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:40:52.824 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:52.845 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:40:52.895 INFO:teuthology.orchestra.run.trial079.stdout:(32/40): python3-logutils-0.3.5-21.el9.noarch.r 162 kB/s | 46 kB 00:00 2026-02-18T23:40:52.972 INFO:teuthology.orchestra.run.trial079.stdout:(33/40): python3-more-itertools-8.12.0-2.el9.no 275 kB/s | 79 kB 00:00 2026-02-18T23:40:53.113 INFO:teuthology.orchestra.run.trial079.stdout:(34/40): python3-portend-3.1.0-2.el9.noarch.rpm 76 kB/s | 16 kB 00:00 2026-02-18T23:40:53.149 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:53.175 INFO:teuthology.orchestra.run.trial079.stdout:(35/40): python3-pecan-1.4.2-3.el9.noarch.rpm 634 kB/s | 272 kB 00:00 2026-02-18T23:40:53.232 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:53.233 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:53.233 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:40:53.233 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:53.233 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:53.233 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout:Installing weak dependencies: 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:53.234 INFO:teuthology.orchestra.run.trial160.stdout:Install 7 Packages 2026-02-18T23:40:53.235 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:53.235 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 3.8 M 2026-02-18T23:40:53.235 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 81 M 2026-02-18T23:40:53.235 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:53.260 INFO:teuthology.orchestra.run.trial079.stdout:(36/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 312 kB/s | 90 kB 00:00 2026-02-18T23:40:53.322 INFO:teuthology.orchestra.run.trial079.stdout:(37/40): python3-tempora-5.0.0-2.el9.noarch.rpm 171 kB/s | 36 kB 00:00 2026-02-18T23:40:53.415 INFO:teuthology.orchestra.run.trial160.stdout:(1/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 568 kB/s | 24 kB 00:00 2026-02-18T23:40:53.429 INFO:teuthology.orchestra.run.trial160.stdout:(2/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 253 kB/s | 15 kB 00:00 2026-02-18T23:40:53.488 INFO:teuthology.orchestra.run.trial160.stdout:(3/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 30 MB/s | 3.5 MB 00:00 2026-02-18T23:40:53.489 INFO:teuthology.orchestra.run.trial160.stdout:(4/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 122 kB/s | 9.0 kB 00:00 2026-02-18T23:40:53.541 INFO:teuthology.orchestra.run.trial079.stdout:(38/40): python3-zc-lockfile-2.0-10.el9.noarch. 91 kB/s | 20 kB 00:00 2026-02-18T23:40:53.546 INFO:teuthology.orchestra.run.trial160.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 350 kB/s | 41 kB 00:00 2026-02-18T23:40:53.557 INFO:teuthology.orchestra.run.trial160.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 446 kB/s | 31 kB 00:00 2026-02-18T23:40:53.596 INFO:teuthology.orchestra.run.trial079.stdout:(39/40): python3-webob-1.8.8-2.el9.noarch.rpm 548 kB/s | 230 kB 00:00 2026-02-18T23:40:53.686 INFO:teuthology.orchestra.run.trial160.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 955 kB/s | 188 kB 00:00 2026-02-18T23:40:53.687 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:53.688 INFO:teuthology.orchestra.run.trial160.stdout:Total 8.4 MB/s | 3.8 MB 00:00 2026-02-18T23:40:53.688 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:53.691 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:53.691 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:53.696 INFO:teuthology.orchestra.run.trial079.stdout:(40/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 979 kB/s | 427 kB 00:00 2026-02-18T23:40:53.701 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:53.702 INFO:teuthology.orchestra.run.trial079.stdout:Total 7.1 MB/s | 28 MB 00:03 2026-02-18T23:40:53.724 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:53.724 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:53.776 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:53.777 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:40:53.782 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:40:53.794 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:40:53.796 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:40:53.800 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:40:53.812 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:53.829 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:53.830 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:53.969 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:53.969 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:54.159 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:54.160 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:40:54.162 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:40:54.167 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:40:54.172 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:40:54.203 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:40:54.224 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:40:54.233 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:40:54.239 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:40:54.240 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:40:54.242 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:40:54.243 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:40:54.249 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:40:54.254 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:40:54.258 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:40:54.263 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:40:54.267 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:40:54.274 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:40:54.278 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:40:54.287 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:40:54.293 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:40:54.317 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:40:54.372 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:40:54.378 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:40:54.378 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:40:54.379 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:40:54.379 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:40:54.379 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:40:54.379 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:40:54.379 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:40:54.396 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:40:54.408 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:40:54.415 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:40:54.428 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:40:54.432 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:40:54.432 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:54.432 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:54.432 INFO:teuthology.orchestra.run.trial160.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:40:54.432 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:54.433 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:54.444 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:40:54.462 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:40:54.520 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:40:54.528 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:40:54.551 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:40:54.581 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:40:54.588 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:40:54.633 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:40:54.697 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:40:54.698 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:40:54.722 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:54.726 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:40:54.744 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:54.744 INFO:teuthology.orchestra.run.trial079.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:40:54.744 INFO:teuthology.orchestra.run.trial079.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:40:54.744 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:54.752 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:54.764 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:26 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:54.775 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:40:54.775 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:40:54.775 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:40:54.846 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:Install 12 Packages 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 43 M 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 234 M 2026-02-18T23:40:54.847 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:55.225 INFO:teuthology.orchestra.run.trial160.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 6.2 MB/s | 184 kB 00:00 2026-02-18T23:40:55.235 INFO:teuthology.orchestra.run.trial160.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 20 MB/s | 794 kB 00:00 2026-02-18T23:40:55.332 INFO:teuthology.orchestra.run.trial160.stdout:(3/12): ceph-mgr-diskprediction-local-17.2.9-0. 55 MB/s | 7.4 MB 00:00 2026-02-18T23:40:55.433 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:40:55.435 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:40:55.461 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:55.507 INFO:teuthology.orchestra.run.trial160.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 105 kB/s | 30 kB 00:00 2026-02-18T23:40:55.565 INFO:teuthology.orchestra.run.trial160.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 63 kB/s | 15 kB 00:00 2026-02-18T23:40:55.632 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:40:55.654 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:40:55.655 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:55.655 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:40:55.655 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:40:55.655 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:40:55.655 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:55.661 INFO:teuthology.orchestra.run.trial160.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 274 kB/s | 42 kB 00:00 2026-02-18T23:40:55.743 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:40:55.764 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:40:55.764 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:55.764 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:40:55.764 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:40:55.765 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:40:55.765 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:55.783 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:40:55.946 INFO:teuthology.orchestra.run.trial160.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 856 kB/s | 244 kB 00:00 2026-02-18T23:40:56.021 INFO:teuthology.orchestra.run.trial160.stdout:(8/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:40:56.102 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:40:56.103 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:40:56.104 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:40:56.105 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:40:56.108 INFO:teuthology.orchestra.run.trial160.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 5.0 MB/s | 442 kB 00:00 2026-02-18T23:40:56.160 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:40:56.160 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:56.160 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:56.160 INFO:teuthology.orchestra.run.trial079.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:40:56.161 INFO:teuthology.orchestra.run.trial079.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:40:56.162 INFO:teuthology.orchestra.run.trial079.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:40:56.163 INFO:teuthology.orchestra.run.trial079.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:40:56.164 INFO:teuthology.orchestra.run.trial079.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:40:56.164 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:56.164 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:56.196 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-base 2026-02-18T23:40:56.264 INFO:teuthology.orchestra.run.trial160.stdout:(10/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 7.6 MB/s | 5.3 MB 00:00 2026-02-18T23:40:56.432 INFO:teuthology.orchestra.run.trial160.stdout:(11/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 13 MB/s | 6.1 MB 00:00 2026-02-18T23:40:56.500 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:56.566 INFO:teuthology.orchestra.run.trial079.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:40:56.583 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:56.583 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:40:56.583 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:56.605 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install cephadm 2026-02-18T23:40:56.733 INFO:teuthology.orchestra.run.trial160.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 31 MB/s | 19 MB 00:00 2026-02-18T23:40:56.734 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:56.734 INFO:teuthology.orchestra.run.trial160.stdout:Total 23 MB/s | 43 MB 00:01 2026-02-18T23:40:56.893 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:40:56.906 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:40:56.906 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:40:56.914 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:56.996 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:56.997 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:40:56.998 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:56.998 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 83 k 2026-02-18T23:40:56.998 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 375 k 2026-02-18T23:40:56.998 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:57.049 INFO:teuthology.orchestra.run.trial079.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.5 MB/s | 83 kB 00:00 2026-02-18T23:40:57.050 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:57.050 INFO:teuthology.orchestra.run.trial079.stdout:Total 1.5 MB/s | 83 kB 00:00 2026-02-18T23:40:57.050 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:57.053 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:57.053 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:57.054 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:57.054 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:57.070 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:57.112 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:40:57.113 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:40:57.119 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:57.133 INFO:teuthology.orchestra.run.trial079.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:57.197 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:57.251 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:40:57.252 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:57.252 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:57.252 INFO:teuthology.orchestra.run.trial079.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:40:57.252 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:57.252 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:57.279 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:40:57.327 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:40:57.330 INFO:teuthology.orchestra.run.trial160.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:40:57.336 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:40:57.369 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:40:57.373 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:40:57.432 INFO:teuthology.orchestra.run.trial160.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:40:57.434 INFO:teuthology.orchestra.run.trial160.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:40:57.456 INFO:teuthology.orchestra.run.trial160.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:40:57.593 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:57.675 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repo Size 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:57.676 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:40:57.677 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:57.677 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 137 k 2026-02-18T23:40:57.677 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 379 k 2026-02-18T23:40:57.677 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:57.738 INFO:teuthology.orchestra.run.trial079.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.2 MB/s | 137 kB 00:00 2026-02-18T23:40:57.739 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:57.739 INFO:teuthology.orchestra.run.trial079.stdout:Total 2.1 MB/s | 137 kB 00:00 2026-02-18T23:40:57.739 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:57.742 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:57.742 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:57.769 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:57.769 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:57.775 INFO:teuthology.orchestra.run.trial160.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:40:57.819 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:57.821 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:57.843 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:57.843 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:40:57.843 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:40:57.843 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:57.846 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:40:58.115 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:40:58.116 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:58.116 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:40:58.116 INFO:teuthology.orchestra.run.trial079.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:40:58.116 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:58.116 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:58.142 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-mgr 2026-02-18T23:40:58.454 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:24 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:58.507 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:40:58.519 INFO:teuthology.orchestra.run.trial079.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:40:58.536 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:58.536 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:40:58.536 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:40:58.558 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:40:58.866 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:24 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:40:58.948 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:40:58.950 INFO:teuthology.orchestra.run.trial079.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout:Installing weak dependencies: 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout:Install 7 Packages 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:40:58.951 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 3.8 M 2026-02-18T23:40:58.952 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 81 M 2026-02-18T23:40:58.952 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:40:58.965 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:40:58.965 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:40:59.070 INFO:teuthology.orchestra.run.trial079.stdout:(1/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 355 kB/s | 15 kB 00:00 2026-02-18T23:40:59.073 INFO:teuthology.orchestra.run.trial079.stdout:(2/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 541 kB/s | 24 kB 00:00 2026-02-18T23:40:59.144 INFO:teuthology.orchestra.run.trial079.stdout:(3/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 31 MB/s | 3.5 MB 00:00 2026-02-18T23:40:59.182 INFO:teuthology.orchestra.run.trial079.stdout:(4/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 81 kB/s | 9.0 kB 00:00 2026-02-18T23:40:59.223 INFO:teuthology.orchestra.run.trial079.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 273 kB/s | 41 kB 00:00 2026-02-18T23:40:59.248 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:40:59.248 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:40:59.248 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:40:59.248 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:40:59.248 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:40:59.249 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:40:59.277 INFO:teuthology.orchestra.run.trial079.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 231 kB/s | 31 kB 00:00 2026-02-18T23:40:59.304 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:40:59.305 INFO:teuthology.orchestra.run.trial160.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:59.306 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:40:59.308 INFO:teuthology.orchestra.run.trial079.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2026-02-18T23:40:59.309 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:40:59.310 INFO:teuthology.orchestra.run.trial079.stdout:Total 11 MB/s | 3.8 MB 00:00 2026-02-18T23:40:59.310 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:40:59.313 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:40:59.314 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:40:59.343 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:40:59.346 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:40:59.346 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:40:59.400 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:40:59.401 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:40:59.406 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:40:59.418 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:40:59.420 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:40:59.424 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:40:59.652 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:40:59.735 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:40:59.735 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:40:59.736 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout:Install 10 Packages 2026-02-18T23:40:59.737 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:40:59.738 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 2.0 M 2026-02-18T23:40:59.738 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 25 M 2026-02-18T23:40:59.738 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:40:59.868 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:40:59.871 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:41:00.003 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:41:00.034 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:41:00.034 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:41:00.034 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:41:00.034 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:41:00.035 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:41:00.035 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:41:00.059 INFO:teuthology.orchestra.run.trial079.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:00.060 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:00.088 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:41:00.251 INFO:teuthology.orchestra.run.trial160.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 945 kB/s | 47 kB 00:00 2026-02-18T23:41:00.392 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:26 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:00.473 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:00.473 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:00.473 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:41:00.473 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:41:00.474 INFO:teuthology.orchestra.run.trial079.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout:Install 12 Packages 2026-02-18T23:41:00.475 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:00.476 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 43 M 2026-02-18T23:41:00.476 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 234 M 2026-02-18T23:41:00.476 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:00.482 INFO:teuthology.orchestra.run.trial160.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 232 kB/s | 54 kB 00:00 2026-02-18T23:41:00.488 INFO:teuthology.orchestra.run.trial160.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 553 kB/s | 159 kB 00:00 2026-02-18T23:41:00.514 INFO:teuthology.orchestra.run.trial160.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 1.0 MB/s | 32 kB 00:00 2026-02-18T23:41:00.517 INFO:teuthology.orchestra.run.trial160.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 493 kB/s | 14 kB 00:00 2026-02-18T23:41:00.526 INFO:teuthology.orchestra.run.trial160.stdout:(6/10): python3-google-auth-2.45.0-1.el9.noarch 21 MB/s | 254 kB 00:00 2026-02-18T23:41:00.529 INFO:teuthology.orchestra.run.trial160.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 18 MB/s | 59 kB 00:00 2026-02-18T23:41:00.534 INFO:teuthology.orchestra.run.trial160.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 19 MB/s | 90 kB 00:00 2026-02-18T23:41:00.537 INFO:teuthology.orchestra.run.trial160.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 50 MB/s | 1.0 MB 00:00 2026-02-18T23:41:00.539 INFO:teuthology.orchestra.run.trial160.stdout:(10/10): python3-pyasn1-modules-0.4.8-6.el9.noa 824 kB/s | 279 kB 00:00 2026-02-18T23:41:00.540 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:00.540 INFO:teuthology.orchestra.run.trial160.stdout:Total 2.5 MB/s | 2.0 MB 00:00 2026-02-18T23:41:00.566 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:00.575 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:00.575 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:00.614 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:00.614 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:00.688 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:00.740 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:41:00.753 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:41:00.768 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:41:00.772 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:41:00.780 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:41:00.820 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:41:00.832 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:41:01.036 INFO:teuthology.orchestra.run.trial079.stdout:(1/12): ceph-mgr-diskprediction-local-17.2.9-0. 31 MB/s | 7.4 MB 00:00 2026-02-18T23:41:01.101 INFO:teuthology.orchestra.run.trial079.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 990 kB/s | 30 kB 00:00 2026-02-18T23:41:01.128 INFO:teuthology.orchestra.run.trial079.stdout:(3/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 54 MB/s | 3.0 MB 00:00 2026-02-18T23:41:01.136 INFO:teuthology.orchestra.run.trial079.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.8 MB/s | 15 kB 00:00 2026-02-18T23:41:01.145 INFO:teuthology.orchestra.run.trial079.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.9 MB/s | 42 kB 00:00 2026-02-18T23:41:01.156 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:41:01.169 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:41:01.170 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:41:01.172 INFO:teuthology.orchestra.run.trial079.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 200 MB/s | 5.3 MB 00:00 2026-02-18T23:41:01.185 INFO:teuthology.orchestra.run.trial079.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 18 MB/s | 244 kB 00:00 2026-02-18T23:41:01.218 INFO:teuthology.orchestra.run.trial079.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 187 MB/s | 6.1 MB 00:00 2026-02-18T23:41:01.230 INFO:teuthology.orchestra.run.trial079.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 36 MB/s | 442 kB 00:00 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:41:01.275 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:41:01.330 INFO:teuthology.orchestra.run.trial079.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 193 MB/s | 19 MB 00:00 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:41:01.331 INFO:teuthology.orchestra.run.trial160.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:01.332 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:01.362 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:41:01.516 INFO:teuthology.orchestra.run.trial079.stdout:(11/12): libquadmath-11.5.0-14.el9.x86_64.rpm 256 kB/s | 184 kB 00:00 2026-02-18T23:41:01.665 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:01.671 INFO:teuthology.orchestra.run.trial079.stdout:(12/12): libgfortran-11.5.0-14.el9.x86_64.rpm 907 kB/s | 794 kB 00:00 2026-02-18T23:41:01.675 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:01.675 INFO:teuthology.orchestra.run.trial079.stdout:Total 36 MB/s | 43 MB 00:01 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: Package Arch Version Repository Size 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout:Installing dependencies: 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:41:01.748 INFO:teuthology.orchestra.run.trial160.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:Install 6 Packages 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 7.0 M 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 33 M 2026-02-18T23:41:01.749 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:01.831 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:01.845 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:01.845 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:02.011 INFO:teuthology.orchestra.run.trial160.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 2.0 MB/s | 124 kB 00:00 2026-02-18T23:41:02.048 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:02.048 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:02.110 INFO:teuthology.orchestra.run.trial160.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.4 MB/s | 548 kB 00:00 2026-02-18T23:41:02.118 INFO:teuthology.orchestra.run.trial160.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 7.6 MB/s | 58 kB 00:00 2026-02-18T23:41:02.129 INFO:teuthology.orchestra.run.trial160.stdout:(4/6): python3-typing-extensions-4.15.0-1.el9.n 7.9 MB/s | 86 kB 00:00 2026-02-18T23:41:02.264 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:02.267 INFO:teuthology.orchestra.run.trial079.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:41:02.273 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:41:02.307 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:41:02.311 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:41:02.369 INFO:teuthology.orchestra.run.trial079.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:41:02.371 INFO:teuthology.orchestra.run.trial079.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:41:02.393 INFO:teuthology.orchestra.run.trial079.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:41:02.450 INFO:teuthology.orchestra.run.trial160.stdout:(5/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 499 kB/s | 249 kB 00:00 2026-02-18T23:41:02.716 INFO:teuthology.orchestra.run.trial079.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:41:02.789 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:41:02.826 INFO:teuthology.orchestra.run.trial160.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.8 MB/s | 6.0 MB 00:00 2026-02-18T23:41:02.827 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:02.827 INFO:teuthology.orchestra.run.trial160.stdout:Total 6.5 MB/s | 7.0 MB 00:01 2026-02-18T23:41:02.857 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:02.863 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:02.863 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:02.908 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:02.908 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:02.971 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:03.020 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:41:03.029 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:41:03.249 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:41:03.272 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:41:03.288 INFO:teuthology.orchestra.run.trial160.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:41:03.289 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:41:03.391 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:03.447 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:03.456 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:41:03.476 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install ceph-fuse 2026-02-18T23:41:03.779 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:03.863 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:03.864 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:03.864 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:03.864 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 813 k 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 2.4 M 2026-02-18T23:41:03.865 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:03.910 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:41:03.911 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:41:03.944 INFO:teuthology.orchestra.run.trial160.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 9.9 MB/s | 813 kB 00:00 2026-02-18T23:41:03.945 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:03.945 INFO:teuthology.orchestra.run.trial160.stdout:Total 9.7 MB/s | 813 kB 00:00 2026-02-18T23:41:03.945 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:03.949 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:03.949 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:03.982 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:03.982 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:04.067 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:04.083 INFO:teuthology.orchestra.run.trial160.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:41:04.211 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:41:04.212 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:41:04.273 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:41:04.273 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:41:04.274 INFO:teuthology.orchestra.run.trial079.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:41:04.275 INFO:teuthology.orchestra.run.trial079.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:41:04.275 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:04.275 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:04.310 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:41:04.324 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:04.381 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:04.381 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:04.381 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:04.381 INFO:teuthology.orchestra.run.trial160.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:04.381 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:04.382 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:04.410 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install librados-devel 2026-02-18T23:41:04.620 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:04.701 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:04.701 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:04.701 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:41:04.701 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:04.701 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Install 10 Packages 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 2.0 M 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 25 M 2026-02-18T23:41:04.702 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:04.722 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:04.804 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:04.805 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:04.805 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:04.805 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:04.805 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:04.805 INFO:teuthology.orchestra.run.trial160.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 126 k 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 448 k 2026-02-18T23:41:04.806 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:04.868 INFO:teuthology.orchestra.run.trial160.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 2.0 MB/s | 126 kB 00:00 2026-02-18T23:41:04.869 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:04.869 INFO:teuthology.orchestra.run.trial160.stdout:Total 1.9 MB/s | 126 kB 00:00 2026-02-18T23:41:04.869 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:04.872 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:04.872 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:04.902 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:04.902 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:04.917 INFO:teuthology.orchestra.run.trial079.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 960 kB/s | 47 kB 00:00 2026-02-18T23:41:04.957 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:04.963 INFO:teuthology.orchestra.run.trial079.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 1.1 MB/s | 54 kB 00:00 2026-02-18T23:41:04.973 INFO:teuthology.orchestra.run.trial160.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:04.980 INFO:teuthology.orchestra.run.trial079.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2026-02-18T23:41:04.986 INFO:teuthology.orchestra.run.trial079.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2026-02-18T23:41:05.021 INFO:teuthology.orchestra.run.trial079.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 561 kB/s | 32 kB 00:00 2026-02-18T23:41:05.035 INFO:teuthology.orchestra.run.trial079.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 258 kB/s | 14 kB 00:00 2026-02-18T23:41:05.056 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:05.072 INFO:teuthology.orchestra.run.trial079.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 1.6 MB/s | 59 kB 00:00 2026-02-18T23:41:05.078 INFO:teuthology.orchestra.run.trial079.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 2.7 MB/s | 254 kB 00:00 2026-02-18T23:41:05.087 INFO:teuthology.orchestra.run.trial079.stdout:(9/10): python3-kubernetes-26.1.0-3.el9.noarch. 15 MB/s | 1.0 MB 00:00 2026-02-18T23:41:05.112 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:05.113 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:05.113 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:05.113 INFO:teuthology.orchestra.run.trial160.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:05.113 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:05.113 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:05.116 INFO:teuthology.orchestra.run.trial079.stdout:(10/10): python3-websocket-client-1.2.3-2.el9.n 2.0 MB/s | 90 kB 00:00 2026-02-18T23:41:05.117 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:05.117 INFO:teuthology.orchestra.run.trial079.stdout:Total 4.8 MB/s | 2.0 MB 00:00 2026-02-18T23:41:05.141 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install libcephfs2 2026-02-18T23:41:05.142 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:05.151 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:05.151 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:05.192 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:05.192 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:05.266 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:05.315 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:41:05.328 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:41:05.342 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:41:05.347 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:41:05.355 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:41:05.393 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:41:05.405 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:41:05.456 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:05.521 INFO:teuthology.orchestra.run.trial160.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:05.539 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:05.540 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:05.540 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:05.562 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install libcephfs-devel 2026-02-18T23:41:05.719 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:41:05.733 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:41:05.733 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:41:05.845 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:41:05.869 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:05.901 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:05.933 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 25 k 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 110 k 2026-02-18T23:41:05.951 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:05.994 INFO:teuthology.orchestra.run.trial160.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 591 kB/s | 25 kB 00:00 2026-02-18T23:41:05.994 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:05.994 INFO:teuthology.orchestra.run.trial160.stdout:Total 576 kB/s | 25 kB 00:00 2026-02-18T23:41:05.994 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:05.997 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:05.997 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:05.998 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:05.998 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:06.016 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:06.032 INFO:teuthology.orchestra.run.trial160.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:06.085 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:06.141 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:06.170 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install librados2 2026-02-18T23:41:06.238 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: Package Arch Version Repository Size 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:Installing dependencies: 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:06.322 INFO:teuthology.orchestra.run.trial079.stdout:Install 6 Packages 2026-02-18T23:41:06.323 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:06.323 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 7.0 M 2026-02-18T23:41:06.323 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 33 M 2026-02-18T23:41:06.323 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:06.481 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:06.519 INFO:teuthology.orchestra.run.trial079.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 2.1 MB/s | 124 kB 00:00 2026-02-18T23:41:06.527 INFO:teuthology.orchestra.run.trial079.stdout:(2/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 3.7 MB/s | 249 kB 00:00 2026-02-18T23:41:06.545 INFO:teuthology.orchestra.run.trial160.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:06.560 INFO:teuthology.orchestra.run.trial079.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 60 MB/s | 6.0 MB 00:00 2026-02-18T23:41:06.563 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:06.564 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:06.564 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:06.585 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install librbd1 2026-02-18T23:41:06.816 INFO:teuthology.orchestra.run.trial079.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 199 kB/s | 58 kB 00:00 2026-02-18T23:41:06.849 INFO:teuthology.orchestra.run.trial079.stdout:(5/6): python3-typing-extensions-4.15.0-1.el9.n 299 kB/s | 86 kB 00:00 2026-02-18T23:41:06.896 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:06.960 INFO:teuthology.orchestra.run.trial160.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:06.978 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:06.979 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:06.979 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:07.000 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install python3-rados 2026-02-18T23:41:07.013 INFO:teuthology.orchestra.run.trial079.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2026-02-18T23:41:07.013 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:07.013 INFO:teuthology.orchestra.run.trial079.stdout:Total 10 MB/s | 7.0 MB 00:00 2026-02-18T23:41:07.045 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:07.051 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:07.051 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:07.095 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:07.096 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:07.159 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:07.208 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:41:07.218 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:41:07.309 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:07.374 INFO:teuthology.orchestra.run.trial160.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:07.391 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:07.392 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:07.392 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:07.414 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install python3-rgw 2026-02-18T23:41:07.436 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:41:07.459 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:41:07.475 INFO:teuthology.orchestra.run.trial079.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:41:07.476 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:41:07.587 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:41:07.587 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:41:07.587 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:41:07.587 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:41:07.588 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:41:07.588 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:41:07.644 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:41:07.644 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:07.645 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:07.676 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install ceph-fuse 2026-02-18T23:41:07.725 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:07.791 INFO:teuthology.orchestra.run.trial160.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:07.809 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:07.809 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:07.810 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:07.830 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install python3-cephfs 2026-02-18T23:41:07.982 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:08.065 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.066 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:08.066 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.066 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 813 k 2026-02-18T23:41:08.066 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 2.4 M 2026-02-18T23:41:08.066 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:08.135 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:08.151 INFO:teuthology.orchestra.run.trial079.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 9.2 MB/s | 813 kB 00:00 2026-02-18T23:41:08.152 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:08.152 INFO:teuthology.orchestra.run.trial079.stdout:Total 9.1 MB/s | 813 kB 00:00 2026-02-18T23:41:08.152 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:08.155 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:08.156 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:08.188 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:08.188 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:08.198 INFO:teuthology.orchestra.run.trial160.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:08.216 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:08.217 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:08.217 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:08.237 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install python3-rbd 2026-02-18T23:41:08.270 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:08.288 INFO:teuthology.orchestra.run.trial079.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:08.498 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:08.548 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:08.554 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:08.555 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.555 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:08.555 INFO:teuthology.orchestra.run.trial079.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:08.555 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.555 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:08.582 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install librados-devel 2026-02-18T23:41:08.613 INFO:teuthology.orchestra.run.trial160.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:08.631 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:08.631 INFO:teuthology.orchestra.run.trial160.stdout:Nothing to do. 2026-02-18T23:41:08.632 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:08.654 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install rbd-fuse 2026-02-18T23:41:08.890 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:08.965 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:08.972 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:08.973 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.973 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:08.973 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 126 k 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 448 k 2026-02-18T23:41:08.974 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:09.041 INFO:teuthology.orchestra.run.trial079.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 1.9 MB/s | 126 kB 00:00 2026-02-18T23:41:09.041 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:09.041 INFO:teuthology.orchestra.run.trial079.stdout:Total 1.8 MB/s | 126 kB 00:00 2026-02-18T23:41:09.041 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:09.043 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:09.043 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:09.048 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.049 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:09.049 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.049 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 82 k 2026-02-18T23:41:09.049 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 222 k 2026-02-18T23:41:09.049 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:09.074 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:09.074 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:09.101 INFO:teuthology.orchestra.run.trial160.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.6 MB/s | 82 kB 00:00 2026-02-18T23:41:09.101 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:09.101 INFO:teuthology.orchestra.run.trial160.stdout:Total 1.5 MB/s | 82 kB 00:00 2026-02-18T23:41:09.102 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:09.104 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:09.104 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:09.127 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:09.135 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:09.135 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:09.143 INFO:teuthology.orchestra.run.trial079.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.186 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:09.201 INFO:teuthology.orchestra.run.trial160.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.226 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.281 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:09.282 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:09.309 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install libcephfs2 2026-02-18T23:41:09.339 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:09.339 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.340 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:09.340 INFO:teuthology.orchestra.run.trial160.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:09.340 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.340 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:09.368 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install rbd-mirror 2026-02-18T23:41:09.620 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:09.681 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:09.685 INFO:teuthology.orchestra.run.trial079.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:09.703 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:09.703 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:09.704 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:09.725 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install libcephfs-devel 2026-02-18T23:41:09.763 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:09.764 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:09.765 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 2.9 M 2026-02-18T23:41:09.766 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 12 M 2026-02-18T23:41:09.766 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:09.882 INFO:teuthology.orchestra.run.trial160.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 25 MB/s | 2.9 MB 00:00 2026-02-18T23:41:09.882 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:09.882 INFO:teuthology.orchestra.run.trial160.stdout:Total 25 MB/s | 2.9 MB 00:00 2026-02-18T23:41:09.883 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:09.886 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:09.886 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:09.924 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:09.926 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:10.036 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:10.109 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:10.110 INFO:teuthology.orchestra.run.trial160.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.117 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:10.118 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:10.118 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:10.118 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:10.118 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:10.118 INFO:teuthology.orchestra.run.trial079.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 25 k 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 110 k 2026-02-18T23:41:10.119 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:10.133 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.133 INFO:teuthology.orchestra.run.trial160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:41:10.134 INFO:teuthology.orchestra.run.trial160.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:41:10.134 INFO:teuthology.orchestra.run.trial160.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:41:10.134 INFO:teuthology.orchestra.run.trial160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:41:10.134 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:10.172 INFO:teuthology.orchestra.run.trial079.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 462 kB/s | 25 kB 00:00 2026-02-18T23:41:10.172 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:10.173 INFO:teuthology.orchestra.run.trial079.stdout:Total 455 kB/s | 25 kB 00:00 2026-02-18T23:41:10.173 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:10.174 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:10.174 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:10.175 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:10.175 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:10.195 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:10.210 INFO:teuthology.orchestra.run.trial079.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.265 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.323 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.323 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:10.323 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:10.324 INFO:teuthology.orchestra.run.trial079.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:10.324 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:10.324 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:10.348 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install librados2 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:10.417 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:10.446 DEBUG:teuthology.orchestra.run.trial160:> sudo yum -y install rbd-nbd 2026-02-18T23:41:10.655 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:10.719 INFO:teuthology.orchestra.run.trial079.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:10.736 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:10.737 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:10.737 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:10.755 INFO:teuthology.orchestra.run.trial160.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 11:40:28 PM UTC. 2026-02-18T23:41:10.758 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install librbd1 2026-02-18T23:41:10.837 INFO:teuthology.orchestra.run.trial160.stdout:Dependencies resolved. 2026-02-18T23:41:10.837 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:Installing: 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:Transaction Summary 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:================================================================================ 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:Install 1 Package 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:Total download size: 165 k 2026-02-18T23:41:10.838 INFO:teuthology.orchestra.run.trial160.stdout:Installed size: 477 k 2026-02-18T23:41:10.839 INFO:teuthology.orchestra.run.trial160.stdout:Downloading Packages: 2026-02-18T23:41:10.900 INFO:teuthology.orchestra.run.trial160.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 165 kB 00:00 2026-02-18T23:41:10.901 INFO:teuthology.orchestra.run.trial160.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:10.901 INFO:teuthology.orchestra.run.trial160.stdout:Total 2.5 MB/s | 165 kB 00:00 2026-02-18T23:41:10.901 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction check 2026-02-18T23:41:10.904 INFO:teuthology.orchestra.run.trial160.stdout:Transaction check succeeded. 2026-02-18T23:41:10.904 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction test 2026-02-18T23:41:10.935 INFO:teuthology.orchestra.run.trial160.stdout:Transaction test succeeded. 2026-02-18T23:41:10.935 INFO:teuthology.orchestra.run.trial160.stdout:Running transaction 2026-02-18T23:41:10.990 INFO:teuthology.orchestra.run.trial160.stdout: Preparing : 1/1 2026-02-18T23:41:11.006 INFO:teuthology.orchestra.run.trial160.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:11.062 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:11.085 INFO:teuthology.orchestra.run.trial160.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:11.125 INFO:teuthology.orchestra.run.trial079.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout:Installed: 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout: 2026-02-18T23:41:11.142 INFO:teuthology.orchestra.run.trial160.stdout:Complete! 2026-02-18T23:41:11.143 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:11.143 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:11.144 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:11.165 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install python3-rados 2026-02-18T23:41:11.175 DEBUG:teuthology.parallel:result is None 2026-02-18T23:41:11.476 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:11.540 INFO:teuthology.orchestra.run.trial079.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:11.558 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:11.558 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:11.559 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:11.580 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install python3-rgw 2026-02-18T23:41:11.887 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:11.951 INFO:teuthology.orchestra.run.trial079.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:11.969 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:11.970 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:11.970 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:11.992 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install python3-cephfs 2026-02-18T23:41:12.295 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:12.359 INFO:teuthology.orchestra.run.trial079.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:12.376 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:12.377 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:12.377 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:12.399 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install python3-rbd 2026-02-18T23:41:12.705 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:12.771 INFO:teuthology.orchestra.run.trial079.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:41:12.789 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:12.789 INFO:teuthology.orchestra.run.trial079.stdout:Nothing to do. 2026-02-18T23:41:12.790 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:12.812 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install rbd-fuse 2026-02-18T23:41:13.120 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:13.202 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:13.202 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.202 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:13.202 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 82 k 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 222 k 2026-02-18T23:41:13.203 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:13.263 INFO:teuthology.orchestra.run.trial079.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.3 MB/s | 82 kB 00:00 2026-02-18T23:41:13.264 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:13.264 INFO:teuthology.orchestra.run.trial079.stdout:Total 1.3 MB/s | 82 kB 00:00 2026-02-18T23:41:13.264 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:13.267 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:13.267 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:13.299 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:13.299 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:13.350 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:13.366 INFO:teuthology.orchestra.run.trial079.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:13.447 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.504 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:13.532 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install rbd-mirror 2026-02-18T23:41:13.853 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:13.936 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:13.937 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 2.9 M 2026-02-18T23:41:13.937 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 12 M 2026-02-18T23:41:13.937 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:14.037 INFO:teuthology.orchestra.run.trial079.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 30 MB/s | 2.9 MB 00:00 2026-02-18T23:41:14.037 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:14.037 INFO:teuthology.orchestra.run.trial079.stdout:Total 29 MB/s | 2.9 MB 00:00 2026-02-18T23:41:14.037 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:14.041 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:14.041 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:14.079 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:14.080 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:14.267 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:14.268 INFO:teuthology.orchestra.run.trial079.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:14.293 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:14.293 INFO:teuthology.orchestra.run.trial079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:41:14.293 INFO:teuthology.orchestra.run.trial079.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:41:14.293 INFO:teuthology.orchestra.run.trial079.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:41:14.293 INFO:teuthology.orchestra.run.trial079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:41:14.293 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:14.609 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:14.610 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:14.610 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:14.610 INFO:teuthology.orchestra.run.trial079.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:14.610 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:14.610 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:14.639 DEBUG:teuthology.orchestra.run.trial079:> sudo yum -y install rbd-nbd 2026-02-18T23:41:14.949 INFO:teuthology.orchestra.run.trial079.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:40:34 PM UTC. 2026-02-18T23:41:15.031 INFO:teuthology.orchestra.run.trial079.stdout:Dependencies resolved. 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout: Package Architecture Version Repository Size 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout:Installing: 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout:Transaction Summary 2026-02-18T23:41:15.032 INFO:teuthology.orchestra.run.trial079.stdout:================================================================================ 2026-02-18T23:41:15.033 INFO:teuthology.orchestra.run.trial079.stdout:Install 1 Package 2026-02-18T23:41:15.033 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:15.033 INFO:teuthology.orchestra.run.trial079.stdout:Total download size: 165 k 2026-02-18T23:41:15.033 INFO:teuthology.orchestra.run.trial079.stdout:Installed size: 477 k 2026-02-18T23:41:15.033 INFO:teuthology.orchestra.run.trial079.stdout:Downloading Packages: 2026-02-18T23:41:15.095 INFO:teuthology.orchestra.run.trial079.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 165 kB 00:00 2026-02-18T23:41:15.095 INFO:teuthology.orchestra.run.trial079.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:41:15.095 INFO:teuthology.orchestra.run.trial079.stdout:Total 2.5 MB/s | 165 kB 00:00 2026-02-18T23:41:15.096 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction check 2026-02-18T23:41:15.099 INFO:teuthology.orchestra.run.trial079.stdout:Transaction check succeeded. 2026-02-18T23:41:15.099 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction test 2026-02-18T23:41:15.131 INFO:teuthology.orchestra.run.trial079.stdout:Transaction test succeeded. 2026-02-18T23:41:15.132 INFO:teuthology.orchestra.run.trial079.stdout:Running transaction 2026-02-18T23:41:15.187 INFO:teuthology.orchestra.run.trial079.stdout: Preparing : 1/1 2026-02-18T23:41:15.204 INFO:teuthology.orchestra.run.trial079.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:15.286 INFO:teuthology.orchestra.run.trial079.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout:Installed: 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout: 2026-02-18T23:41:15.345 INFO:teuthology.orchestra.run.trial079.stdout:Complete! 2026-02-18T23:41:15.377 DEBUG:teuthology.parallel:result is None 2026-02-18T23:41:15.378 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:41:15.378 INFO:teuthology.packaging:ref: None 2026-02-18T23:41:15.378 INFO:teuthology.packaging:tag: None 2026-02-18T23:41:15.378 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:41:15.378 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:41:15.378 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:41:15.555 DEBUG:teuthology.orchestra.run.trial079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:41:15.576 INFO:teuthology.orchestra.run.trial079.stdout:17.2.9-0.el9 2026-02-18T23:41:15.577 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:41:15.577 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:41:15.579 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:41:15.579 INFO:teuthology.packaging:ref: None 2026-02-18T23:41:15.579 INFO:teuthology.packaging:tag: None 2026-02-18T23:41:15.579 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:41:15.579 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:41:15.579 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:41:15.734 DEBUG:teuthology.orchestra.run.trial160:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:41:15.755 INFO:teuthology.orchestra.run.trial160.stdout:17.2.9-0.el9 2026-02-18T23:41:15.756 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:41:15.756 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:41:15.758 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T23:41:15.759 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:41:15.759 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:41:15.785 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:41:15.786 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:41:15.821 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T23:41:15.822 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:41:15.822 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:41:15.849 DEBUG:teuthology.orchestra.run.trial079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:41:15.912 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:41:15.912 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:41:15.938 DEBUG:teuthology.orchestra.run.trial160:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:41:16.003 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T23:41:16.003 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:41:16.003 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:41:16.028 DEBUG:teuthology.orchestra.run.trial079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:41:16.091 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:41:16.091 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:41:16.117 DEBUG:teuthology.orchestra.run.trial160:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:41:16.183 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T23:41:16.183 DEBUG:teuthology.orchestra.run.trial079:> set -ex 2026-02-18T23:41:16.183 DEBUG:teuthology.orchestra.run.trial079:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:41:16.208 DEBUG:teuthology.orchestra.run.trial079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:41:16.272 DEBUG:teuthology.orchestra.run.trial160:> set -ex 2026-02-18T23:41:16.272 DEBUG:teuthology.orchestra.run.trial160:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:41:16.298 DEBUG:teuthology.orchestra.run.trial160:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:41:16.362 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T23:41:16.486 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:41:16.486 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:41:16.490 INFO:tasks.cephadm:Cluster fsid is 5156f6ee-0d23-11f1-9ecc-d404e6e7d460 2026-02-18T23:41:16.490 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T23:41:16.490 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.79', 'mon.c': '[v2:10.20.193.79:3301,v1:10.20.193.79:6790]', 'mon.b': '10.20.193.160'} 2026-02-18T23:41:16.490 INFO:tasks.cephadm:First mon is mon.a on trial079 2026-02-18T23:41:16.490 INFO:tasks.cephadm:First mgr is y 2026-02-18T23:41:16.490 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T23:41:16.490 DEBUG:teuthology.orchestra.run.trial079:> sudo hostname $(hostname -s) 2026-02-18T23:41:16.515 DEBUG:teuthology.orchestra.run.trial160:> sudo hostname $(hostname -s) 2026-02-18T23:41:16.541 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2026-02-18T23:41:16.541 DEBUG:teuthology.orchestra.run.trial079:> 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:41:16.603 INFO:teuthology.orchestra.run.trial079.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:41 /home/ubuntu/cephtest/cephadm 2026-02-18T23:41:16.604 DEBUG:teuthology.orchestra.run.trial160:> 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:41:16.659 INFO:teuthology.orchestra.run.trial160.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:41 /home/ubuntu/cephtest/cephadm 2026-02-18T23:41:16.659 DEBUG:teuthology.orchestra.run.trial079:> 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:41:16.682 DEBUG:teuthology.orchestra.run.trial160:> 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:41:16.713 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2026-02-18T23:41:16.713 DEBUG:teuthology.orchestra.run.trial079:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:41:16.731 DEBUG:teuthology.orchestra.run.trial160:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:41:16.985 INFO:teuthology.orchestra.run.trial160.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:41:16.998 INFO:teuthology.orchestra.run.trial079.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:41:17.127 INFO:teuthology.orchestra.run.trial160.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:41:17.127 INFO:teuthology.orchestra.run.trial160.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:41:17.127 INFO:teuthology.orchestra.run.trial160.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:41:17.127 INFO:teuthology.orchestra.run.trial160.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:41:17.142 INFO:teuthology.orchestra.run.trial079.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:41:17.142 INFO:teuthology.orchestra.run.trial079.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:41:17.143 INFO:teuthology.orchestra.run.trial079.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:41:17.143 INFO:teuthology.orchestra.run.trial079.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:41:17.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:41:17.158 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 trial079 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:41:17.159 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T23:41:17.162 DEBUG:teuthology.misc:Transferring archived files from trial079:/var/lib/ceph/5156f6ee-0d23-11f1-9ecc-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/53485/remote/trial079/crash 2026-02-18T23:41:17.163 DEBUG:teuthology.orchestra.run.trial079:> sudo tar c -f - -C /var/lib/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/crash -- . 2026-02-18T23:41:17.189 INFO:teuthology.orchestra.run.trial079.stderr:tar: /var/lib/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:41:17.189 INFO:teuthology.orchestra.run.trial079.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:41:17.191 DEBUG:teuthology.misc:Transferring archived files from trial160:/var/lib/ceph/5156f6ee-0d23-11f1-9ecc-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/53485/remote/trial160/crash 2026-02-18T23:41:17.192 DEBUG:teuthology.orchestra.run.trial160:> sudo tar c -f - -C /var/lib/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/crash -- . 2026-02-18T23:41:17.218 INFO:teuthology.orchestra.run.trial160.stderr:tar: /var/lib/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:41:17.218 INFO:teuthology.orchestra.run.trial160.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:41:17.220 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T23:41:17.220 DEBUG:teuthology.orchestra.run.trial079:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5156f6ee-0d23-11f1-9ecc-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:41:17.253 INFO:teuthology.orchestra.run.trial079.stderr:grep: /var/log/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:41:17.255 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-18T23:41:17.256 DEBUG:teuthology.orchestra.run.trial079:> sudo egrep '\[SEC\]' /var/log/ceph/5156f6ee-0d23-11f1-9ecc-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:41:17.321 INFO:teuthology.orchestra.run.trial079.stderr:grep: /var/log/ceph/5156f6ee-0d23-11f1-9ecc-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:41:17.323 INFO:tasks.cephadm:Compressing logs... 2026-02-18T23:41:17.324 DEBUG:teuthology.orchestra.run.trial079:> 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:41:17.366 DEBUG:teuthology.orchestra.run.trial160:> 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:41:17.385 INFO:teuthology.orchestra.run.trial079.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T23:41:17.386 INFO:teuthology.orchestra.run.trial079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:41:17.386 INFO:teuthology.orchestra.run.trial079.stderr:/var/log/ceph/cephadm.log: 67.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:41:17.387 INFO:teuthology.orchestra.run.trial079.stderr: 2026-02-18T23:41:17.387 INFO:teuthology.orchestra.run.trial079.stderr:real 0m0.010s 2026-02-18T23:41:17.388 INFO:teuthology.orchestra.run.trial079.stderr:user 0m0.006s 2026-02-18T23:41:17.388 INFO:teuthology.orchestra.run.trial079.stderr:sys 0m0.012s 2026-02-18T23:41:17.391 INFO:teuthology.orchestra.run.trial160.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T23:41:17.391 INFO:teuthology.orchestra.run.trial160.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:41:17.391 INFO:teuthology.orchestra.run.trial160.stderr:/var/log/ceph/cephadm.log: 67.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:41:17.392 INFO:teuthology.orchestra.run.trial160.stderr: 2026-02-18T23:41:17.392 INFO:teuthology.orchestra.run.trial160.stderr:real 0m0.010s 2026-02-18T23:41:17.392 INFO:teuthology.orchestra.run.trial160.stderr:user 0m0.002s 2026-02-18T23:41:17.392 INFO:teuthology.orchestra.run.trial160.stderr:sys 0m0.016s 2026-02-18T23:41:17.393 INFO:tasks.cephadm:Archiving logs... 2026-02-18T23:41:17.394 DEBUG:teuthology.misc:Transferring archived files from trial079:/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/53485/remote/trial079/log 2026-02-18T23:41:17.395 DEBUG:teuthology.orchestra.run.trial079:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:41:17.456 DEBUG:teuthology.misc:Transferring archived files from trial160:/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/53485/remote/trial160/log 2026-02-18T23:41:17.457 DEBUG:teuthology.orchestra.run.trial160:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:41:17.484 INFO:tasks.cephadm:Removing cluster... 2026-02-18T23:41:17.484 DEBUG:teuthology.orchestra.run.trial079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156f6ee-0d23-11f1-9ecc-d404e6e7d460 --force 2026-02-18T23:41:17.826 DEBUG:teuthology.orchestra.run.trial160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5156f6ee-0d23-11f1-9ecc-d404e6e7d460 --force 2026-02-18T23:41:18.154 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T23:41:18.154 DEBUG:teuthology.orchestra.run.trial079:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:41:18.173 DEBUG:teuthology.orchestra.run.trial160:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:41:18.190 INFO:tasks.cephadm:Teardown complete 2026-02-18T23:41:18.190 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 trial079 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:41:18.191 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T23:41:18.202 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T23:41:18.215 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:41:18.215 DEBUG:teuthology.orchestra.run.trial079:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:41:18.216 DEBUG:teuthology.orchestra.run.trial160:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:41:18.363 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T23:41:18.374 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T23:41:18.374 DEBUG:teuthology.orchestra.run.trial079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:41:18.376 DEBUG:teuthology.orchestra.run.trial160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:41:18.390 INFO:teuthology.orchestra.run.trial079.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:41:18.392 INFO:teuthology.orchestra.run.trial160.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:=============================================================================== 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:^- dns-e.ns4v.icu 2 6 17 61 -6172us[-6172us] +/- 68ms 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:^* 24-229-44-105-static.cmt> 1 6 17 61 -791us[+7644us] +/- 12ms 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:^- sensei.ruselabs.com 2 6 17 60 -9708us[-9708us] +/- 39ms 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial160.stdout:^- ntp.shastacoe.net 2 6 17 61 -9057us[-9057us] +/- 58ms 2026-02-18T23:41:18.410 INFO:teuthology.orchestra.run.trial079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:41:18.411 INFO:teuthology.orchestra.run.trial079.stdout:=============================================================================== 2026-02-18T23:41:18.411 INFO:teuthology.orchestra.run.trial079.stdout:^* dns-e.ns4v.icu 2 6 17 60 -1556us[+1732us] +/- 68ms 2026-02-18T23:41:18.411 INFO:teuthology.orchestra.run.trial079.stdout:^+ 24-229-44-105-static.cmt> 1 6 17 61 +17ms[ +20ms] +/- 25ms 2026-02-18T23:41:18.411 INFO:teuthology.orchestra.run.trial079.stdout:^+ sensei.ruselabs.com 2 6 17 61 -4083us[ -795us] +/- 38ms 2026-02-18T23:41:18.411 INFO:teuthology.orchestra.run.trial079.stdout:^+ ntp.shastacoe.net 2 6 17 61 -4033us[ -744us] +/- 58ms 2026-02-18T23:41:18.411 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T23:41:18.422 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T23:41:18.422 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T23:41:18.435 DEBUG:teuthology.orchestra.run.trial079:> 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:41:18.491 DEBUG:teuthology.orchestra.run.trial160:> 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:41:18.531 DEBUG:teuthology.orchestra.run.trial079:> 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:41:18.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:41:18.557 DEBUG:teuthology.orchestra.run.trial160:> 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:41:18.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:41:18.597 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T23:41:18.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T23:41:18.643 INFO:teuthology.task.internal:Duration was 133.361259 seconds 2026-02-18T23:41:18.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T23:41:18.678 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T23:41:18.679 DEBUG:teuthology.orchestra.run.trial079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:41:18.688 DEBUG:teuthology.orchestra.run.trial160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:41:18.723 INFO:teuthology.orchestra.run.trial079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:41:18.725 INFO:teuthology.orchestra.run.trial160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:41:19.017 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T23:41:19.017 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial079.front.sepia.ceph.com 2026-02-18T23:41:19.017 DEBUG:teuthology.orchestra.run.trial079:> 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:41:19.075 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial160.front.sepia.ceph.com 2026-02-18T23:41:19.075 DEBUG:teuthology.orchestra.run.trial160:> 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:41:19.095 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T23:41:19.096 DEBUG:teuthology.orchestra.run.trial079:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:41:19.117 DEBUG:teuthology.orchestra.run.trial160:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:41:19.176 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T23:41:19.176 DEBUG:teuthology.orchestra.run.trial079:> 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:41:19.197 DEBUG:teuthology.orchestra.run.trial160:> 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:41:19.218 INFO:teuthology.orchestra.run.trial079.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:41:19.220 INFO:teuthology.orchestra.run.trial079.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:41:19.220 INFO:teuthology.orchestra.run.trial079.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:41:19.220 INFO:teuthology.orchestra.run.trial079.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:41:19.220 INFO:teuthology.orchestra.run.trial079.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:41:19.222 INFO:teuthology.orchestra.run.trial079.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:41:19.240 INFO:teuthology.orchestra.run.trial160.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:41:19.240 INFO:teuthology.orchestra.run.trial160.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:41:19.240 INFO:teuthology.orchestra.run.trial160.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:41:19.240 INFO:teuthology.orchestra.run.trial160.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:41:19.241 INFO:teuthology.orchestra.run.trial160.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:41:19.244 INFO:teuthology.orchestra.run.trial160.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:41:19.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T23:41:19.261 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T23:41:19.262 DEBUG:teuthology.orchestra.run.trial079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:41:19.287 DEBUG:teuthology.orchestra.run.trial160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:41:19.312 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T23:41:19.328 DEBUG:teuthology.orchestra.run.trial079:> 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:41:19.331 DEBUG:teuthology.orchestra.run.trial160:> 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:41:19.351 INFO:teuthology.orchestra.run.trial079.stdout:kernel.core_pattern = core 2026-02-18T23:41:19.374 INFO:teuthology.orchestra.run.trial160.stdout:kernel.core_pattern = core 2026-02-18T23:41:19.387 DEBUG:teuthology.orchestra.run.trial079:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:41:19.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:41:19.419 DEBUG:teuthology.orchestra.run.trial160:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:41:19.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:41:19.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T23:41:19.460 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T23:41:19.461 DEBUG:teuthology.misc:Transferring archived files from trial079:/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/53485/remote/trial079 2026-02-18T23:41:19.462 DEBUG:teuthology.orchestra.run.trial079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:41:19.495 DEBUG:teuthology.misc:Transferring archived files from trial160:/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/53485/remote/trial160 2026-02-18T23:41:19.495 DEBUG:teuthology.orchestra.run.trial160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:41:19.528 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T23:41:19.528 DEBUG:teuthology.orchestra.run.trial079:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:41:19.531 DEBUG:teuthology.orchestra.run.trial160:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:41:19.577 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T23:41:19.595 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T23:41:19.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T23:41:19.611 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T23:41:19.611 DEBUG:teuthology.orchestra.run.trial079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:41:19.614 DEBUG:teuthology.orchestra.run.trial160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:41:19.629 INFO:teuthology.orchestra.run.trial079.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:41 /home/ubuntu/cephtest 2026-02-18T23:41:19.633 INFO:teuthology.orchestra.run.trial160.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:41 /home/ubuntu/cephtest 2026-02-18T23:41:19.635 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T23:41:19.651 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T23:41:19.689 INFO:teuthology.run:Summary data: description: upgrade:quincy-x:stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/rbd-import-export 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: 133.36125898361206 failure_reason: '"grep: /var/log/ceph/5156f6ee-0d23-11f1-9ecc-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:41:19.689 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:41:19.796 INFO:teuthology.run:FAIL