2026-02-18T23:30:09.942 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T23:30:09.966 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:30:10.051 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/53452 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/snaps-few-objects 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} email: jcollin@redhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 && ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - full_sequential: - 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' first_in_suite: false flavor: default job_id: '53452' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial meta: - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - 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: 1 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: trial005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEoVQneINLclZ5BbgObSzPeL1RZ1z0mPXjZIydnkoVHa/If85v6IqoJE1D7uxkdcw/exSYUv5q+Lhol6viXIPUA= trial107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdQuJinJ1jSQOEcj6ZC/dmngxgKEK97Pi3MhyR9ZmK39vPZmhJUhSCj/C54SoGA/rFIKfA3v1AiirGLULbT7qU= 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:30:10.052 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:30:10.052 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks 2026-02-18T23:30:10.052 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T23:30:10.054 INFO:teuthology.task.internal:Checking packages... 2026-02-18T23:30:10.054 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910' 2026-02-18T23:30:10.054 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:30:10.054 INFO:teuthology.packaging:ref: None 2026-02-18T23:30:10.054 INFO:teuthology.packaging:tag: None 2026-02-18T23:30:10.054 INFO:teuthology.packaging:branch: wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:30:10.054 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:30:10.054 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:30:10.173 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-689.g5c7d9533 2026-02-18T23:30:10.175 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T23:30:10.186 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T23:30:10.186 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T23:30:10.200 INFO:teuthology.task.internal:Saving configuration 2026-02-18T23:30:10.217 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T23:30:10.228 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T23:30:10.304 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial005.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/53452', '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:26:43.273569', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEoVQneINLclZ5BbgObSzPeL1RZ1z0mPXjZIydnkoVHa/If85v6IqoJE1D7uxkdcw/exSYUv5q+Lhol6viXIPUA='} 2026-02-18T23:30:10.367 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial107.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/53452', '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:26:43.272783', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdQuJinJ1jSQOEcj6ZC/dmngxgKEK97Pi3MhyR9ZmK39vPZmhJUhSCj/C54SoGA/rFIKfA3v1AiirGLULbT7qU='} 2026-02-18T23:30:10.368 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T23:30:10.380 INFO:teuthology.task.internal:roles: ubuntu@trial005.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:30:10.380 INFO:teuthology.task.internal:roles: ubuntu@trial107.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:30:10.380 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T23:30:10.533 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x79c2f4204360>, signals=[15]) 2026-02-18T23:30:10.533 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T23:30:10.553 INFO:teuthology.task.internal:Opening connections... 2026-02-18T23:30:10.554 DEBUG:teuthology.task.internal:connecting to ubuntu@trial005.front.sepia.ceph.com 2026-02-18T23:30:10.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:30:10.621 DEBUG:teuthology.task.internal:connecting to ubuntu@trial107.front.sepia.ceph.com 2026-02-18T23:30:10.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:30:10.685 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T23:30:10.697 DEBUG:teuthology.orchestra.run.trial005:> uname -m 2026-02-18T23:30:10.714 INFO:teuthology.orchestra.run.trial005.stdout:x86_64 2026-02-18T23:30:10.714 DEBUG:teuthology.orchestra.run.trial005:> cat /etc/os-release 2026-02-18T23:30:10.774 INFO:teuthology.orchestra.run.trial005.stdout:NAME="CentOS Stream" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:VERSION="9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:ID="centos" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:VERSION_ID="9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:ANSI_COLOR="0;31" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:30:10.775 INFO:teuthology.orchestra.run.trial005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:30:10.776 INFO:teuthology.lock.ops:Updating trial005.front.sepia.ceph.com on lock server 2026-02-18T23:30:10.856 DEBUG:teuthology.orchestra.run.trial107:> uname -m 2026-02-18T23:30:10.872 INFO:teuthology.orchestra.run.trial107.stdout:x86_64 2026-02-18T23:30:10.872 DEBUG:teuthology.orchestra.run.trial107:> cat /etc/os-release 2026-02-18T23:30:10.928 INFO:teuthology.orchestra.run.trial107.stdout:NAME="CentOS Stream" 2026-02-18T23:30:10.928 INFO:teuthology.orchestra.run.trial107.stdout:VERSION="9" 2026-02-18T23:30:10.928 INFO:teuthology.orchestra.run.trial107.stdout:ID="centos" 2026-02-18T23:30:10.928 INFO:teuthology.orchestra.run.trial107.stdout:ID_LIKE="rhel fedora" 2026-02-18T23:30:10.928 INFO:teuthology.orchestra.run.trial107.stdout:VERSION_ID="9" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:PLATFORM_ID="platform:el9" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:ANSI_COLOR="0;31" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:LOGO="fedora-logo-icon" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:HOME_URL="https://centos.org/" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T23:30:10.929 INFO:teuthology.orchestra.run.trial107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T23:30:10.929 INFO:teuthology.lock.ops:Updating trial107.front.sepia.ceph.com on lock server 2026-02-18T23:30:11.012 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T23:30:11.026 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T23:30:11.037 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T23:30:11.038 DEBUG:teuthology.orchestra.run.trial005:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:30:11.040 DEBUG:teuthology.orchestra.run.trial107:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:30:11.055 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T23:30:11.072 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T23:30:11.073 DEBUG:teuthology.orchestra.run.trial005:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:30:11.099 DEBUG:teuthology.orchestra.run.trial107:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:30:11.116 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T23:30:11.304 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T23:30:11.324 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-18T23:30:11.324 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:30:11.324 DEBUG:teuthology.orchestra.run.trial005:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:30:11.325 DEBUG:teuthology.orchestra.run.trial107:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:30:11.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:30:11.339 DEBUG:teuthology.orchestra.run.trial005:> uname -r 2026-02-18T23:30:11.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:30:11.340 DEBUG:teuthology.orchestra.run.trial107:> uname -r 2026-02-18T23:30:11.396 INFO:teuthology.orchestra.run.trial107.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:30:11.397 INFO:teuthology.task.kernel:Running kernel on trial107: 5.14.0-681.el9.x86_64 2026-02-18T23:30:11.397 DEBUG:teuthology.orchestra.run.trial107:> sudo yum install -y kernel 2026-02-18T23:30:11.398 INFO:teuthology.orchestra.run.trial005.stdout:5.14.0-681.el9.x86_64 2026-02-18T23:30:11.398 INFO:teuthology.task.kernel:Running kernel on trial005: 5.14.0-681.el9.x86_64 2026-02-18T23:30:11.398 DEBUG:teuthology.orchestra.run.trial005:> sudo yum install -y kernel 2026-02-18T23:30:20.312 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-18T23:30:20.390 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-18T23:30:23.454 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-18T23:30:23.460 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T23:30:26.702 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 7.8 MB 00:00 2026-02-18T23:30:27.564 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-18T23:30:28.247 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T23:30:28.492 INFO:teuthology.orchestra.run.trial005.stdout:Extra Packages for Enterprise Linux 111 MB/s | 20 MB 00:00 2026-02-18T23:30:29.125 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T23:30:29.385 INFO:teuthology.orchestra.run.trial107.stdout:Extra Packages for Enterprise Linux 103 MB/s | 20 MB 00:00 2026-02-18T23:30:31.657 INFO:teuthology.orchestra.run.trial005.stdout:lab-extras 1.1 MB/s | 50 kB 00:00 2026-02-18T23:30:32.560 INFO:teuthology.orchestra.run.trial107.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T23:30:32.667 INFO:teuthology.orchestra.run.trial005.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:30:32.668 INFO:teuthology.orchestra.run.trial005.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:30:32.688 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:30:32.689 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:30:32.689 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:30:32.711 DEBUG:teuthology.orchestra.run.trial005:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:30:33.011 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:30:31 PM UTC. 2026-02-18T23:30:33.091 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:30:33.092 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.092 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalling: 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:33.093 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 803 k 2026-02-18T23:30:33.094 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 0 2026-02-18T23:30:33.094 INFO:teuthology.orchestra.run.trial005.stderr:Operation aborted. 2026-02-18T23:30:33.112 INFO:teuthology.orchestra.run.trial005.stdout:Is this ok [y/N]: 2026-02-18T23:30:33.112 DEBUG:teuthology.orchestra.run.trial005:> sudo yum reinstall -y kernel || true 2026-02-18T23:30:33.409 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:30:31 PM UTC. 2026-02-18T23:30:33.491 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:30:33.491 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalling: 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 803 k 2026-02-18T23:30:33.492 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 0 2026-02-18T23:30:33.493 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:30:33.567 INFO:teuthology.orchestra.run.trial107.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T23:30:33.567 INFO:teuthology.orchestra.run.trial107.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-18T23:30:33.586 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:30:33.587 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:30:33.587 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:30:33.610 DEBUG:teuthology.orchestra.run.trial107:> echo no | sudo yum reinstall kernel || true 2026-02-18T23:30:33.910 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:01 ago on Wed 18 Feb 2026 11:30:32 PM UTC. 2026-02-18T23:30:33.990 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout:Reinstalling: 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:30:33.992 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:33.993 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:30:33.993 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:33.993 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:33.993 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 803 k 2026-02-18T23:30:33.993 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 0 2026-02-18T23:30:33.994 INFO:teuthology.orchestra.run.trial107.stderr:Operation aborted. 2026-02-18T23:30:34.000 INFO:teuthology.orchestra.run.trial005.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2026-02-18T23:30:34.000 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:30:34.000 INFO:teuthology.orchestra.run.trial005.stdout:Total 1.5 MB/s | 803 kB 00:00 2026-02-18T23:30:34.011 INFO:teuthology.orchestra.run.trial107.stdout:Is this ok [y/N]: 2026-02-18T23:30:34.012 DEBUG:teuthology.orchestra.run.trial107:> sudo yum reinstall -y kernel || true 2026-02-18T23:30:34.013 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:30:34.044 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:30:34.045 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:30:34.049 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:30:34.049 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:30:34.073 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:30:34.076 INFO:teuthology.orchestra.run.trial005.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:30:34.077 INFO:teuthology.orchestra.run.trial005.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:34.191 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:34.191 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:30:34.243 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:34.243 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:34.243 INFO:teuthology.orchestra.run.trial005.stdout:Reinstalled: 2026-02-18T23:30:34.243 INFO:teuthology.orchestra.run.trial005.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:30:34.244 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:30:34.244 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:30:34.271 DEBUG:teuthology.orchestra.run.trial005:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:30:34.313 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:02 ago on Wed 18 Feb 2026 11:30:32 PM UTC. 2026-02-18T23:30:34.337 INFO:teuthology.orchestra.run.trial005.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:30:34.338 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:30:34.338 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:30:34.339 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2026-02-18T23:30:34.339 DEBUG:teuthology.orchestra.run.trial005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:30:34.392 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:30:34.393 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:34.393 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:30:34.393 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:34.393 INFO:teuthology.orchestra.run.trial107.stdout:Reinstalling: 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 803 k 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 0 2026-02-18T23:30:34.394 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:30:34.404 INFO:teuthology.orchestra.run.trial005.stdout:ttyS1 2026-02-18T23:30:34.435 DEBUG:teuthology.parallel:result is None 2026-02-18T23:30:34.908 INFO:teuthology.orchestra.run.trial107.stdout:kernel-5.14.0-681.el9.x86_64.rpm 22 MB/s | 803 kB 00:00 2026-02-18T23:30:34.909 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:30:34.909 INFO:teuthology.orchestra.run.trial107.stdout:Total 1.5 MB/s | 803 kB 00:00 2026-02-18T23:30:34.919 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:30:34.953 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:30:34.954 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:30:34.958 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:30:34.958 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:30:34.982 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:30:34.986 INFO:teuthology.orchestra.run.trial107.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:30:34.986 INFO:teuthology.orchestra.run.trial107.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:35.097 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:35.098 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout:Reinstalled: 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:30:35.153 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:30:35.179 DEBUG:teuthology.orchestra.run.trial107:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T23:30:35.243 INFO:teuthology.orchestra.run.trial107.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T23:30:35.245 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T23:30:35.245 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:30:35.245 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2026-02-18T23:30:35.245 DEBUG:teuthology.orchestra.run.trial107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:30:35.309 INFO:teuthology.orchestra.run.trial107.stdout:ttyS1 2026-02-18T23:30:35.332 DEBUG:teuthology.parallel:result is None 2026-02-18T23:30:35.332 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T23:30:35.346 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T23:30:35.346 DEBUG:teuthology.orchestra.run.trial005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:30:35.349 DEBUG:teuthology.orchestra.run.trial107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:30:35.388 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T23:30:35.400 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T23:30:35.413 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T23:30:35.413 DEBUG:teuthology.orchestra.run.trial005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:30:35.416 DEBUG:teuthology.orchestra.run.trial107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:30:35.453 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T23:30:35.464 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T23:30:35.465 DEBUG:teuthology.orchestra.run.trial005:> 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:30:35.473 DEBUG:teuthology.orchestra.run.trial107:> 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:30:35.495 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:30:35.505 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:30:35.510 INFO:teuthology.orchestra.run.trial107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:30:35.519 INFO:teuthology.orchestra.run.trial107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:30:35.521 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T23:30:35.534 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T23:30:35.534 DEBUG:teuthology.orchestra.run.trial005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:30:35.554 DEBUG:teuthology.orchestra.run.trial107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:30:35.589 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T23:30:35.611 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T23:30:35.611 DEBUG:teuthology.orchestra.run.trial005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:30:35.621 DEBUG:teuthology.orchestra.run.trial107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:30:35.646 DEBUG:teuthology.orchestra.run.trial005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:30:35.804 DEBUG:teuthology.orchestra.run.trial005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:30:35.830 DEBUG:teuthology.orchestra.run.trial005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:30:35.963 DEBUG:teuthology.orchestra.run.trial005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:30:35.986 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:30:35.986 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:30:36.051 DEBUG:teuthology.orchestra.run.trial107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:30:36.169 DEBUG:teuthology.orchestra.run.trial107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:30:36.193 DEBUG:teuthology.orchestra.run.trial107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:30:36.328 DEBUG:teuthology.orchestra.run.trial107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:30:36.351 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:30:36.351 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:30:36.414 DEBUG:teuthology.orchestra.run.trial005:> sudo service rsyslog restart 2026-02-18T23:30:36.416 DEBUG:teuthology.orchestra.run.trial107:> sudo service rsyslog restart 2026-02-18T23:30:36.443 INFO:teuthology.orchestra.run.trial005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:30:36.484 INFO:teuthology.orchestra.run.trial107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:30:36.992 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T23:30:37.011 INFO:teuthology.task.internal:Starting timer... 2026-02-18T23:30:37.011 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T23:30:37.036 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T23:30:37.050 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:30:37.051 DEBUG:teuthology.orchestra.run.trial005:> sudo service auditd rotate 2026-02-18T23:30:37.080 INFO:teuthology.orchestra.run.trial005.stdout:Rotating logs: 2026-02-18T23:30:37.082 DEBUG:teuthology.orchestra.run.trial107:> sudo service auditd rotate 2026-02-18T23:30:37.110 INFO:teuthology.orchestra.run.trial107.stdout:Rotating logs: 2026-02-18T23:30:37.112 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T23:30:37.112 DEBUG:teuthology.orchestra.run.trial005:> /usr/sbin/getenforce 2026-02-18T23:30:37.138 INFO:teuthology.orchestra.run.trial005.stdout:Permissive 2026-02-18T23:30:37.139 DEBUG:teuthology.orchestra.run.trial107:> /usr/sbin/getenforce 2026-02-18T23:30:37.169 INFO:teuthology.orchestra.run.trial107.stdout:Permissive 2026-02-18T23:30:37.170 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial005.front.sepia.ceph.com': 'permissive', 'ubuntu@trial107.front.sepia.ceph.com': 'permissive'} 2026-02-18T23:30:37.170 DEBUG:teuthology.orchestra.run.trial005:> 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:30:37.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:30:37.204 DEBUG:teuthology.orchestra.run.trial107:> 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:30:37.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:30:37.235 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T23:30:37.235 DEBUG:teuthology.orchestra.run.trial005:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:30:37.268 DEBUG:teuthology.orchestra.run.trial107:> sudo /usr/sbin/setenforce permissive 2026-02-18T23:30:37.298 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T23:30:37.314 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T23:30:37.327 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:30:37.329 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial005.front.sepia.ceph.com,trial107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T23:31:45.755 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial005.front.sepia.ceph.com'), Remote(name='ubuntu@trial107.front.sepia.ceph.com')] 2026-02-18T23:31:45.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial005.front.sepia.ceph.com' 2026-02-18T23:31:45.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:31:45.873 DEBUG:teuthology.orchestra.run.trial005:> true 2026-02-18T23:31:45.952 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial005.front.sepia.ceph.com' 2026-02-18T23:31:45.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial107.front.sepia.ceph.com' 2026-02-18T23:31:45.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:31:46.034 DEBUG:teuthology.orchestra.run.trial107:> true 2026-02-18T23:31:46.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial107.front.sepia.ceph.com' 2026-02-18T23:31:46.111 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T23:31:46.122 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T23:31:46.123 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:31:46.123 DEBUG:teuthology.orchestra.run.trial005:> 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:31:46.125 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:31:46.125 DEBUG:teuthology.orchestra.run.trial107:> 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:31:46.152 INFO:teuthology.orchestra.run.trial005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:31:46.163 INFO:teuthology.orchestra.run.trial005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:31:46.180 INFO:teuthology.orchestra.run.trial107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T23:31:46.183 INFO:teuthology.orchestra.run.trial005.stderr:sudo: ntpd: command not found 2026-02-18T23:31:46.193 INFO:teuthology.orchestra.run.trial107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T23:31:46.193 INFO:teuthology.orchestra.run.trial005.stdout:506 Cannot talk to daemon 2026-02-18T23:31:46.205 INFO:teuthology.orchestra.run.trial005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:31:46.213 INFO:teuthology.orchestra.run.trial107.stderr:sudo: ntpd: command not found 2026-02-18T23:31:46.217 INFO:teuthology.orchestra.run.trial005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:31:46.224 INFO:teuthology.orchestra.run.trial107.stdout:506 Cannot talk to daemon 2026-02-18T23:31:46.235 INFO:teuthology.orchestra.run.trial107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T23:31:46.247 INFO:teuthology.orchestra.run.trial107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T23:31:46.273 INFO:teuthology.orchestra.run.trial005.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:31:46.275 INFO:teuthology.orchestra.run.trial005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:31:46.275 INFO:teuthology.orchestra.run.trial005.stdout:=============================================================================== 2026-02-18T23:31:46.290 INFO:teuthology.orchestra.run.trial107.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:31:46.292 INFO:teuthology.orchestra.run.trial107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:31:46.292 INFO:teuthology.orchestra.run.trial107.stdout:=============================================================================== 2026-02-18T23:31:46.293 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T23:31:46.313 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T23:31:46.314 DEBUG:teuthology.orchestra.run.trial005:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:31:46.315 DEBUG:teuthology.orchestra.run.trial107:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T23:31:46.325 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial005.front.sepia.ceph.com 2026-02-18T23:31:46.325 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:31:46.325 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:31:46.341 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial107.front.sepia.ceph.com 2026-02-18T23:31:46.341 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T23:31:46.341 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T23:31:46.505 INFO:teuthology.orchestra.run.trial005.stdout:No match for argument: nvme-cli 2026-02-18T23:31:46.506 INFO:teuthology.orchestra.run.trial005.stderr:No packages marked for removal. 2026-02-18T23:31:46.507 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:31:46.508 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:31:46.508 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:31:46.516 INFO:teuthology.orchestra.run.trial107.stdout:No match for argument: nvme-cli 2026-02-18T23:31:46.516 INFO:teuthology.orchestra.run.trial107.stderr:No packages marked for removal. 2026-02-18T23:31:46.518 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:31:46.518 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:31:46.518 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:31:46.814 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 11:31:17 PM UTC. 2026-02-18T23:31:46.826 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 11:31:17 PM UTC. 2026-02-18T23:31:46.895 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:31:46.896 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:31:46.897 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout:Install 6 Packages 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 2.3 M 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 11 M 2026-02-18T23:31:46.898 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:31:46.907 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T23:31:46.908 INFO:teuthology.orchestra.run.trial107.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout:Install 6 Packages 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:31:46.909 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 2.3 M 2026-02-18T23:31:46.910 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 11 M 2026-02-18T23:31:46.910 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:31:46.979 INFO:teuthology.orchestra.run.trial005.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 1.9 MB/s | 44 kB 00:00 2026-02-18T23:31:46.980 INFO:teuthology.orchestra.run.trial005.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 3.0 MB/s | 72 kB 00:00 2026-02-18T23:31:46.987 INFO:teuthology.orchestra.run.trial005.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 9.8 MB/s | 84 kB 00:00 2026-02-18T23:31:46.989 INFO:teuthology.orchestra.run.trial005.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 16 MB/s | 150 kB 00:00 2026-02-18T23:31:46.994 INFO:teuthology.orchestra.run.trial005.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 30 MB/s | 1.2 MB 00:00 2026-02-18T23:31:47.001 INFO:teuthology.orchestra.run.trial005.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 59 MB/s | 837 kB 00:00 2026-02-18T23:31:47.001 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:31:47.002 INFO:teuthology.orchestra.run.trial005.stdout:Total 22 MB/s | 2.3 MB 00:00 2026-02-18T23:31:47.054 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:31:47.061 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:31:47.061 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:31:47.128 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:31:47.128 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:31:47.258 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:31:47.266 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:31:47.275 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:31:47.283 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:31:47.289 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:31:47.290 INFO:teuthology.orchestra.run.trial005.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:31:47.305 INFO:teuthology.orchestra.run.trial107.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 140 kB/s | 44 kB 00:00 2026-02-18T23:31:47.348 INFO:teuthology.orchestra.run.trial107.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 202 kB/s | 72 kB 00:00 2026-02-18T23:31:47.422 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:31:47.425 INFO:teuthology.orchestra.run.trial005.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:31:47.482 INFO:teuthology.orchestra.run.trial107.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 475 kB/s | 84 kB 00:00 2026-02-18T23:31:47.556 INFO:teuthology.orchestra.run.trial107.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 726 kB/s | 150 kB 00:00 2026-02-18T23:31:47.670 INFO:teuthology.orchestra.run.trial107.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-18T23:31:47.711 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:31:47.711 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:31:47.712 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:31:47.811 INFO:teuthology.orchestra.run.trial107.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-18T23:31:47.811 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:31:47.811 INFO:teuthology.orchestra.run.trial107.stdout:Total 2.6 MB/s | 2.3 MB 00:00 2026-02-18T23:31:47.861 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:31:47.868 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:31:47.868 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:31:47.935 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:31:47.935 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:31:47.959 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:31:47.959 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:31:47.960 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:31:47.960 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:31:47.961 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:31:48.012 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:31:48.013 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:31:48.045 DEBUG:teuthology.parallel:result is None 2026-02-18T23:31:48.064 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:31:48.072 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-18T23:31:48.081 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-18T23:31:48.087 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:31:48.093 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:31:48.093 INFO:teuthology.orchestra.run.trial107.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:31:48.224 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-18T23:31:48.227 INFO:teuthology.orchestra.run.trial107.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:31:48.514 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-18T23:31:48.514 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:31:48.514 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:31:48.751 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-18T23:31:48.751 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-18T23:31:48.751 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-18T23:31:48.752 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-18T23:31:48.752 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-18T23:31:48.804 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:31:48.805 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:31:48.836 DEBUG:teuthology.parallel:result is None 2026-02-18T23:31:48.836 INFO:teuthology.run_tasks:Running task install... 2026-02-18T23:31:48.854 DEBUG:teuthology.task.install:project ceph 2026-02-18T23:31:48.855 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'}} 2026-02-18T23:31:48.855 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:31:48.855 INFO:teuthology.task.install:Using flavor: default 2026-02-18T23:31:48.865 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:31:48.865 INFO:teuthology.task.install:extra packages: [] 2026-02-18T23:31:48.866 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:31:48.867 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:31:48.867 INFO:teuthology.packaging:ref: None 2026-02-18T23:31:48.867 INFO:teuthology.packaging:tag: None 2026-02-18T23:31:48.867 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:31:48.867 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:31:48.867 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:31:48.871 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:31:48.871 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:31:48.871 INFO:teuthology.packaging:ref: None 2026-02-18T23:31:48.872 INFO:teuthology.packaging:tag: None 2026-02-18T23:31:48.872 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:31:48.872 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:31:48.872 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:31:49.102 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:31:49.103 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:31:49.112 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/centos/9/flavors/default/ 2026-02-18T23:31:49.112 INFO:teuthology.task.install.rpm:Package version is 17.2.9-0 2026-02-18T23:31:49.233 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:31:49.234 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:31:49.234 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:31:49.242 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:31:49.242 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:31:49.242 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T23:31:49.264 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:31:49.264 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:31:49.264 INFO:teuthology.packaging:ref: None 2026-02-18T23:31:49.264 INFO:teuthology.packaging:tag: None 2026-02-18T23:31:49.264 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:31:49.264 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:31:49.264 DEBUG:teuthology.orchestra.run.trial005:> 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:31:49.271 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:31:49.271 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:31:49.271 INFO:teuthology.packaging:ref: None 2026-02-18T23:31:49.271 INFO:teuthology.packaging:tag: None 2026-02-18T23:31:49.272 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:31:49.272 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:31:49.272 DEBUG:teuthology.orchestra.run.trial107:> 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:31:49.340 DEBUG:teuthology.orchestra.run.trial005:> 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:31:49.342 DEBUG:teuthology.orchestra.run.trial107:> 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:31:49.418 DEBUG:teuthology.orchestra.run.trial107:> 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:31:49.424 DEBUG:teuthology.orchestra.run.trial005:> 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:31:49.482 INFO:teuthology.orchestra.run.trial107.stdout:check_obsoletes = 1 2026-02-18T23:31:49.484 DEBUG:teuthology.orchestra.run.trial107:> sudo yum clean all 2026-02-18T23:31:49.487 INFO:teuthology.orchestra.run.trial005.stdout:check_obsoletes = 1 2026-02-18T23:31:49.489 DEBUG:teuthology.orchestra.run.trial005:> sudo yum clean all 2026-02-18T23:31:49.643 INFO:teuthology.orchestra.run.trial107.stdout:41 files removed 2026-02-18T23:31:49.648 INFO:teuthology.orchestra.run.trial005.stdout:41 files removed 2026-02-18T23:31:49.657 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-radosgw 2026-02-18T23:31:49.663 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-radosgw 2026-02-18T23:31:49.895 INFO:teuthology.orchestra.run.trial107.stdout:ceph packages for x86_64 788 kB/s | 77 kB 00:00 2026-02-18T23:31:49.899 INFO:teuthology.orchestra.run.trial005.stdout:ceph packages for x86_64 835 kB/s | 77 kB 00:00 2026-02-18T23:31:49.990 INFO:teuthology.orchestra.run.trial107.stdout:ceph noarch packages 149 kB/s | 11 kB 00:00 2026-02-18T23:31:49.994 INFO:teuthology.orchestra.run.trial005.stdout:ceph noarch packages 151 kB/s | 11 kB 00:00 2026-02-18T23:31:50.082 INFO:teuthology.orchestra.run.trial107.stdout:ceph source packages 29 kB/s | 2.1 kB 00:00 2026-02-18T23:31:50.086 INFO:teuthology.orchestra.run.trial005.stdout:ceph source packages 30 kB/s | 2.1 kB 00:00 2026-02-18T23:31:50.904 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-02-18T23:31:52.078 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.9 MB 00:01 2026-02-18T23:31:56.609 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - AppStream 5.2 MB/s | 27 MB 00:05 2026-02-18T23:32:00.544 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 7.8 MB 00:01 2026-02-18T23:32:01.445 INFO:teuthology.orchestra.run.trial107.stdout:CentOS Stream 9 - Extras packages 107 kB/s | 20 kB 00:00 2026-02-18T23:32:02.451 INFO:teuthology.orchestra.run.trial107.stdout:Extra Packages for Enterprise Linux 22 MB/s | 20 MB 00:00 2026-02-18T23:32:05.607 INFO:teuthology.orchestra.run.trial107.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T23:32:06.807 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:06.808 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:06.808 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:06.808 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout:Upgrading: 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:32:06.809 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:32:06.810 INFO:teuthology.orchestra.run.trial107.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:32:06.811 INFO:teuthology.orchestra.run.trial107.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:06.812 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout:Install 22 Packages 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout:Upgrade 2 Packages 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 58 M 2026-02-18T23:32:06.813 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:07.455 INFO:teuthology.orchestra.run.trial107.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 41 MB/s | 5.0 MB 00:00 2026-02-18T23:32:07.468 INFO:teuthology.orchestra.run.trial107.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 2.1 MB/s | 25 kB 00:00 2026-02-18T23:32:07.480 INFO:teuthology.orchestra.run.trial107.stdout:(3/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 52 MB/s | 637 kB 00:00 2026-02-18T23:32:07.508 INFO:teuthology.orchestra.run.trial107.stdout:(4/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 83 MB/s | 14 MB 00:00 2026-02-18T23:32:07.510 INFO:teuthology.orchestra.run.trial107.stdout:(5/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 15 MB/s | 457 kB 00:00 2026-02-18T23:32:07.548 INFO:teuthology.orchestra.run.trial107.stdout:(6/24): ceph-common-17.2.9-0.el9.x86_64.rpm 105 MB/s | 22 MB 00:00 2026-02-18T23:32:07.548 INFO:teuthology.orchestra.run.trial107.stdout:(7/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 1.2 MB/s | 45 kB 00:00 2026-02-18T23:32:07.556 INFO:teuthology.orchestra.run.trial107.stdout:(8/24): python3-ceph-common-17.2.9-0.el9.x86_64 13 MB/s | 120 kB 00:00 2026-02-18T23:32:07.557 INFO:teuthology.orchestra.run.trial107.stdout:(9/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 16 MB/s | 157 kB 00:00 2026-02-18T23:32:07.566 INFO:teuthology.orchestra.run.trial107.stdout:(10/24): librgw2-17.2.9-0.el9.x86_64.rpm 85 MB/s | 4.9 MB 00:00 2026-02-18T23:32:07.567 INFO:teuthology.orchestra.run.trial107.stdout:(11/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 28 MB/s | 296 kB 00:00 2026-02-18T23:32:07.568 INFO:teuthology.orchestra.run.trial107.stdout:(12/24): python3-rados-17.2.9-0.el9.x86_64.rpm 26 MB/s | 320 kB 00:00 2026-02-18T23:32:07.576 INFO:teuthology.orchestra.run.trial107.stdout:(13/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 10 MB/s | 100 kB 00:00 2026-02-18T23:32:07.657 INFO:teuthology.orchestra.run.trial107.stdout:(14/24): mailcap-2.1.49-5.el9.noarch.rpm 372 kB/s | 33 kB 00:00 2026-02-18T23:32:07.887 INFO:teuthology.orchestra.run.trial107.stdout:(15/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 145 kB/s | 45 kB 00:00 2026-02-18T23:32:08.021 INFO:teuthology.orchestra.run.trial107.stdout:(16/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 353 kB/s | 160 kB 00:00 2026-02-18T23:32:08.178 INFO:teuthology.orchestra.run.trial107.stdout:(17/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.0 MB/s | 292 kB 00:00 2026-02-18T23:32:08.264 INFO:teuthology.orchestra.run.trial107.stdout:(18/24): librdkafka-1.6.1-102.el9.x86_64.rpm 1.1 MB/s | 662 kB 00:00 2026-02-18T23:32:08.267 INFO:teuthology.orchestra.run.trial107.stdout:(19/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.2 MB/s | 308 kB 00:00 2026-02-18T23:32:08.296 INFO:teuthology.orchestra.run.trial107.stdout:(20/24): liboath-2.6.12-1.el9.x86_64.rpm 415 kB/s | 49 kB 00:00 2026-02-18T23:32:08.298 INFO:teuthology.orchestra.run.trial107.stdout:(21/24): libunwind-1.6.2-1.el9.x86_64.rpm 1.9 MB/s | 67 kB 00:00 2026-02-18T23:32:08.331 INFO:teuthology.orchestra.run.trial107.stdout:(22/24): librbd1-17.2.9-0.el9.x86_64.rpm 90 MB/s | 2.9 MB 00:00 2026-02-18T23:32:08.337 INFO:teuthology.orchestra.run.trial107.stdout:(23/24): librados2-17.2.9-0.el9.x86_64.rpm 75 MB/s | 3.1 MB 00:00 2026-02-18T23:32:08.397 INFO:teuthology.orchestra.run.trial107.stdout:(24/24): thrift-0.15.0-4.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2026-02-18T23:32:08.398 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:08.398 INFO:teuthology.orchestra.run.trial107.stdout:Total 37 MB/s | 58 MB 00:01 2026-02-18T23:32:08.441 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:08.456 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:08.456 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:08.672 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:08.672 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:08.934 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:09.070 INFO:teuthology.orchestra.run.trial107.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:32:09.073 INFO:teuthology.orchestra.run.trial107.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:09.104 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:09.131 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:32:09.132 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:09.160 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:09.170 INFO:teuthology.orchestra.run.trial107.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:32:09.172 INFO:teuthology.orchestra.run.trial107.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:32:09.379 INFO:teuthology.orchestra.run.trial107.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:32:09.380 INFO:teuthology.orchestra.run.trial107.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:09.393 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:09.397 INFO:teuthology.orchestra.run.trial107.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:32:09.405 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:32:09.411 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:32:09.432 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:32:09.433 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:09.446 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:09.454 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:32:09.458 INFO:teuthology.orchestra.run.trial107.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:32:09.592 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:32:09.593 INFO:teuthology.orchestra.run.trial107.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:32:09.619 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:32:09.622 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:32:09.644 INFO:teuthology.orchestra.run.trial107.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:32:09.645 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:32:10.650 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:10.652 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:10.857 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - AppStream 1.5 MB/s | 27 MB 00:18 2026-02-18T23:32:10.914 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:10.918 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:32:10.957 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:32:10.958 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:32:10.958 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:32:10.958 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:10.960 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:15.111 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 7.8 MB 00:01 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /sys 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /proc 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /mnt 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /var/tmp 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /home 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /root 2026-02-18T23:32:15.469 INFO:teuthology.orchestra.run.trial107.stdout:skipping the directory /tmp 2026-02-18T23:32:15.470 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.021 INFO:teuthology.orchestra.run.trial005.stdout:CentOS Stream 9 - Extras packages 109 kB/s | 20 kB 00:00 2026-02-18T23:32:16.074 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:32:16.103 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.104 INFO:teuthology.orchestra.run.trial107.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:32:16.116 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:32:16.116 INFO:teuthology.orchestra.run.trial107.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:16.437 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:32:16.438 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:32:16.441 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout:Upgraded: 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.499 INFO:teuthology.orchestra.run.trial107.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.500 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:16.538 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-test 2026-02-18T23:32:16.637 INFO:teuthology.orchestra.run.trial005.stdout:Extra Packages for Enterprise Linux 37 MB/s | 20 MB 00:00 2026-02-18T23:32:16.849 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:11 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout:Install 5 Packages 2026-02-18T23:32:16.929 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:16.930 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 49 M 2026-02-18T23:32:16.930 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 194 M 2026-02-18T23:32:16.930 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:17.073 INFO:teuthology.orchestra.run.trial107.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.4 MB/s | 233 kB 00:00 2026-02-18T23:32:17.078 INFO:teuthology.orchestra.run.trial107.stdout:(2/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.8 MB/s | 163 kB 00:00 2026-02-18T23:32:17.091 INFO:teuthology.orchestra.run.trial107.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-18T23:32:17.110 INFO:teuthology.orchestra.run.trial107.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.0 MB/s | 64 kB 00:00 2026-02-18T23:32:17.357 INFO:teuthology.orchestra.run.trial107.stdout:(5/5): ceph-test-17.2.9-0.el9.x86_64.rpm 143 MB/s | 48 MB 00:00 2026-02-18T23:32:17.358 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:17.358 INFO:teuthology.orchestra.run.trial107.stdout:Total 114 MB/s | 49 MB 00:00 2026-02-18T23:32:17.385 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:17.395 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:17.395 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:17.572 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:17.573 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:17.776 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:17.781 INFO:teuthology.orchestra.run.trial107.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:32:17.786 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:32:17.794 INFO:teuthology.orchestra.run.trial107.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:32:17.794 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:32:19.805 INFO:teuthology.orchestra.run.trial005.stdout:lab-extras 1.1 MB/s | 50 kB 00:00 2026-02-18T23:32:19.914 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:32:19.933 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:32:20.128 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:32:20.128 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:32:20.128 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:32:20.128 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:32:20.128 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:32:20.181 INFO:teuthology.orchestra.run.trial107.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:32:20.182 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:20.182 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:20.214 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph 2026-02-18T23:32:20.533 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:20.616 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:20.617 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:20.617 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:32:20.618 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:32:20.619 INFO:teuthology.orchestra.run.trial107.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:32:20.619 INFO:teuthology.orchestra.run.trial107.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:32:20.619 INFO:teuthology.orchestra.run.trial107.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:32:20.619 INFO:teuthology.orchestra.run.trial107.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:32:20.619 INFO:teuthology.orchestra.run.trial107.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:32:20.620 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:32:20.621 INFO:teuthology.orchestra.run.trial107.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:32:20.622 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:20.623 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:20.623 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:20.623 INFO:teuthology.orchestra.run.trial107.stdout:Install 40 Packages 2026-02-18T23:32:20.623 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:20.624 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 28 M 2026-02-18T23:32:20.624 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 98 M 2026-02-18T23:32:20.624 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:21.010 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:21.011 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:21.011 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:21.011 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:21.011 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:21.011 INFO:teuthology.orchestra.run.trial005.stdout: ceph-radosgw x86_64 2:17.2.9-0.el9 ceph 14 M 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout:Upgrading: 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: librados2 x86_64 2:17.2.9-0.el9 ceph 3.1 M 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: librbd1 x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: ceph-base x86_64 2:17.2.9-0.el9 ceph 5.0 M 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: ceph-common x86_64 2:17.2.9-0.el9 ceph 22 M 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: ceph-selinux x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T23:32:21.012 INFO:teuthology.orchestra.run.trial005.stdout: libcephfs2 x86_64 2:17.2.9-0.el9 ceph 637 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: libradosstriper1 x86_64 2:17.2.9-0.el9 ceph 457 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: librgw2 x86_64 2:17.2.9-0.el9 ceph 4.9 M 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: python3-ceph-argparse x86_64 2:17.2.9-0.el9 ceph 45 k 2026-02-18T23:32:21.013 INFO:teuthology.orchestra.run.trial005.stdout: python3-ceph-common x86_64 2:17.2.9-0.el9 ceph 120 k 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: python3-cephfs x86_64 2:17.2.9-0.el9 ceph 157 k 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: python3-rados x86_64 2:17.2.9-0.el9 ceph 320 k 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: python3-rbd x86_64 2:17.2.9-0.el9 ceph 296 k 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: python3-rgw x86_64 2:17.2.9-0.el9 ceph 100 k 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:21.014 INFO:teuthology.orchestra.run.trial005.stdout:Install 22 Packages 2026-02-18T23:32:21.015 INFO:teuthology.orchestra.run.trial005.stdout:Upgrade 2 Packages 2026-02-18T23:32:21.015 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:21.015 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 58 M 2026-02-18T23:32:21.016 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:21.196 INFO:teuthology.orchestra.run.trial107.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 144 kB/s | 6.4 kB 00:00 2026-02-18T23:32:21.245 INFO:teuthology.orchestra.run.trial107.stdout:(2/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 22 MB/s | 2.1 MB 00:00 2026-02-18T23:32:21.272 INFO:teuthology.orchestra.run.trial107.stdout:(3/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 12 MB/s | 1.4 MB 00:00 2026-02-18T23:32:21.290 INFO:teuthology.orchestra.run.trial107.stdout:(4/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 13 MB/s | 240 kB 00:00 2026-02-18T23:32:21.327 INFO:teuthology.orchestra.run.trial107.stdout:(5/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 188 MB/s | 15 MB 00:00 2026-02-18T23:32:21.366 INFO:teuthology.orchestra.run.trial005.stdout:(1/24): ceph-base-17.2.9-0.el9.x86_64.rpm 39 MB/s | 5.0 MB 00:00 2026-02-18T23:32:21.368 INFO:teuthology.orchestra.run.trial107.stdout:(6/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 516 kB/s | 40 kB 00:00 2026-02-18T23:32:21.374 INFO:teuthology.orchestra.run.trial005.stdout:(2/24): ceph-selinux-17.2.9-0.el9.x86_64.rpm 2.8 MB/s | 25 kB 00:00 2026-02-18T23:32:21.387 INFO:teuthology.orchestra.run.trial107.stdout:(7/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 20 MB/s | 3.9 MB 00:00 2026-02-18T23:32:21.395 INFO:teuthology.orchestra.run.trial005.stdout:(3/24): ceph-radosgw-17.2.9-0.el9.x86_64.rpm 92 MB/s | 14 MB 00:00 2026-02-18T23:32:21.398 INFO:teuthology.orchestra.run.trial005.stdout:(4/24): libcephfs2-17.2.9-0.el9.x86_64.rpm 26 MB/s | 637 kB 00:00 2026-02-18T23:32:21.406 INFO:teuthology.orchestra.run.trial005.stdout:(5/24): libradosstriper1-17.2.9-0.el9.x86_64.rp 39 MB/s | 457 kB 00:00 2026-02-18T23:32:21.414 INFO:teuthology.orchestra.run.trial107.stdout:(8/40): libconfig-1.7.2-9.el9.x86_64.rpm 824 kB/s | 72 kB 00:00 2026-02-18T23:32:21.415 INFO:teuthology.orchestra.run.trial005.stdout:(6/24): python3-ceph-argparse-17.2.9-0.el9.x86_ 4.9 MB/s | 45 kB 00:00 2026-02-18T23:32:21.429 INFO:teuthology.orchestra.run.trial005.stdout:(7/24): librgw2-17.2.9-0.el9.x86_64.rpm 157 MB/s | 4.9 MB 00:00 2026-02-18T23:32:21.430 INFO:teuthology.orchestra.run.trial005.stdout:(8/24): python3-ceph-common-17.2.9-0.el9.x86_64 8.3 MB/s | 120 kB 00:00 2026-02-18T23:32:21.432 INFO:teuthology.orchestra.run.trial107.stdout:(9/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.9 MB/s | 253 kB 00:00 2026-02-18T23:32:21.439 INFO:teuthology.orchestra.run.trial005.stdout:(9/24): python3-cephfs-17.2.9-0.el9.x86_64.rpm 15 MB/s | 157 kB 00:00 2026-02-18T23:32:21.441 INFO:teuthology.orchestra.run.trial005.stdout:(10/24): python3-rados-17.2.9-0.el9.x86_64.rpm 27 MB/s | 320 kB 00:00 2026-02-18T23:32:21.449 INFO:teuthology.orchestra.run.trial005.stdout:(11/24): python3-rbd-17.2.9-0.el9.x86_64.rpm 29 MB/s | 296 kB 00:00 2026-02-18T23:32:21.450 INFO:teuthology.orchestra.run.trial005.stdout:(12/24): python3-rgw-17.2.9-0.el9.x86_64.rpm 11 MB/s | 100 kB 00:00 2026-02-18T23:32:21.492 INFO:teuthology.orchestra.run.trial005.stdout:(13/24): ceph-common-17.2.9-0.el9.x86_64.rpm 89 MB/s | 22 MB 00:00 2026-02-18T23:32:21.541 INFO:teuthology.orchestra.run.trial107.stdout:(10/40): python3-cryptography-36.0.1-5.el9.x86_ 8.1 MB/s | 1.2 MB 00:00 2026-02-18T23:32:21.549 INFO:teuthology.orchestra.run.trial107.stdout:(11/40): python3-pycparser-2.20-6.el9.noarch.rp 1.1 MB/s | 135 kB 00:00 2026-02-18T23:32:21.563 INFO:teuthology.orchestra.run.trial107.stdout:(12/40): python3-requests-2.25.1-10.el9.noarch. 5.6 MB/s | 126 kB 00:00 2026-02-18T23:32:21.568 INFO:teuthology.orchestra.run.trial107.stdout:(13/40): python3-ply-3.11-14.el9.noarch.rpm 691 kB/s | 106 kB 00:00 2026-02-18T23:32:21.578 INFO:teuthology.orchestra.run.trial107.stdout:(14/40): python3-urllib3-1.26.5-7.el9.noarch.rp 7.4 MB/s | 218 kB 00:00 2026-02-18T23:32:21.949 INFO:teuthology.orchestra.run.trial005.stdout:(14/24): mailcap-2.1.49-5.el9.noarch.rpm 66 kB/s | 33 kB 00:00 2026-02-18T23:32:22.077 INFO:teuthology.orchestra.run.trial005.stdout:(15/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 77 kB/s | 45 kB 00:00 2026-02-18T23:32:22.210 INFO:teuthology.orchestra.run.trial005.stdout:(16/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 211 kB/s | 160 kB 00:00 2026-02-18T23:32:22.308 INFO:teuthology.orchestra.run.trial107.stdout:(15/40): python3-libstoragemgmt-1.10.1-1.el9.x8 239 kB/s | 177 kB 00:00 2026-02-18T23:32:22.312 INFO:teuthology.orchestra.run.trial107.stdout:(16/40): python3-mako-1.1.4-6.el9.noarch.rpm 234 kB/s | 172 kB 00:00 2026-02-18T23:32:22.364 INFO:teuthology.orchestra.run.trial107.stdout:(17/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 308 kB/s | 246 kB 00:00 2026-02-18T23:32:22.414 INFO:teuthology.orchestra.run.trial005.stdout:(17/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.5 MB/s | 308 kB 00:00 2026-02-18T23:32:22.826 INFO:teuthology.orchestra.run.trial005.stdout:(18/24): librdkafka-1.6.1-102.el9.x86_64.rpm 755 kB/s | 662 kB 00:00 2026-02-18T23:32:22.867 INFO:teuthology.orchestra.run.trial005.stdout:(19/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 370 kB/s | 292 kB 00:00 2026-02-18T23:32:22.873 INFO:teuthology.orchestra.run.trial107.stdout:(18/40): python3-markupsafe-1.1.1-12.el9.x86_64 61 kB/s | 35 kB 00:00 2026-02-18T23:32:22.939 INFO:teuthology.orchestra.run.trial107.stdout:(19/40): python3-toml-0.10.2-6.el9.noarch.rpm 72 kB/s | 42 kB 00:00 2026-02-18T23:32:22.950 INFO:teuthology.orchestra.run.trial107.stdout:(20/40): python3-packaging-20.9-5.el9.noarch.rp 121 kB/s | 77 kB 00:00 2026-02-18T23:32:22.970 INFO:teuthology.orchestra.run.trial005.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 468 kB/s | 67 kB 00:00 2026-02-18T23:32:23.035 INFO:teuthology.orchestra.run.trial005.stdout:(21/24): librados2-17.2.9-0.el9.x86_64.rpm 47 MB/s | 3.1 MB 00:00 2026-02-18T23:32:23.056 INFO:teuthology.orchestra.run.trial005.stdout:(22/24): librbd1-17.2.9-0.el9.x86_64.rpm 142 MB/s | 2.9 MB 00:00 2026-02-18T23:32:23.069 INFO:teuthology.orchestra.run.trial107.stdout:(21/40): python3-autocommand-2.2.2-8.el9.noarch 151 kB/s | 29 kB 00:00 2026-02-18T23:32:23.147 INFO:teuthology.orchestra.run.trial107.stdout:(22/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 221 kB/s | 43 kB 00:00 2026-02-18T23:32:23.160 INFO:teuthology.orchestra.run.trial107.stdout:(23/40): python3-backports-tarfile-1.2.0-1.el9. 272 kB/s | 60 kB 00:00 2026-02-18T23:32:23.205 INFO:teuthology.orchestra.run.trial107.stdout:(24/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 240 kB/s | 11 kB 00:00 2026-02-18T23:32:23.212 INFO:teuthology.orchestra.run.trial107.stdout:(25/40): python3-cheroot-10.0.1-4.el9.noarch.rp 1.2 MB/s | 173 kB 00:00 2026-02-18T23:32:23.234 INFO:teuthology.orchestra.run.trial005.stdout:(23/24): thrift-0.15.0-4.el9.x86_64.rpm 4.3 MB/s | 1.6 MB 00:00 2026-02-18T23:32:23.252 INFO:teuthology.orchestra.run.trial107.stdout:(26/40): python3-jaraco-classes-3.2.1-5.el9.noa 374 kB/s | 18 kB 00:00 2026-02-18T23:32:23.256 INFO:teuthology.orchestra.run.trial107.stdout:(27/40): python3-jaraco-collections-3.0.0-8.el9 523 kB/s | 23 kB 00:00 2026-02-18T23:32:23.300 INFO:teuthology.orchestra.run.trial107.stdout:(28/40): python3-jaraco-functools-3.5.0-2.el9.n 448 kB/s | 19 kB 00:00 2026-02-18T23:32:23.303 INFO:teuthology.orchestra.run.trial107.stdout:(29/40): python3-jaraco-context-6.0.1-3.el9.noa 383 kB/s | 20 kB 00:00 2026-02-18T23:32:23.326 INFO:teuthology.orchestra.run.trial107.stdout:(30/40): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2026-02-18T23:32:23.345 INFO:teuthology.orchestra.run.trial107.stdout:(31/40): python3-jaraco-text-4.0.0-2.el9.noarch 584 kB/s | 26 kB 00:00 2026-02-18T23:32:23.362 INFO:teuthology.orchestra.run.trial107.stdout:(32/40): python3-logutils-0.3.5-21.el9.noarch.r 789 kB/s | 46 kB 00:00 2026-02-18T23:32:23.374 INFO:teuthology.orchestra.run.trial107.stdout:(33/40): python3-more-itertools-8.12.0-2.el9.no 1.6 MB/s | 79 kB 00:00 2026-02-18T23:32:23.408 INFO:teuthology.orchestra.run.trial107.stdout:(34/40): python3-portend-3.1.0-2.el9.noarch.rpm 356 kB/s | 16 kB 00:00 2026-02-18T23:32:23.422 INFO:teuthology.orchestra.run.trial107.stdout:(35/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2026-02-18T23:32:23.427 INFO:teuthology.orchestra.run.trial107.stdout:(36/40): python3-pecan-1.4.2-3.el9.noarch.rpm 3.3 MB/s | 272 kB 00:00 2026-02-18T23:32:23.462 INFO:teuthology.orchestra.run.trial107.stdout:(37/40): python3-tempora-5.0.0-2.el9.noarch.rpm 662 kB/s | 36 kB 00:00 2026-02-18T23:32:23.481 INFO:teuthology.orchestra.run.trial107.stdout:(38/40): python3-webob-1.8.8-2.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2026-02-18T23:32:23.511 INFO:teuthology.orchestra.run.trial107.stdout:(39/40): python3-zc-lockfile-2.0-10.el9.noarch. 410 kB/s | 20 kB 00:00 2026-02-18T23:32:23.512 INFO:teuthology.orchestra.run.trial107.stdout:(40/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.9 MB/s | 427 kB 00:00 2026-02-18T23:32:23.514 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:23.514 INFO:teuthology.orchestra.run.trial107.stdout:Total 9.6 MB/s | 28 MB 00:02 2026-02-18T23:32:23.633 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:23.651 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:23.651 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:23.787 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:23.788 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:23.979 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:23.980 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:32:23.982 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:32:23.987 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:32:23.992 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:32:24.023 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:32:24.044 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:32:24.054 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:32:24.060 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:32:24.064 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:32:24.069 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:32:24.075 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:32:24.078 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:32:24.084 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:32:24.088 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:32:24.095 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:32:24.098 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:32:24.108 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:32:24.113 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:32:24.138 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:32:24.193 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:32:24.218 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:32:24.230 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:32:24.236 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:32:24.250 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:32:24.265 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:32:24.341 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:32:24.349 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:32:24.372 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:32:24.402 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:32:24.408 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:32:24.452 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:32:24.518 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:32:24.519 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:32:24.543 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:32:24.543 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:24.543 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:32:24.544 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:32:24.544 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:32:24.544 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:24.548 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:32:24.565 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:24.566 INFO:teuthology.orchestra.run.trial107.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:32:24.566 INFO:teuthology.orchestra.run.trial107.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:32:24.566 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:24.574 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:24.599 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:24.599 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:32:24.599 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.259 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:32:25.261 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:32:25.286 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:32:25.286 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:25.286 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:32:25.286 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:32:25.286 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:32:25.287 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.457 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:32:25.479 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.568 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:32:25.589 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.606 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:32:25.927 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:32:25.928 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:32:25.929 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:32:25.984 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:32:25.984 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.984 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:32:25.985 INFO:teuthology.orchestra.run.trial107.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:32:25.986 INFO:teuthology.orchestra.run.trial107.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:32:25.987 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:25.988 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:26.021 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-base 2026-02-18T23:32:26.331 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:26.395 INFO:teuthology.orchestra.run.trial107.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:26.412 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:26.413 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:26.413 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:26.434 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install cephadm 2026-02-18T23:32:26.736 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:26.817 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:26.817 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:26.817 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:26.817 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 83 k 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 375 k 2026-02-18T23:32:26.818 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:26.870 INFO:teuthology.orchestra.run.trial107.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.6 MB/s | 83 kB 00:00 2026-02-18T23:32:26.870 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:26.870 INFO:teuthology.orchestra.run.trial107.stdout:Total 1.5 MB/s | 83 kB 00:00 2026-02-18T23:32:26.870 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:26.872 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:26.872 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:26.874 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:26.874 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:26.889 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:26.939 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:26.952 INFO:teuthology.orchestra.run.trial107.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:27.019 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.072 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:27.099 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:32:27.404 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:27.486 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:27.486 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:27.486 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repo Size 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 137 k 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 379 k 2026-02-18T23:32:27.487 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:27.550 INFO:teuthology.orchestra.run.trial107.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.1 MB/s | 137 kB 00:00 2026-02-18T23:32:27.551 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:27.551 INFO:teuthology.orchestra.run.trial107.stdout:Total 2.1 MB/s | 137 kB 00:00 2026-02-18T23:32:27.551 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:27.555 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:27.555 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:27.582 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:27.582 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:27.630 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:27.631 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:27.654 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:27.654 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:27.654 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:32:27.654 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:27.955 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:27.982 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-mgr 2026-02-18T23:32:28.289 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:28.353 INFO:teuthology.orchestra.run.trial107.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:28.370 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:28.370 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:28.371 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:28.392 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:32:28.695 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:28.776 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:Installing weak dependencies: 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout:Install 7 Packages 2026-02-18T23:32:28.777 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:28.778 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 3.8 M 2026-02-18T23:32:28.778 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 81 M 2026-02-18T23:32:28.778 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:28.939 INFO:teuthology.orchestra.run.trial107.stdout:(1/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 589 kB/s | 24 kB 00:00 2026-02-18T23:32:28.946 INFO:teuthology.orchestra.run.trial107.stdout:(2/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 303 kB/s | 15 kB 00:00 2026-02-18T23:32:28.984 INFO:teuthology.orchestra.run.trial107.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 199 kB/s | 9.0 kB 00:00 2026-02-18T23:32:29.006 INFO:teuthology.orchestra.run.trial107.stdout:(4/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 33 MB/s | 3.5 MB 00:00 2026-02-18T23:32:29.009 INFO:teuthology.orchestra.run.trial107.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 646 kB/s | 41 kB 00:00 2026-02-18T23:32:29.018 INFO:teuthology.orchestra.run.trial107.stdout:(6/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 906 kB/s | 31 kB 00:00 2026-02-18T23:32:29.101 INFO:teuthology.orchestra.run.trial107.stdout:(7/7): python3-routes-2.5.1-5.el9.noarch.rpm 1.9 MB/s | 188 kB 00:00 2026-02-18T23:32:29.103 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:29.103 INFO:teuthology.orchestra.run.trial107.stdout:Total 12 MB/s | 3.8 MB 00:00 2026-02-18T23:32:29.103 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:29.107 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:29.107 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:29.139 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:29.139 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:29.192 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:29.193 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:32:29.198 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:32:29.209 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:32:29.212 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:32:29.216 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:32:29.655 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:32:29.658 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:32:29.786 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:32:29.786 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:32:29.786 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:32:29.787 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:32:29.787 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:32:29.787 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:32:29.787 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:32:29.839 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:32:29.840 INFO:teuthology.orchestra.run.trial107.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:32:29.841 INFO:teuthology.orchestra.run.trial107.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:32:29.841 INFO:teuthology.orchestra.run.trial107.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:32:29.841 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:29.841 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:29.866 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:32:30.176 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:30.258 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:32:30.259 INFO:teuthology.orchestra.run.trial107.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:30.260 INFO:teuthology.orchestra.run.trial107.stdout:Install 12 Packages 2026-02-18T23:32:30.261 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:30.261 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 43 M 2026-02-18T23:32:30.261 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 234 M 2026-02-18T23:32:30.261 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:30.691 INFO:teuthology.orchestra.run.trial107.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 2.1 MB/s | 184 kB 00:00 2026-02-18T23:32:30.735 INFO:teuthology.orchestra.run.trial107.stdout:(2/12): ceph-mgr-diskprediction-local-17.2.9-0. 57 MB/s | 7.4 MB 00:00 2026-02-18T23:32:30.737 INFO:teuthology.orchestra.run.trial107.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 5.9 MB/s | 794 kB 00:00 2026-02-18T23:32:30.781 INFO:teuthology.orchestra.run.trial107.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 330 kB/s | 30 kB 00:00 2026-02-18T23:32:30.810 INFO:teuthology.orchestra.run.trial107.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 204 kB/s | 15 kB 00:00 2026-02-18T23:32:30.827 INFO:teuthology.orchestra.run.trial107.stdout:(6/12): openblas-0.3.29-1.el9.x86_64.rpm 923 kB/s | 42 kB 00:00 2026-02-18T23:32:30.914 INFO:teuthology.orchestra.run.trial107.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.7 MB/s | 244 kB 00:00 2026-02-18T23:32:30.981 INFO:teuthology.orchestra.run.trial107.stdout:(8/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2026-02-18T23:32:31.010 INFO:teuthology.orchestra.run.trial107.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 15 MB/s | 442 kB 00:00 2026-02-18T23:32:31.032 INFO:teuthology.orchestra.run.trial107.stdout:(10/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 24 MB/s | 5.3 MB 00:00 2026-02-18T23:32:31.106 INFO:teuthology.orchestra.run.trial107.stdout:(11/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 32 MB/s | 6.1 MB 00:00 2026-02-18T23:32:31.186 INFO:teuthology.orchestra.run.trial107.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 109 MB/s | 19 MB 00:00 2026-02-18T23:32:31.187 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:31.187 INFO:teuthology.orchestra.run.trial107.stdout:Total 46 MB/s | 43 MB 00:00 2026-02-18T23:32:31.347 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:31.360 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:31.360 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:31.565 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:31.565 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:31.780 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:31.783 INFO:teuthology.orchestra.run.trial107.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:32:31.789 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:32:31.823 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:32:31.827 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:32:31.886 INFO:teuthology.orchestra.run.trial107.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:32:31.889 INFO:teuthology.orchestra.run.trial107.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:32:31.912 INFO:teuthology.orchestra.run.trial107.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:32:32.235 INFO:teuthology.orchestra.run.trial107.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:32:32.308 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:32:32.471 INFO:teuthology.orchestra.run.trial005.stdout:(24/24): liboath-2.6.12-1.el9.x86_64.rpm 4.9 kB/s | 49 kB 00:10 2026-02-18T23:32:32.476 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:32.477 INFO:teuthology.orchestra.run.trial005.stdout:Total 5.1 MB/s | 58 MB 00:11 2026-02-18T23:32:32.517 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:32.533 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:32.533 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:32.751 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:32.751 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:32.977 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:32:33.015 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:33.153 INFO:teuthology.orchestra.run.trial005.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2026-02-18T23:32:33.155 INFO:teuthology.orchestra.run.trial005.stdout: Upgrading : librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:33.182 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librados2-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:33.209 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-rados-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:32:33.209 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:33.232 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libcephfs2-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:33.240 INFO:teuthology.orchestra.run.trial005.stdout: Installing : thrift-0.15.0-4.el9.x86_64 5/26 2026-02-18T23:32:33.242 INFO:teuthology.orchestra.run.trial005.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2026-02-18T23:32:33.437 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:32:33.438 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:32:33.453 INFO:teuthology.orchestra.run.trial005.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2026-02-18T23:32:33.454 INFO:teuthology.orchestra.run.trial005.stdout: Installing : librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:33.465 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librgw2-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:33.469 INFO:teuthology.orchestra.run.trial005.stdout: Installing : liboath-2.6.12-1.el9.x86_64 9/26 2026-02-18T23:32:33.478 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:32:33.484 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cephfs-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:32:33.505 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-rgw-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:32:33.506 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:33.517 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libradosstriper1-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:33.523 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2026-02-18T23:32:33.527 INFO:teuthology.orchestra.run.trial005.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2026-02-18T23:32:33.661 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 16/26 2026-02-18T23:32:33.662 INFO:teuthology.orchestra.run.trial005.stdout: Upgrading : librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:32:33.688 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librbd1-2:17.2.9-0.el9.x86_64 17/26 2026-02-18T23:32:33.691 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-rbd-2:17.2.9-0.el9.x86_64 18/26 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:32:33.716 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:32:33.717 INFO:teuthology.orchestra.run.trial005.stdout: Installing : mailcap-2.1.49-5.el9.noarch 19/26 2026-02-18T23:32:33.718 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-ceph-common-2:17.2.9-0.el9.x86_64 20/26 2026-02-18T23:32:33.771 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:32:33.771 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:32:33.772 INFO:teuthology.orchestra.run.trial107.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:32:33.773 INFO:teuthology.orchestra.run.trial107.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:32:33.773 INFO:teuthology.orchestra.run.trial107.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:32:33.773 INFO:teuthology.orchestra.run.trial107.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:32:33.773 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:33.773 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:33.810 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:32:34.117 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:34.199 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:34.200 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:34.200 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:34.200 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:34.200 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:32:34.201 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:34.203 INFO:teuthology.orchestra.run.trial107.stdout:Install 10 Packages 2026-02-18T23:32:34.204 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:34.204 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 2.0 M 2026-02-18T23:32:34.204 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 25 M 2026-02-18T23:32:34.204 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:34.679 INFO:teuthology.orchestra.run.trial107.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 974 kB/s | 47 kB 00:00 2026-02-18T23:32:34.739 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:34.741 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:34.770 INFO:teuthology.orchestra.run.trial107.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2026-02-18T23:32:34.781 INFO:teuthology.orchestra.run.trial107.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 524 kB/s | 54 kB 00:00 2026-02-18T23:32:34.791 INFO:teuthology.orchestra.run.trial107.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 1.7 MB/s | 279 kB 00:00 2026-02-18T23:32:34.935 INFO:teuthology.orchestra.run.trial107.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 92 kB/s | 14 kB 00:00 2026-02-18T23:32:34.989 INFO:teuthology.orchestra.run.trial107.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 147 kB/s | 32 kB 00:00 2026-02-18T23:32:35.008 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-common-2:17.2.9-0.el9.x86_64 21/26 2026-02-18T23:32:35.011 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:32:35.049 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-base-2:17.2.9-0.el9.x86_64 22/26 2026-02-18T23:32:35.049 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T23:32:35.049 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T23:32:35.049 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:35.052 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:35.220 INFO:teuthology.orchestra.run.trial107.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 256 kB/s | 59 kB 00:00 2026-02-18T23:32:35.422 INFO:teuthology.orchestra.run.trial107.stdout:(8/10): python3-websocket-client-1.2.3-2.el9.no 443 kB/s | 90 kB 00:00 2026-02-18T23:32:35.580 INFO:teuthology.orchestra.run.trial107.stdout:(9/10): python3-google-auth-2.45.0-1.el9.noarch 322 kB/s | 254 kB 00:00 2026-02-18T23:32:35.598 INFO:teuthology.orchestra.run.trial107.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 1.5 MB/s | 1.0 MB 00:00 2026-02-18T23:32:35.599 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:35.599 INFO:teuthology.orchestra.run.trial107.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2026-02-18T23:32:35.626 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:35.634 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:35.634 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:35.673 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:35.673 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:35.746 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:35.796 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:32:35.808 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:32:35.823 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:32:35.828 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:32:35.835 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:32:35.875 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:32:35.887 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:32:36.202 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:32:36.216 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:32:36.216 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:32:36.324 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:32:36.325 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:32:36.325 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:32:36.325 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:32:36.325 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:32:36.379 INFO:teuthology.orchestra.run.trial107.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:32:36.380 INFO:teuthology.orchestra.run.trial107.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:32:36.381 INFO:teuthology.orchestra.run.trial107.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:32:36.381 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:36.381 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:36.411 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:32:36.717 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:36.800 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout: Package Arch Version Repository Size 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout:Installing dependencies: 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:32:36.802 INFO:teuthology.orchestra.run.trial107.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:36.803 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:36.804 INFO:teuthology.orchestra.run.trial107.stdout:Install 6 Packages 2026-02-18T23:32:36.804 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:36.804 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 7.0 M 2026-02-18T23:32:36.804 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 33 M 2026-02-18T23:32:36.804 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:37.028 INFO:teuthology.orchestra.run.trial107.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 2.0 MB/s | 124 kB 00:00 2026-02-18T23:32:37.471 INFO:teuthology.orchestra.run.trial107.stdout:(2/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 495 kB/s | 249 kB 00:00 2026-02-18T23:32:37.552 INFO:teuthology.orchestra.run.trial107.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2026-02-18T23:32:37.626 INFO:teuthology.orchestra.run.trial107.stdout:(4/6): python3-typing-extensions-4.15.0-1.el9.n 1.1 MB/s | 86 kB 00:00 2026-02-18T23:32:37.757 INFO:teuthology.orchestra.run.trial107.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 201 kB/s | 58 kB 00:00 2026-02-18T23:32:37.837 INFO:teuthology.orchestra.run.trial107.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.9 MB/s | 6.0 MB 00:00 2026-02-18T23:32:37.838 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:37.838 INFO:teuthology.orchestra.run.trial107.stdout:Total 6.8 MB/s | 7.0 MB 00:01 2026-02-18T23:32:37.866 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:37.872 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:37.872 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:37.917 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:37.917 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:37.980 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:38.029 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:32:38.038 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:32:38.256 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:32:38.279 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:32:38.295 INFO:teuthology.orchestra.run.trial107.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:32:38.297 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:32:38.403 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:32:38.403 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:32:38.404 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:32:38.404 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:32:38.404 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:32:38.404 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:32:38.459 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:32:38.459 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:38.460 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:38.490 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install ceph-fuse 2026-02-18T23:32:38.795 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:38.877 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:38.878 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 813 k 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 2.4 M 2026-02-18T23:32:38.879 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:38.955 INFO:teuthology.orchestra.run.trial107.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 10 MB/s | 813 kB 00:00 2026-02-18T23:32:38.955 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:38.956 INFO:teuthology.orchestra.run.trial107.stdout:Total 10 MB/s | 813 kB 00:00 2026-02-18T23:32:38.956 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:38.959 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:38.959 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:38.991 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:38.991 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:39.074 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:39.091 INFO:teuthology.orchestra.run.trial107.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:39.327 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:39.383 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:39.409 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install librados-devel 2026-02-18T23:32:39.498 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-selinux-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:39.498 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /sys 2026-02-18T23:32:39.498 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /proc 2026-02-18T23:32:39.498 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /mnt 2026-02-18T23:32:39.499 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /var/tmp 2026-02-18T23:32:39.499 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /home 2026-02-18T23:32:39.499 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /root 2026-02-18T23:32:39.499 INFO:teuthology.orchestra.run.trial005.stdout:skipping the directory /tmp 2026-02-18T23:32:39.499 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:39.715 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:39.796 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 126 k 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 448 k 2026-02-18T23:32:39.797 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:39.861 INFO:teuthology.orchestra.run.trial107.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 1.9 MB/s | 126 kB 00:00 2026-02-18T23:32:39.861 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:39.862 INFO:teuthology.orchestra.run.trial107.stdout:Total 1.9 MB/s | 126 kB 00:00 2026-02-18T23:32:39.862 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:39.864 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:39.864 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:39.895 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:39.895 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:39.948 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:39.965 INFO:teuthology.orchestra.run.trial107.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:40.048 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:40.104 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:40.104 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:40.105 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:40.105 INFO:teuthology.orchestra.run.trial107.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.105 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:40.105 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:40.115 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:32:40.131 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install libcephfs2 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-radosgw-2:17.2.9-0.el9.x86_64 24/26 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:32:40.145 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:40.147 INFO:teuthology.orchestra.run.trial005.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:32:40.159 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2026-02-18T23:32:40.159 INFO:teuthology.orchestra.run.trial005.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:40.442 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:40.471 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:40.471 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-base-2:17.2.9-0.el9.x86_64 1/26 2026-02-18T23:32:40.471 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-common-2:17.2.9-0.el9.x86_64 2/26 2026-02-18T23:32:40.471 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-radosgw-2:17.2.9-0.el9.x86_64 3/26 2026-02-18T23:32:40.471 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-selinux-2:17.2.9-0.el9.x86_64 4/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libcephfs2-2:17.2.9-0.el9.x86_64 5/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libradosstriper1-2:17.2.9-0.el9.x86_64 6/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librgw2-2:17.2.9-0.el9.x86_64 7/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-ceph-argparse-2:17.2.9-0.el9.x86_64 8/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-ceph-common-2:17.2.9-0.el9.x86_64 9/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cephfs-2:17.2.9-0.el9.x86_64 10/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-rados-2:17.2.9-0.el9.x86_64 11/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-rbd-2:17.2.9-0.el9.x86_64 12/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-rgw-2:17.2.9-0.el9.x86_64 13/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/26 2026-02-18T23:32:40.472 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 20/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 22/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librados2-2:17.2.9-0.el9.x86_64 23/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2026-02-18T23:32:40.473 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librbd1-2:17.2.9-0.el9.x86_64 25/26 2026-02-18T23:32:40.507 INFO:teuthology.orchestra.run.trial107.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:40.525 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:40.525 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:40.525 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout:Upgraded: 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: librados2-2:17.2.9-0.el9.x86_64 librbd1-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: ceph-base-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: ceph-radosgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: ceph-selinux-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: libcephfs2-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: libradosstriper1-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T23:32:40.531 INFO:teuthology.orchestra.run.trial005.stdout: librgw2-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-ceph-argparse-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-ceph-common-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-cephfs-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-rados-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-rbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: python3-rgw-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:40.532 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:40.546 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install libcephfs-devel 2026-02-18T23:32:40.569 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-test 2026-02-18T23:32:40.855 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:40.877 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:40.937 INFO:teuthology.orchestra.run.trial107.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 25 k 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 110 k 2026-02-18T23:32:40.938 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:40.957 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: ceph-test x86_64 2:17.2.9-0.el9 ceph 48 M 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: libcephsqlite x86_64 2:17.2.9-0.el9 ceph 163 k 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Install 5 Packages 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 49 M 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 194 M 2026-02-18T23:32:40.958 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:40.984 INFO:teuthology.orchestra.run.trial107.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 536 kB/s | 25 kB 00:00 2026-02-18T23:32:40.984 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:40.985 INFO:teuthology.orchestra.run.trial107.stdout:Total 519 kB/s | 25 kB 00:00 2026-02-18T23:32:40.985 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:40.987 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:40.987 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:40.988 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:40.988 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:41.007 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:41.023 INFO:teuthology.orchestra.run.trial107.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:41.076 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:41.091 INFO:teuthology.orchestra.run.trial005.stdout:(1/5): libcephsqlite-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 163 kB 00:00 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:41.132 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:41.159 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install librados2 2026-02-18T23:32:41.427 INFO:teuthology.orchestra.run.trial005.stdout:(2/5): ceph-test-17.2.9-0.el9.x86_64.rpm 121 MB/s | 48 MB 00:00 2026-02-18T23:32:41.471 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:41.535 INFO:teuthology.orchestra.run.trial107.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:41.536 INFO:teuthology.orchestra.run.trial005.stdout:(3/5): libxslt-1.1.34-12.el9.x86_64.rpm 461 kB/s | 233 kB 00:00 2026-02-18T23:32:41.552 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:41.553 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:41.554 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:41.575 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install librbd1 2026-02-18T23:32:41.643 INFO:teuthology.orchestra.run.trial005.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 550 kB/s | 303 kB 00:00 2026-02-18T23:32:41.767 INFO:teuthology.orchestra.run.trial005.stdout:(5/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 187 kB/s | 64 kB 00:00 2026-02-18T23:32:41.768 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:41.769 INFO:teuthology.orchestra.run.trial005.stdout:Total 60 MB/s | 49 MB 00:00 2026-02-18T23:32:41.796 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:41.804 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:41.804 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:41.887 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:41.950 INFO:teuthology.orchestra.run.trial107.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:41.968 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:41.969 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:41.969 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:41.982 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:41.982 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:41.989 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install python3-rados 2026-02-18T23:32:42.188 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:42.193 INFO:teuthology.orchestra.run.trial005.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T23:32:42.197 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T23:32:42.205 INFO:teuthology.orchestra.run.trial005.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T23:32:42.206 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:32:42.298 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:42.362 INFO:teuthology.orchestra.run.trial107.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:42.380 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:42.381 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:42.381 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:42.401 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install python3-rgw 2026-02-18T23:32:42.714 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:42.779 INFO:teuthology.orchestra.run.trial107.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:42.796 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:42.797 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:42.797 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:42.818 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install python3-cephfs 2026-02-18T23:32:43.126 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:43.189 INFO:teuthology.orchestra.run.trial107.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:43.207 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:43.208 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:43.208 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:43.227 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install python3-rbd 2026-02-18T23:32:43.539 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:43.603 INFO:teuthology.orchestra.run.trial107.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:43.621 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:43.622 INFO:teuthology.orchestra.run.trial107.stdout:Nothing to do. 2026-02-18T23:32:43.622 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:43.644 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install rbd-fuse 2026-02-18T23:32:43.947 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:44.030 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:44.031 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.031 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:44.031 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.031 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:44.031 INFO:teuthology.orchestra.run.trial107.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 82 k 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 222 k 2026-02-18T23:32:44.032 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:44.083 INFO:teuthology.orchestra.run.trial107.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.5 MB/s | 82 kB 00:00 2026-02-18T23:32:44.084 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:44.084 INFO:teuthology.orchestra.run.trial107.stdout:Total 1.5 MB/s | 82 kB 00:00 2026-02-18T23:32:44.084 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:44.087 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:44.087 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:44.118 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:44.118 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:44.168 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:44.185 INFO:teuthology.orchestra.run.trial107.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:44.258 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.315 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:44.329 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libcephsqlite-2:17.2.9-0.el9.x86_64 4/5 2026-02-18T23:32:44.342 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install rbd-mirror 2026-02-18T23:32:44.346 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:32:44.562 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-test-2:17.2.9-0.el9.x86_64 5/5 2026-02-18T23:32:44.562 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-test-2:17.2.9-0.el9.x86_64 1/5 2026-02-18T23:32:44.562 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libcephsqlite-2:17.2.9-0.el9.x86_64 2/5 2026-02-18T23:32:44.562 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T23:32:44.562 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T23:32:44.616 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T23:32:44.616 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:44.616 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:44.616 INFO:teuthology.orchestra.run.trial005.stdout: ceph-test-2:17.2.9-0.el9.x86_64 libcephsqlite-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:44.617 INFO:teuthology.orchestra.run.trial005.stdout: libxslt-1.1.34-12.el9.x86_64 socat-1.7.4.1-8.el9.x86_64 2026-02-18T23:32:44.617 INFO:teuthology.orchestra.run.trial005.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T23:32:44.617 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:44.617 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:44.648 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:44.650 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph 2026-02-18T23:32:44.731 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:44.731 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:44.732 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:44.733 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 2.9 M 2026-02-18T23:32:44.733 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 12 M 2026-02-18T23:32:44.733 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:44.832 INFO:teuthology.orchestra.run.trial107.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 29 MB/s | 2.9 MB 00:00 2026-02-18T23:32:44.832 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:44.832 INFO:teuthology.orchestra.run.trial107.stdout:Total 29 MB/s | 2.9 MB 00:00 2026-02-18T23:32:44.832 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:44.836 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:44.836 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:44.875 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:44.875 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:44.958 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:25 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:45.041 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:45.042 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:45.042 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:45.042 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:45.042 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph x86_64 2:17.2.9-0.el9 ceph 6.4 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mds x86_64 2:17.2.9-0.el9 ceph 2.1 M 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr x86_64 2:17.2.9-0.el9 ceph 1.4 M 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-modules-core noarch 2:17.2.9-0.el9 ceph-noarch 240 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mon x86_64 2:17.2.9-0.el9 ceph 3.9 M 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ceph-osd x86_64 2:17.2.9-0.el9 ceph 15 M 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:45.043 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout:Install 40 Packages 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 28 M 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 98 M 2026-02-18T23:32:45.044 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:45.056 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:45.058 INFO:teuthology.orchestra.run.trial107.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:45.081 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:45.081 INFO:teuthology.orchestra.run.trial107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:45.081 INFO:teuthology.orchestra.run.trial107.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:32:45.081 INFO:teuthology.orchestra.run.trial107.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:32:45.081 INFO:teuthology.orchestra.run.trial107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:32:45.081 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:45.405 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:45.433 DEBUG:teuthology.orchestra.run.trial107:> sudo yum -y install rbd-nbd 2026-02-18T23:32:45.512 INFO:teuthology.orchestra.run.trial005.stdout:(1/40): ceph-17.2.9-0.el9.x86_64.rpm 160 kB/s | 6.4 kB 00:00 2026-02-18T23:32:45.566 INFO:teuthology.orchestra.run.trial005.stdout:(2/40): ceph-mgr-17.2.9-0.el9.x86_64.rpm 15 MB/s | 1.4 MB 00:00 2026-02-18T23:32:45.570 INFO:teuthology.orchestra.run.trial005.stdout:(3/40): ceph-mds-17.2.9-0.el9.x86_64.rpm 21 MB/s | 2.1 MB 00:00 2026-02-18T23:32:45.582 INFO:teuthology.orchestra.run.trial005.stdout:(4/40): ceph-mgr-modules-core-17.2.9-0.el9.noar 19 MB/s | 240 kB 00:00 2026-02-18T23:32:45.608 INFO:teuthology.orchestra.run.trial005.stdout:(5/40): ceph-mon-17.2.9-0.el9.x86_64.rpm 41 MB/s | 3.9 MB 00:00 2026-02-18T23:32:45.655 INFO:teuthology.orchestra.run.trial005.stdout:(6/40): ledmon-libs-1.1.0-3.el9.x86_64.rpm 558 kB/s | 40 kB 00:00 2026-02-18T23:32:45.687 INFO:teuthology.orchestra.run.trial005.stdout:(7/40): libconfig-1.7.2-9.el9.x86_64.rpm 912 kB/s | 72 kB 00:00 2026-02-18T23:32:45.724 INFO:teuthology.orchestra.run.trial005.stdout:(8/40): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.6 MB/s | 253 kB 00:00 2026-02-18T23:32:45.744 INFO:teuthology.orchestra.run.trial107.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 11:32:05 PM UTC. 2026-02-18T23:32:45.749 INFO:teuthology.orchestra.run.trial005.stdout:(9/40): python3-ply-3.11-14.el9.noarch.rpm 4.1 MB/s | 106 kB 00:00 2026-02-18T23:32:45.773 INFO:teuthology.orchestra.run.trial005.stdout:(10/40): ceph-osd-17.2.9-0.el9.x86_64.rpm 74 MB/s | 15 MB 00:00 2026-02-18T23:32:45.776 INFO:teuthology.orchestra.run.trial005.stdout:(11/40): python3-cryptography-36.0.1-5.el9.x86_ 14 MB/s | 1.2 MB 00:00 2026-02-18T23:32:45.776 INFO:teuthology.orchestra.run.trial005.stdout:(12/40): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 135 kB 00:00 2026-02-18T23:32:45.800 INFO:teuthology.orchestra.run.trial005.stdout:(13/40): python3-urllib3-1.26.5-7.el9.noarch.rp 8.8 MB/s | 218 kB 00:00 2026-02-18T23:32:45.807 INFO:teuthology.orchestra.run.trial005.stdout:(14/40): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.9 MB/s | 246 kB 00:00 2026-02-18T23:32:45.814 INFO:teuthology.orchestra.run.trial005.stdout:(15/40): python3-mako-1.1.4-6.el9.noarch.rpm 23 MB/s | 172 kB 00:00 2026-02-18T23:32:45.819 INFO:teuthology.orchestra.run.trial005.stdout:(16/40): python3-libstoragemgmt-1.10.1-1.el9.x8 9.4 MB/s | 177 kB 00:00 2026-02-18T23:32:45.820 INFO:teuthology.orchestra.run.trial005.stdout:(17/40): python3-markupsafe-1.1.1-12.el9.x86_64 7.1 MB/s | 35 kB 00:00 2026-02-18T23:32:45.824 INFO:teuthology.orchestra.run.trial005.stdout:(18/40): python3-toml-0.10.2-6.el9.noarch.rpm 8.7 MB/s | 42 kB 00:00 2026-02-18T23:32:45.825 INFO:teuthology.orchestra.run.trial005.stdout:(19/40): python3-packaging-20.9-5.el9.noarch.rp 13 MB/s | 77 kB 00:00 2026-02-18T23:32:45.826 INFO:teuthology.orchestra.run.trial107.stdout:Dependencies resolved. 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout:Installing: 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:45.827 INFO:teuthology.orchestra.run.trial107.stdout:Transaction Summary 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout:================================================================================ 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout:Install 1 Package 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout:Total download size: 165 k 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout:Installed size: 477 k 2026-02-18T23:32:45.828 INFO:teuthology.orchestra.run.trial107.stdout:Downloading Packages: 2026-02-18T23:32:45.861 INFO:teuthology.orchestra.run.trial005.stdout:(20/40): python3-autocommand-2.2.2-8.el9.noarch 811 kB/s | 29 kB 00:00 2026-02-18T23:32:45.868 INFO:teuthology.orchestra.run.trial005.stdout:(21/40): python3-backports-tarfile-1.2.0-1.el9. 1.3 MB/s | 60 kB 00:00 2026-02-18T23:32:45.882 INFO:teuthology.orchestra.run.trial005.stdout:(22/40): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.0 MB/s | 43 kB 00:00 2026-02-18T23:32:45.884 INFO:teuthology.orchestra.run.trial005.stdout:(23/40): python3-requests-2.25.1-10.el9.noarch. 1.1 MB/s | 126 kB 00:00 2026-02-18T23:32:45.888 INFO:teuthology.orchestra.run.trial107.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 165 kB 00:00 2026-02-18T23:32:45.888 INFO:teuthology.orchestra.run.trial107.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:45.889 INFO:teuthology.orchestra.run.trial107.stdout:Total 2.6 MB/s | 165 kB 00:00 2026-02-18T23:32:45.889 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction check 2026-02-18T23:32:45.892 INFO:teuthology.orchestra.run.trial107.stdout:Transaction check succeeded. 2026-02-18T23:32:45.892 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction test 2026-02-18T23:32:45.903 INFO:teuthology.orchestra.run.trial005.stdout:(24/40): python3-jaraco-8.2.1-3.el9.noarch.rpm 575 kB/s | 11 kB 00:00 2026-02-18T23:32:45.906 INFO:teuthology.orchestra.run.trial005.stdout:(25/40): python3-cheroot-10.0.1-4.el9.noarch.rp 4.5 MB/s | 173 kB 00:00 2026-02-18T23:32:45.915 INFO:teuthology.orchestra.run.trial005.stdout:(26/40): python3-jaraco-classes-3.2.1-5.el9.noa 1.4 MB/s | 18 kB 00:00 2026-02-18T23:32:45.920 INFO:teuthology.orchestra.run.trial005.stdout:(27/40): python3-jaraco-collections-3.0.0-8.el9 1.6 MB/s | 23 kB 00:00 2026-02-18T23:32:45.924 INFO:teuthology.orchestra.run.trial107.stdout:Transaction test succeeded. 2026-02-18T23:32:45.924 INFO:teuthology.orchestra.run.trial107.stdout:Running transaction 2026-02-18T23:32:45.930 INFO:teuthology.orchestra.run.trial005.stdout:(28/40): python3-jaraco-context-6.0.1-3.el9.noa 1.3 MB/s | 20 kB 00:00 2026-02-18T23:32:45.931 INFO:teuthology.orchestra.run.trial005.stdout:(29/40): python3-cherrypy-18.6.1-2.el9.noarch.r 7.1 MB/s | 358 kB 00:00 2026-02-18T23:32:45.933 INFO:teuthology.orchestra.run.trial005.stdout:(30/40): python3-jaraco-functools-3.5.0-2.el9.n 1.5 MB/s | 19 kB 00:00 2026-02-18T23:32:45.945 INFO:teuthology.orchestra.run.trial005.stdout:(31/40): python3-jaraco-text-4.0.0-2.el9.noarch 1.8 MB/s | 26 kB 00:00 2026-02-18T23:32:45.953 INFO:teuthology.orchestra.run.trial005.stdout:(32/40): python3-more-itertools-8.12.0-2.el9.no 4.0 MB/s | 79 kB 00:00 2026-02-18T23:32:45.953 INFO:teuthology.orchestra.run.trial005.stdout:(33/40): python3-logutils-0.3.5-21.el9.noarch.r 2.0 MB/s | 46 kB 00:00 2026-02-18T23:32:45.966 INFO:teuthology.orchestra.run.trial005.stdout:(34/40): python3-portend-3.1.0-2.el9.noarch.rpm 1.2 MB/s | 16 kB 00:00 2026-02-18T23:32:45.979 INFO:teuthology.orchestra.run.trial107.stdout: Preparing : 1/1 2026-02-18T23:32:45.980 INFO:teuthology.orchestra.run.trial005.stdout:(35/40): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.3 MB/s | 90 kB 00:00 2026-02-18T23:32:45.981 INFO:teuthology.orchestra.run.trial005.stdout:(36/40): python3-tempora-5.0.0-2.el9.noarch.rpm 2.4 MB/s | 36 kB 00:00 2026-02-18T23:32:45.985 INFO:teuthology.orchestra.run.trial005.stdout:(37/40): python3-pecan-1.4.2-3.el9.noarch.rpm 6.6 MB/s | 272 kB 00:00 2026-02-18T23:32:45.995 INFO:teuthology.orchestra.run.trial107.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:45.999 INFO:teuthology.orchestra.run.trial005.stdout:(38/40): python3-zc-lockfile-2.0-10.el9.noarch. 1.4 MB/s | 20 kB 00:00 2026-02-18T23:32:46.022 INFO:teuthology.orchestra.run.trial005.stdout:(39/40): python3-webob-1.8.8-2.el9.noarch.rpm 5.5 MB/s | 230 kB 00:00 2026-02-18T23:32:46.030 INFO:teuthology.orchestra.run.trial005.stdout:(40/40): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.5 MB/s | 427 kB 00:00 2026-02-18T23:32:46.031 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:46.032 INFO:teuthology.orchestra.run.trial005.stdout:Total 28 MB/s | 28 MB 00:00 2026-02-18T23:32:46.076 INFO:teuthology.orchestra.run.trial107.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:46.133 INFO:teuthology.orchestra.run.trial107.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:46.134 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:46.134 INFO:teuthology.orchestra.run.trial107.stdout:Installed: 2026-02-18T23:32:46.134 INFO:teuthology.orchestra.run.trial107.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:46.134 INFO:teuthology.orchestra.run.trial107.stdout: 2026-02-18T23:32:46.134 INFO:teuthology.orchestra.run.trial107.stdout:Complete! 2026-02-18T23:32:46.147 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:46.163 DEBUG:teuthology.parallel:result is None 2026-02-18T23:32:46.164 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:46.164 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:46.302 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:46.302 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:46.502 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:46.504 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/40 2026-02-18T23:32:46.505 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/40 2026-02-18T23:32:46.510 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 3/40 2026-02-18T23:32:46.515 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 4/40 2026-02-18T23:32:46.545 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 5/40 2026-02-18T23:32:46.567 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 6/40 2026-02-18T23:32:46.576 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 7/40 2026-02-18T23:32:46.582 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 8/40 2026-02-18T23:32:46.586 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 9/40 2026-02-18T23:32:46.592 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 10/40 2026-02-18T23:32:46.597 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 11/40 2026-02-18T23:32:46.600 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 12/40 2026-02-18T23:32:46.606 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 13/40 2026-02-18T23:32:46.609 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 14/40 2026-02-18T23:32:46.616 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 15/40 2026-02-18T23:32:46.620 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/40 2026-02-18T23:32:46.629 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/40 2026-02-18T23:32:46.635 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/40 2026-02-18T23:32:46.659 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/40 2026-02-18T23:32:46.713 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/40 2026-02-18T23:32:46.738 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/40 2026-02-18T23:32:46.750 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/40 2026-02-18T23:32:46.757 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/40 2026-02-18T23:32:46.770 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/40 2026-02-18T23:32:46.785 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/40 2026-02-18T23:32:46.860 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/40 2026-02-18T23:32:46.868 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 27/40 2026-02-18T23:32:46.892 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/40 2026-02-18T23:32:46.920 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 29/40 2026-02-18T23:32:46.926 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/40 2026-02-18T23:32:46.971 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/40 2026-02-18T23:32:47.035 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 32/40 2026-02-18T23:32:47.036 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:32:47.060 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mgr-2:17.2.9-0.el9.x86_64 33/40 2026-02-18T23:32:47.060 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:47.060 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T23:32:47.061 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:32:47.061 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T23:32:47.061 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:47.066 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 34/40 2026-02-18T23:32:47.085 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:47.086 INFO:teuthology.orchestra.run.trial005.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-18T23:32:47.086 INFO:teuthology.orchestra.run.trial005.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-18T23:32:47.086 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:47.094 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:47.117 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 35/40 2026-02-18T23:32:47.117 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T23:32:47.117 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:47.763 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/40 2026-02-18T23:32:47.764 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:32:47.789 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-osd-2:17.2.9-0.el9.x86_64 37/40 2026-02-18T23:32:47.789 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:47.789 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T23:32:47.789 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:32:47.789 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T23:32:47.790 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:47.958 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mon-2:17.2.9-0.el9.x86_64 38/40 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T23:32:47.979 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:48.067 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mds-2:17.2.9-0.el9.x86_64 39/40 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T23:32:48.088 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:48.105 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-2:17.2.9-0.el9.x86_64 40/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-2:17.2.9-0.el9.x86_64 1/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mds-2:17.2.9-0.el9.x86_64 2/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-2:17.2.9-0.el9.x86_64 3/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mon-2:17.2.9-0.el9.x86_64 4/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-osd-2:17.2.9-0.el9.x86_64 5/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 6/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 7/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 8/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 9/40 2026-02-18T23:32:48.433 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 10/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-ply-3.11-14.el9.noarch 11/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 12/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 13/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 14/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 15/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 16/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 17/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 18/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 19/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 20/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 21/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 22/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 23/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 24/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 25/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 26/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 27/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 28/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 29/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 30/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 31/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 32/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 33/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 34/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 35/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 36/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 37/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 38/40 2026-02-18T23:32:48.434 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 39/40 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 40/40 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: ceph-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mds-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:48.492 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-modules-core-2:17.2.9-0.el9.noarch 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mon-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: ceph-osd-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T23:32:48.493 INFO:teuthology.orchestra.run.trial005.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T23:32:48.494 INFO:teuthology.orchestra.run.trial005.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T23:32:48.495 INFO:teuthology.orchestra.run.trial005.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:48.496 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:48.528 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-base 2026-02-18T23:32:48.841 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:48.906 INFO:teuthology.orchestra.run.trial005.stdout:Package ceph-base-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:48.924 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:48.924 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:32:48.924 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:48.945 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install cephadm 2026-02-18T23:32:49.256 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:49.340 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:49.340 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout: cephadm noarch 2:17.2.9-0.el9 ceph-noarch 83 k 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:49.341 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:32:49.342 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:49.342 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 83 k 2026-02-18T23:32:49.342 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 375 k 2026-02-18T23:32:49.342 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:49.394 INFO:teuthology.orchestra.run.trial005.stdout:cephadm-17.2.9-0.el9.noarch.rpm 1.5 MB/s | 83 kB 00:00 2026-02-18T23:32:49.395 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:49.395 INFO:teuthology.orchestra.run.trial005.stdout:Total 1.5 MB/s | 83 kB 00:00 2026-02-18T23:32:49.395 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:49.397 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:49.397 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:49.399 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:49.399 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:49.415 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:49.463 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:49.477 INFO:teuthology.orchestra.run.trial005.stdout: Installing : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:49.540 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:49.596 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : cephadm-2:17.2.9-0.el9.noarch 1/1 2026-02-18T23:32:49.596 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:49.596 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:49.597 INFO:teuthology.orchestra.run.trial005.stdout: cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:32:49.597 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:49.597 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:49.624 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T23:32:49.939 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:50.022 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:50.022 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:50.022 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repo Size 2026-02-18T23:32:50.022 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:50.022 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout: ceph-immutable-object-cache x86_64 2:17.2.9-0.el9 ceph 137 k 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:32:50.023 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:50.024 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 137 k 2026-02-18T23:32:50.024 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 379 k 2026-02-18T23:32:50.024 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:50.085 INFO:teuthology.orchestra.run.trial005.stdout:ceph-immutable-object-cache-17.2.9-0.el9.x86_64 2.1 MB/s | 137 kB 00:00 2026-02-18T23:32:50.085 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:50.085 INFO:teuthology.orchestra.run.trial005.stdout:Total 2.1 MB/s | 137 kB 00:00 2026-02-18T23:32:50.086 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:50.089 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:50.089 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:50.115 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:50.115 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:50.164 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:50.165 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:50.187 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:50.187 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:32:50.187 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T23:32:50.187 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:50.466 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:32:50.466 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:50.466 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:50.466 INFO:teuthology.orchestra.run.trial005.stdout: ceph-immutable-object-cache-2:17.2.9-0.el9.x86_64 2026-02-18T23:32:50.467 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:50.467 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:50.494 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-mgr 2026-02-18T23:32:50.804 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:50.869 INFO:teuthology.orchestra.run.trial005.stdout:Package ceph-mgr-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:32:50.886 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:50.887 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:32:50.887 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:50.908 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T23:32:51.214 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:51.298 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:51.299 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:51.299 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-dashboard noarch 2:17.2.9-0.el9 ceph-noarch 3.5 M 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout: ceph-grafana-dashboards noarch 2:17.2.9-0.el9 ceph-noarch 24 k 2026-02-18T23:32:51.300 INFO:teuthology.orchestra.run.trial005.stdout: ceph-prometheus-alerts noarch 2:17.2.9-0.el9 ceph-noarch 15 k 2026-02-18T23:32:51.301 INFO:teuthology.orchestra.run.trial005.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2026-02-18T23:32:51.301 INFO:teuthology.orchestra.run.trial005.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T23:32:51.301 INFO:teuthology.orchestra.run.trial005.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T23:32:51.301 INFO:teuthology.orchestra.run.trial005.stdout:Installing weak dependencies: 2026-02-18T23:32:51.301 INFO:teuthology.orchestra.run.trial005.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout:Install 7 Packages 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:51.302 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 3.8 M 2026-02-18T23:32:51.303 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 81 M 2026-02-18T23:32:51.303 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:51.520 INFO:teuthology.orchestra.run.trial005.stdout:(1/7): ceph-prometheus-alerts-17.2.9-0.el9.noar 307 kB/s | 15 kB 00:00 2026-02-18T23:32:51.521 INFO:teuthology.orchestra.run.trial005.stdout:(2/7): ceph-grafana-dashboards-17.2.9-0.el9.noa 498 kB/s | 24 kB 00:00 2026-02-18T23:32:51.548 INFO:teuthology.orchestra.run.trial005.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 319 kB/s | 9.0 kB 00:00 2026-02-18T23:32:51.555 INFO:teuthology.orchestra.run.trial005.stdout:(4/7): python3-jwt-2.4.0-1.el9.noarch.rpm 1.2 MB/s | 41 kB 00:00 2026-02-18T23:32:51.557 INFO:teuthology.orchestra.run.trial005.stdout:(5/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 3.4 MB/s | 31 kB 00:00 2026-02-18T23:32:51.585 INFO:teuthology.orchestra.run.trial005.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 6.1 MB/s | 188 kB 00:00 2026-02-18T23:32:51.627 INFO:teuthology.orchestra.run.trial005.stdout:(7/7): ceph-mgr-dashboard-17.2.9-0.el9.noarch.r 23 MB/s | 3.5 MB 00:00 2026-02-18T23:32:51.630 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:51.630 INFO:teuthology.orchestra.run.trial005.stdout:Total 12 MB/s | 3.8 MB 00:00 2026-02-18T23:32:51.630 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:51.634 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:51.634 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:51.667 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:51.667 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:51.720 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:51.721 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2026-02-18T23:32:51.726 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2026-02-18T23:32:51.738 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2026-02-18T23:32:51.740 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2026-02-18T23:32:51.744 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 5/7 2026-02-18T23:32:52.188 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 6/7 2026-02-18T23:32:52.191 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 7/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 1/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 3/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2026-02-18T23:32:52.338 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: ceph-grafana-dashboards-2:17.2.9-0.el9.noarch 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-dashboard-2:17.2.9-0.el9.noarch 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: ceph-prometheus-alerts-2:17.2.9-0.el9.noarch 2026-02-18T23:32:52.394 INFO:teuthology.orchestra.run.trial005.stdout: python3-jwt-2.4.0-1.el9.noarch 2026-02-18T23:32:52.395 INFO:teuthology.orchestra.run.trial005.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2026-02-18T23:32:52.395 INFO:teuthology.orchestra.run.trial005.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T23:32:52.395 INFO:teuthology.orchestra.run.trial005.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T23:32:52.395 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:52.395 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:52.422 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T23:32:52.723 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:52.805 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:52.806 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.9-0.el9 ceph-noarch 7.4 M 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T23:32:52.807 INFO:teuthology.orchestra.run.trial005.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T23:32:52.808 INFO:teuthology.orchestra.run.trial005.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout:Install 12 Packages 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 43 M 2026-02-18T23:32:52.809 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 234 M 2026-02-18T23:32:52.810 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:53.203 INFO:teuthology.orchestra.run.trial005.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 4.1 MB/s | 184 kB 00:00 2026-02-18T23:32:53.211 INFO:teuthology.orchestra.run.trial005.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 3.6 MB/s | 30 kB 00:00 2026-02-18T23:32:53.225 INFO:teuthology.orchestra.run.trial005.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-02-18T23:32:53.234 INFO:teuthology.orchestra.run.trial005.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 1.7 MB/s | 15 kB 00:00 2026-02-18T23:32:53.243 INFO:teuthology.orchestra.run.trial005.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-18T23:32:53.285 INFO:teuthology.orchestra.run.trial005.stdout:(6/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 128 MB/s | 5.3 MB 00:00 2026-02-18T23:32:53.288 INFO:teuthology.orchestra.run.trial005.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 39 MB/s | 3.0 MB 00:00 2026-02-18T23:32:53.297 INFO:teuthology.orchestra.run.trial005.stdout:(8/12): python3-devel-3.9.25-3.el9.x86_64.rpm 20 MB/s | 244 kB 00:00 2026-02-18T23:32:53.310 INFO:teuthology.orchestra.run.trial005.stdout:(9/12): ceph-mgr-diskprediction-local-17.2.9-0. 49 MB/s | 7.4 MB 00:00 2026-02-18T23:32:53.312 INFO:teuthology.orchestra.run.trial005.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 29 MB/s | 442 kB 00:00 2026-02-18T23:32:53.333 INFO:teuthology.orchestra.run.trial005.stdout:(11/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 137 MB/s | 6.1 MB 00:00 2026-02-18T23:32:53.448 INFO:teuthology.orchestra.run.trial005.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 140 MB/s | 19 MB 00:00 2026-02-18T23:32:53.449 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:53.449 INFO:teuthology.orchestra.run.trial005.stdout:Total 67 MB/s | 43 MB 00:00 2026-02-18T23:32:53.603 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:53.616 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:53.616 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:53.819 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:53.819 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:54.036 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:54.038 INFO:teuthology.orchestra.run.trial005.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-18T23:32:54.044 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:32:54.078 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:32:54.082 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-18T23:32:54.140 INFO:teuthology.orchestra.run.trial005.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-18T23:32:54.143 INFO:teuthology.orchestra.run.trial005.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-18T23:32:54.165 INFO:teuthology.orchestra.run.trial005.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-18T23:32:54.483 INFO:teuthology.orchestra.run.trial005.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-18T23:32:54.555 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-18T23:32:55.214 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:32:55.665 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-18T23:32:55.666 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:32:55.962 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 12/12 2026-02-18T23:32:55.962 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarc 1/12 2026-02-18T23:32:55.962 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-18T23:32:55.963 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-diskprediction-local-2:17.2.9-0.el9.noarch 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T23:32:56.020 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T23:32:56.021 INFO:teuthology.orchestra.run.trial005.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T23:32:56.022 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:56.022 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:56.058 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-mgr-rook 2026-02-18T23:32:56.368 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:56.449 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-rook noarch 2:17.2.9-0.el9 ceph-noarch 47 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T23:32:56.450 INFO:teuthology.orchestra.run.trial005.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout:Install 10 Packages 2026-02-18T23:32:56.451 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:56.452 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 2.0 M 2026-02-18T23:32:56.452 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 25 M 2026-02-18T23:32:56.452 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:56.669 INFO:teuthology.orchestra.run.trial005.stdout:(1/10): ceph-mgr-rook-17.2.9-0.el9.noarch.rpm 906 kB/s | 47 kB 00:00 2026-02-18T23:32:56.758 INFO:teuthology.orchestra.run.trial005.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2026-02-18T23:32:56.772 INFO:teuthology.orchestra.run.trial005.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 519 kB/s | 54 kB 00:00 2026-02-18T23:32:56.779 INFO:teuthology.orchestra.run.trial005.stdout:(4/10): python3-pyasn1-modules-0.4.8-6.el9.noar 1.7 MB/s | 279 kB 00:00 2026-02-18T23:32:56.973 INFO:teuthology.orchestra.run.trial005.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 70 kB/s | 14 kB 00:00 2026-02-18T23:32:56.992 INFO:teuthology.orchestra.run.trial005.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 137 kB/s | 32 kB 00:00 2026-02-18T23:32:57.145 INFO:teuthology.orchestra.run.trial005.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 389 kB/s | 59 kB 00:00 2026-02-18T23:32:57.224 INFO:teuthology.orchestra.run.trial005.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 571 kB/s | 254 kB 00:00 2026-02-18T23:32:57.257 INFO:teuthology.orchestra.run.trial005.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 801 kB/s | 90 kB 00:00 2026-02-18T23:32:57.414 INFO:teuthology.orchestra.run.trial005.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 2.3 MB/s | 1.0 MB 00:00 2026-02-18T23:32:57.414 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:57.414 INFO:teuthology.orchestra.run.trial005.stdout:Total 2.1 MB/s | 2.0 MB 00:00 2026-02-18T23:32:57.438 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:57.445 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:57.445 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:57.486 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:57.486 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:57.559 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:57.609 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-18T23:32:57.621 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-18T23:32:57.635 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-18T23:32:57.640 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-18T23:32:57.647 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-18T23:32:57.686 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-18T23:32:57.698 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:32:58.014 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-18T23:32:58.027 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-18T23:32:58.028 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.9-0.el9.noarch 10/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-rook-2:17.2.9-0.el9.noarch 1/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-18T23:32:58.136 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-18T23:32:58.137 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-18T23:32:58.137 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-18T23:32:58.191 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-rook-2:17.2.9-0.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:58.192 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:58.221 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T23:32:58.529 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:32:58.612 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout: Package Arch Version Repository Size 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-cephadm noarch 2:17.2.9-0.el9 ceph-noarch 124 k 2026-02-18T23:32:58.614 INFO:teuthology.orchestra.run.trial005.stdout:Installing dependencies: 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout:Install 6 Packages 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:58.615 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 7.0 M 2026-02-18T23:32:58.616 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 33 M 2026-02-18T23:32:58.616 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:32:59.132 INFO:teuthology.orchestra.run.trial005.stdout:(1/6): ceph-mgr-cephadm-17.2.9-0.el9.noarch.rpm 2.1 MB/s | 124 kB 00:00 2026-02-18T23:32:59.168 INFO:teuthology.orchestra.run.trial005.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 15 MB/s | 548 kB 00:00 2026-02-18T23:32:59.172 INFO:teuthology.orchestra.run.trial005.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 15 MB/s | 58 kB 00:00 2026-02-18T23:32:59.175 INFO:teuthology.orchestra.run.trial005.stdout:(4/6): python3-typing-extensions-4.15.0-1.el9.n 23 MB/s | 86 kB 00:00 2026-02-18T23:32:59.187 INFO:teuthology.orchestra.run.trial005.stdout:(5/6): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.2 MB/s | 249 kB 00:00 2026-02-18T23:32:59.339 INFO:teuthology.orchestra.run.trial005.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 23 MB/s | 6.0 MB 00:00 2026-02-18T23:32:59.340 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:32:59.340 INFO:teuthology.orchestra.run.trial005.stdout:Total 9.6 MB/s | 7.0 MB 00:00 2026-02-18T23:32:59.370 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:32:59.376 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:32:59.376 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:32:59.421 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:32:59.421 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:32:59.485 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:32:59.534 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/6 2026-02-18T23:32:59.544 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2026-02-18T23:32:59.762 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2026-02-18T23:32:59.786 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2026-02-18T23:32:59.801 INFO:teuthology.orchestra.run.trial005.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 5/6 2026-02-18T23:32:59.802 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 6/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 1/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2026-02-18T23:32:59.910 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2026-02-18T23:32:59.966 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 6/6 2026-02-18T23:32:59.966 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:59.966 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: ceph-mgr-cephadm-2:17.2.9-0.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:32:59.967 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:32:59.997 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install ceph-fuse 2026-02-18T23:33:00.305 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:00.387 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:00.387 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout: ceph-fuse x86_64 2:17.2.9-0.el9 ceph 813 k 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:00.388 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:00.389 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 813 k 2026-02-18T23:33:00.389 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 2.4 M 2026-02-18T23:33:00.389 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:00.468 INFO:teuthology.orchestra.run.trial005.stdout:ceph-fuse-17.2.9-0.el9.x86_64.rpm 9.9 MB/s | 813 kB 00:00 2026-02-18T23:33:00.468 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:00.468 INFO:teuthology.orchestra.run.trial005.stdout:Total 9.8 MB/s | 813 kB 00:00 2026-02-18T23:33:00.469 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:00.472 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:00.472 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:00.504 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:00.504 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:00.587 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:00.604 INFO:teuthology.orchestra.run.trial005.stdout: Installing : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:00.849 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : ceph-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout: ceph-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:00.905 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:00.933 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install librados-devel 2026-02-18T23:33:01.248 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:01.330 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:01.330 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:01.330 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:01.330 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:01.330 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout: librados-devel x86_64 2:17.2.9-0.el9 ceph 126 k 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 126 k 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 448 k 2026-02-18T23:33:01.331 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:01.393 INFO:teuthology.orchestra.run.trial005.stdout:librados-devel-17.2.9-0.el9.x86_64.rpm 2.0 MB/s | 126 kB 00:00 2026-02-18T23:33:01.393 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:01.393 INFO:teuthology.orchestra.run.trial005.stdout:Total 2.0 MB/s | 126 kB 00:00 2026-02-18T23:33:01.393 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:01.396 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:01.396 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:01.428 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:01.428 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:01.482 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:01.499 INFO:teuthology.orchestra.run.trial005.stdout: Installing : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:01.578 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:01.634 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : librados-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:01.635 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:01.635 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:01.635 INFO:teuthology.orchestra.run.trial005.stdout: librados-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:01.635 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:01.635 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:01.662 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install libcephfs2 2026-02-18T23:33:01.973 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:02.039 INFO:teuthology.orchestra.run.trial005.stdout:Package libcephfs2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:02.057 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:02.057 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:02.057 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:02.079 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install libcephfs-devel 2026-02-18T23:33:02.385 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:02.467 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:02.467 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:02.467 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout: libcephfs-devel x86_64 2:17.2.9-0.el9 ceph 25 k 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 25 k 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 110 k 2026-02-18T23:33:02.468 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:02.511 INFO:teuthology.orchestra.run.trial005.stdout:libcephfs-devel-17.2.9-0.el9.x86_64.rpm 580 kB/s | 25 kB 00:00 2026-02-18T23:33:02.511 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:02.511 INFO:teuthology.orchestra.run.trial005.stdout:Total 567 kB/s | 25 kB 00:00 2026-02-18T23:33:02.511 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:02.513 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:02.513 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:02.515 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:02.515 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:02.534 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:02.550 INFO:teuthology.orchestra.run.trial005.stdout: Installing : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:02.604 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : libcephfs-devel-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout: libcephfs-devel-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:02.660 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:02.685 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install librados2 2026-02-18T23:33:02.994 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:03.058 INFO:teuthology.orchestra.run.trial005.stdout:Package librados2-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:03.075 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:03.076 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:03.076 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:03.098 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install librbd1 2026-02-18T23:33:03.405 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:03.468 INFO:teuthology.orchestra.run.trial005.stdout:Package librbd1-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:03.486 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:03.487 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:03.487 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:03.508 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install python3-rados 2026-02-18T23:33:03.813 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:03.877 INFO:teuthology.orchestra.run.trial005.stdout:Package python3-rados-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:03.895 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:03.896 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:03.896 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:03.916 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install python3-rgw 2026-02-18T23:33:04.222 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:04.286 INFO:teuthology.orchestra.run.trial005.stdout:Package python3-rgw-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:04.303 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:04.304 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:04.304 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:04.325 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install python3-cephfs 2026-02-18T23:33:04.634 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:04.698 INFO:teuthology.orchestra.run.trial005.stdout:Package python3-cephfs-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:04.716 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:04.717 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:04.718 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:04.738 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install python3-rbd 2026-02-18T23:33:05.047 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:05.111 INFO:teuthology.orchestra.run.trial005.stdout:Package python3-rbd-2:17.2.9-0.el9.x86_64 is already installed. 2026-02-18T23:33:05.129 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:05.130 INFO:teuthology.orchestra.run.trial005.stdout:Nothing to do. 2026-02-18T23:33:05.131 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:05.151 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install rbd-fuse 2026-02-18T23:33:05.462 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout: rbd-fuse x86_64 2:17.2.9-0.el9 ceph 82 k 2026-02-18T23:33:05.544 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 82 k 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 222 k 2026-02-18T23:33:05.545 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:05.597 INFO:teuthology.orchestra.run.trial005.stdout:rbd-fuse-17.2.9-0.el9.x86_64.rpm 1.5 MB/s | 82 kB 00:00 2026-02-18T23:33:05.598 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:05.598 INFO:teuthology.orchestra.run.trial005.stdout:Total 1.5 MB/s | 82 kB 00:00 2026-02-18T23:33:05.599 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:05.601 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:05.601 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:05.633 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:05.633 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:05.683 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:05.699 INFO:teuthology.orchestra.run.trial005.stdout: Installing : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:05.782 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:05.839 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : rbd-fuse-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:05.840 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:05.840 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:05.840 INFO:teuthology.orchestra.run.trial005.stdout: rbd-fuse-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:05.840 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:05.840 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:05.867 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install rbd-mirror 2026-02-18T23:33:06.175 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:06.259 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:06.259 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:06.259 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:06.259 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout: rbd-mirror x86_64 2:17.2.9-0.el9 ceph 2.9 M 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 2.9 M 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 12 M 2026-02-18T23:33:06.260 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:06.361 INFO:teuthology.orchestra.run.trial005.stdout:rbd-mirror-17.2.9-0.el9.x86_64.rpm 29 MB/s | 2.9 MB 00:00 2026-02-18T23:33:06.362 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:06.362 INFO:teuthology.orchestra.run.trial005.stdout:Total 29 MB/s | 2.9 MB 00:00 2026-02-18T23:33:06.362 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:06.365 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:06.366 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:06.404 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:06.405 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:06.591 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:06.592 INFO:teuthology.orchestra.run.trial005.stdout: Installing : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:06.614 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:06.615 INFO:teuthology.orchestra.run.trial005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T23:33:06.615 INFO:teuthology.orchestra.run.trial005.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T23:33:06.615 INFO:teuthology.orchestra.run.trial005.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:33:06.615 INFO:teuthology.orchestra.run.trial005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T23:33:06.615 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : rbd-mirror-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout: rbd-mirror-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:06.907 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:06.933 DEBUG:teuthology.orchestra.run.trial005:> sudo yum -y install rbd-nbd 2026-02-18T23:33:07.247 INFO:teuthology.orchestra.run.trial005.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 11:32:19 PM UTC. 2026-02-18T23:33:07.329 INFO:teuthology.orchestra.run.trial005.stdout:Dependencies resolved. 2026-02-18T23:33:07.329 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:07.329 INFO:teuthology.orchestra.run.trial005.stdout: Package Architecture Version Repository Size 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout:Installing: 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout: rbd-nbd x86_64 2:17.2.9-0.el9 ceph 165 k 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout:Transaction Summary 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout:================================================================================ 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout:Install 1 Package 2026-02-18T23:33:07.330 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:07.331 INFO:teuthology.orchestra.run.trial005.stdout:Total download size: 165 k 2026-02-18T23:33:07.331 INFO:teuthology.orchestra.run.trial005.stdout:Installed size: 477 k 2026-02-18T23:33:07.331 INFO:teuthology.orchestra.run.trial005.stdout:Downloading Packages: 2026-02-18T23:33:07.392 INFO:teuthology.orchestra.run.trial005.stdout:rbd-nbd-17.2.9-0.el9.x86_64.rpm 2.6 MB/s | 165 kB 00:00 2026-02-18T23:33:07.392 INFO:teuthology.orchestra.run.trial005.stdout:-------------------------------------------------------------------------------- 2026-02-18T23:33:07.392 INFO:teuthology.orchestra.run.trial005.stdout:Total 2.6 MB/s | 165 kB 00:00 2026-02-18T23:33:07.392 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction check 2026-02-18T23:33:07.395 INFO:teuthology.orchestra.run.trial005.stdout:Transaction check succeeded. 2026-02-18T23:33:07.396 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction test 2026-02-18T23:33:07.427 INFO:teuthology.orchestra.run.trial005.stdout:Transaction test succeeded. 2026-02-18T23:33:07.427 INFO:teuthology.orchestra.run.trial005.stdout:Running transaction 2026-02-18T23:33:07.484 INFO:teuthology.orchestra.run.trial005.stdout: Preparing : 1/1 2026-02-18T23:33:07.503 INFO:teuthology.orchestra.run.trial005.stdout: Installing : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:07.582 INFO:teuthology.orchestra.run.trial005.stdout: Running scriptlet: rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:07.640 INFO:teuthology.orchestra.run.trial005.stdout: Verifying : rbd-nbd-2:17.2.9-0.el9.x86_64 1/1 2026-02-18T23:33:07.640 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:07.640 INFO:teuthology.orchestra.run.trial005.stdout:Installed: 2026-02-18T23:33:07.640 INFO:teuthology.orchestra.run.trial005.stdout: rbd-nbd-2:17.2.9-0.el9.x86_64 2026-02-18T23:33:07.641 INFO:teuthology.orchestra.run.trial005.stdout: 2026-02-18T23:33:07.641 INFO:teuthology.orchestra.run.trial005.stdout:Complete! 2026-02-18T23:33:07.672 DEBUG:teuthology.parallel:result is None 2026-02-18T23:33:07.673 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:33:07.673 INFO:teuthology.packaging:ref: None 2026-02-18T23:33:07.673 INFO:teuthology.packaging:tag: None 2026-02-18T23:33:07.673 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:33:07.673 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:33:07.673 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:33:07.866 DEBUG:teuthology.orchestra.run.trial005:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:33:07.887 INFO:teuthology.orchestra.run.trial005.stdout:17.2.9-0.el9 2026-02-18T23:33:07.888 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:33:07.888 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:33:07.890 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:33:07.890 INFO:teuthology.packaging:ref: None 2026-02-18T23:33:07.890 INFO:teuthology.packaging:tag: None 2026-02-18T23:33:07.890 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:33:07.890 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:33:07.890 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:33:08.031 DEBUG:teuthology.orchestra.run.trial107:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T23:33:08.053 INFO:teuthology.orchestra.run.trial107.stdout:17.2.9-0.el9 2026-02-18T23:33:08.053 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-0.el9 2026-02-18T23:33:08.053 INFO:teuthology.task.install:The correct ceph version 17.2.9-0 is installed. 2026-02-18T23:33:08.056 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T23:33:08.056 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:33:08.056 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:33:08.082 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:33:08.082 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:33:08.118 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T23:33:08.118 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:33:08.118 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:33:08.146 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:33:08.211 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:33:08.211 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:33:08.237 DEBUG:teuthology.orchestra.run.trial107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:33:08.301 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T23:33:08.302 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:33:08.302 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:33:08.326 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:33:08.390 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:33:08.391 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:33:08.416 DEBUG:teuthology.orchestra.run.trial107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:33:08.479 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T23:33:08.480 DEBUG:teuthology.orchestra.run.trial005:> set -ex 2026-02-18T23:33:08.480 DEBUG:teuthology.orchestra.run.trial005:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:33:08.505 DEBUG:teuthology.orchestra.run.trial005:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:33:08.570 DEBUG:teuthology.orchestra.run.trial107:> set -ex 2026-02-18T23:33:08.570 DEBUG:teuthology.orchestra.run.trial107:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:33:08.595 DEBUG:teuthology.orchestra.run.trial107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:33:08.659 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T23:33:08.792 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': 1}, '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:33:08.792 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:33:08.796 INFO:tasks.cephadm:Cluster fsid is 2ea6d47b-0d22-11f1-8d97-d404e6e7d460 2026-02-18T23:33:08.796 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T23:33:08.796 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.5', 'mon.c': '[v2:10.20.193.5:3301,v1:10.20.193.5:6790]', 'mon.b': '10.20.193.107'} 2026-02-18T23:33:08.796 INFO:tasks.cephadm:First mon is mon.a on trial005 2026-02-18T23:33:08.797 INFO:tasks.cephadm:First mgr is y 2026-02-18T23:33:08.797 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T23:33:08.797 DEBUG:teuthology.orchestra.run.trial005:> sudo hostname $(hostname -s) 2026-02-18T23:33:08.823 DEBUG:teuthology.orchestra.run.trial107:> sudo hostname $(hostname -s) 2026-02-18T23:33:08.849 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2026-02-18T23:33:08.849 DEBUG:teuthology.orchestra.run.trial005:> 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:33:08.914 INFO:teuthology.orchestra.run.trial005.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:33 /home/ubuntu/cephtest/cephadm 2026-02-18T23:33:08.915 DEBUG:teuthology.orchestra.run.trial107:> 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:33:08.967 INFO:teuthology.orchestra.run.trial107.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Feb 18 23:33 /home/ubuntu/cephtest/cephadm 2026-02-18T23:33:08.967 DEBUG:teuthology.orchestra.run.trial005:> 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:33:08.987 DEBUG:teuthology.orchestra.run.trial107:> 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:33:09.024 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2026-02-18T23:33:09.024 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:33:09.030 DEBUG:teuthology.orchestra.run.trial107:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:33:09.262 INFO:teuthology.orchestra.run.trial005.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:33:09.282 INFO:teuthology.orchestra.run.trial107.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:33:09.405 INFO:teuthology.orchestra.run.trial005.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:33:09.405 INFO:teuthology.orchestra.run.trial005.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:33:09.405 INFO:teuthology.orchestra.run.trial005.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:33:09.405 INFO:teuthology.orchestra.run.trial005.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:33:09.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:33:09.419 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 trial005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:33:09.420 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T23:33:09.427 DEBUG:teuthology.misc:Transferring archived files from trial005:/var/lib/ceph/2ea6d47b-0d22-11f1-8d97-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/53452/remote/trial005/crash 2026-02-18T23:33:09.432 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /var/lib/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/crash -- . 2026-02-18T23:33:09.433 INFO:teuthology.orchestra.run.trial107.stderr:Non-zero exit code 125 from /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:33:09.434 INFO:teuthology.orchestra.run.trial107.stderr:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:33:09.434 INFO:teuthology.orchestra.run.trial107.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:33:09.434 INFO:teuthology.orchestra.run.trial107.stderr:ERROR: Failed command: /bin/podman pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:33:09.462 INFO:teuthology.orchestra.run.trial005.stderr:tar: /var/lib/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:33:09.462 INFO:teuthology.orchestra.run.trial005.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:33:09.467 DEBUG:teuthology.misc:Transferring archived files from trial107:/var/lib/ceph/2ea6d47b-0d22-11f1-8d97-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/53452/remote/trial107/crash 2026-02-18T23:33:09.470 DEBUG:teuthology.orchestra.run.trial107:> sudo tar c -f - -C /var/lib/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/crash -- . 2026-02-18T23:33:09.499 INFO:teuthology.orchestra.run.trial107.stderr:tar: /var/lib/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:33:09.499 INFO:teuthology.orchestra.run.trial107.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:33:09.500 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T23:33:09.501 DEBUG:teuthology.orchestra.run.trial005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2ea6d47b-0d22-11f1-8d97-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:33:09.531 INFO:teuthology.orchestra.run.trial005.stderr:grep: /var/log/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:33:09.532 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-18T23:33:09.533 DEBUG:teuthology.orchestra.run.trial005:> sudo egrep '\[SEC\]' /var/log/ceph/2ea6d47b-0d22-11f1-8d97-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:33:09.596 INFO:teuthology.orchestra.run.trial005.stderr:grep: /var/log/ceph/2ea6d47b-0d22-11f1-8d97-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:33:09.599 INFO:tasks.cephadm:Compressing logs... 2026-02-18T23:33:09.599 DEBUG:teuthology.orchestra.run.trial005:> 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:33:09.641 DEBUG:teuthology.orchestra.run.trial107:> 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:33:09.661 INFO:teuthology.orchestra.run.trial005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T23:33:09.661 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:33:09.662 INFO:teuthology.orchestra.run.trial005.stderr:/var/log/ceph/cephadm.log: 67.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:33:09.663 INFO:teuthology.orchestra.run.trial005.stderr: 2026-02-18T23:33:09.663 INFO:teuthology.orchestra.run.trial005.stderr:real 0m0.010s 2026-02-18T23:33:09.663 INFO:teuthology.orchestra.run.trial005.stderr:user 0m0.007s 2026-02-18T23:33:09.663 INFO:teuthology.orchestra.run.trial005.stderr:sys 0m0.011s 2026-02-18T23:33:09.666 INFO:teuthology.orchestra.run.trial107.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T23:33:09.666 INFO:teuthology.orchestra.run.trial107.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:33:09.666 INFO:teuthology.orchestra.run.trial107.stderr:/var/log/ceph/cephadm.log: 67.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:33:09.668 INFO:teuthology.orchestra.run.trial107.stderr: 2026-02-18T23:33:09.668 INFO:teuthology.orchestra.run.trial107.stderr:real 0m0.010s 2026-02-18T23:33:09.668 INFO:teuthology.orchestra.run.trial107.stderr:user 0m0.003s 2026-02-18T23:33:09.668 INFO:teuthology.orchestra.run.trial107.stderr:sys 0m0.015s 2026-02-18T23:33:09.668 INFO:tasks.cephadm:Archiving logs... 2026-02-18T23:33:09.668 DEBUG:teuthology.misc:Transferring archived files from trial005:/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/53452/remote/trial005/log 2026-02-18T23:33:09.670 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:33:09.728 DEBUG:teuthology.misc:Transferring archived files from trial107:/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/53452/remote/trial107/log 2026-02-18T23:33:09.730 DEBUG:teuthology.orchestra.run.trial107:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:33:09.756 INFO:tasks.cephadm:Removing cluster... 2026-02-18T23:33:09.756 DEBUG:teuthology.orchestra.run.trial005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ea6d47b-0d22-11f1-8d97-d404e6e7d460 --force 2026-02-18T23:33:10.100 DEBUG:teuthology.orchestra.run.trial107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ea6d47b-0d22-11f1-8d97-d404e6e7d460 --force 2026-02-18T23:33:10.419 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T23:33:10.419 DEBUG:teuthology.orchestra.run.trial005:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:33:10.437 DEBUG:teuthology.orchestra.run.trial107:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:33:10.453 INFO:tasks.cephadm:Teardown complete 2026-02-18T23:33:10.453 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 trial005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:33:10.456 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T23:33:10.480 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T23:33:10.493 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:33:10.493 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:33:10.496 DEBUG:teuthology.orchestra.run.trial107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:33:10.681 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T23:33:10.693 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T23:33:10.693 DEBUG:teuthology.orchestra.run.trial005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:33:10.695 DEBUG:teuthology.orchestra.run.trial107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:33:10.710 INFO:teuthology.orchestra.run.trial005.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:33:10.711 INFO:teuthology.orchestra.run.trial107.stderr:bash: line 1: ntpq: command not found 2026-02-18T23:33:10.735 INFO:teuthology.orchestra.run.trial107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:33:10.735 INFO:teuthology.orchestra.run.trial107.stdout:=============================================================================== 2026-02-18T23:33:10.736 INFO:teuthology.orchestra.run.trial107.stdout:^- c-73-238-61-241.hsd1.nh.> 2 6 37 11 +4006us[+4006us] +/- 55ms 2026-02-18T23:33:10.736 INFO:teuthology.orchestra.run.trial107.stdout:^- srcf-ntp.stanford.edu 2 6 37 12 +336us[ +336us] +/- 53ms 2026-02-18T23:33:10.736 INFO:teuthology.orchestra.run.trial107.stdout:^* ntp.maxhost.io 2 6 37 12 +463us[ -824us] +/- 56ms 2026-02-18T23:33:10.736 INFO:teuthology.orchestra.run.trial107.stdout:^+ 69-10-208-170.rainiercon> 2 6 37 12 +751us[ +751us] +/- 73ms 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:=============================================================================== 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:^- c-73-238-61-241.hsd1.nh.> 2 6 37 12 +2458us[+2458us] +/- 53ms 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:^- srcf-ntp.stanford.edu 2 6 37 12 -104us[ -104us] +/- 53ms 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:^* ntp.maxhost.io 2 6 37 13 +486us[ +338us] +/- 57ms 2026-02-18T23:33:10.737 INFO:teuthology.orchestra.run.trial005.stdout:^+ 69-10-208-170.rainiercon> 2 6 37 13 -862us[ -862us] +/- 72ms 2026-02-18T23:33:10.737 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T23:33:10.748 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T23:33:10.749 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T23:33:10.762 DEBUG:teuthology.orchestra.run.trial005:> 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:33:10.818 DEBUG:teuthology.orchestra.run.trial107:> 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:33:10.860 DEBUG:teuthology.orchestra.run.trial005:> 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:33:10.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:33:10.886 DEBUG:teuthology.orchestra.run.trial107:> 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:33:10.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:33:10.925 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T23:33:10.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T23:33:10.959 INFO:teuthology.task.internal:Duration was 153.947264 seconds 2026-02-18T23:33:10.959 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T23:33:10.972 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T23:33:10.972 DEBUG:teuthology.orchestra.run.trial005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:33:10.974 DEBUG:teuthology.orchestra.run.trial107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:33:11.009 INFO:teuthology.orchestra.run.trial005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:33:11.011 INFO:teuthology.orchestra.run.trial107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T23:33:11.250 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T23:33:11.250 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial005.front.sepia.ceph.com 2026-02-18T23:33:11.250 DEBUG:teuthology.orchestra.run.trial005:> 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:33:11.282 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial107.front.sepia.ceph.com 2026-02-18T23:33:11.283 DEBUG:teuthology.orchestra.run.trial107:> 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:33:11.315 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T23:33:11.315 DEBUG:teuthology.orchestra.run.trial005:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:33:11.334 DEBUG:teuthology.orchestra.run.trial107:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:33:11.400 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T23:33:11.400 DEBUG:teuthology.orchestra.run.trial005:> 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:33:11.416 DEBUG:teuthology.orchestra.run.trial107:> 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:33:11.439 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:33:11.440 INFO:teuthology.orchestra.run.trial005.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:33:11.440 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:33:11.440 INFO:teuthology.orchestra.run.trial005.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:33:11.440 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:33:11.443 INFO:teuthology.orchestra.run.trial005.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:33:11.463 INFO:teuthology.orchestra.run.trial107.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:33:11.464 INFO:teuthology.orchestra.run.trial107.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:33:11.464 INFO:teuthology.orchestra.run.trial107.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:33:11.464 INFO:teuthology.orchestra.run.trial107.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:33:11.464 INFO:teuthology.orchestra.run.trial107.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:33:11.467 INFO:teuthology.orchestra.run.trial107.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:33:11.469 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T23:33:11.482 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T23:33:11.482 DEBUG:teuthology.orchestra.run.trial005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:33:11.509 DEBUG:teuthology.orchestra.run.trial107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:33:11.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T23:33:11.550 DEBUG:teuthology.orchestra.run.trial005:> 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:33:11.553 DEBUG:teuthology.orchestra.run.trial107:> 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:33:11.574 INFO:teuthology.orchestra.run.trial005.stdout:kernel.core_pattern = core 2026-02-18T23:33:11.598 INFO:teuthology.orchestra.run.trial107.stdout:kernel.core_pattern = core 2026-02-18T23:33:11.610 DEBUG:teuthology.orchestra.run.trial005:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:33:11.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:33:11.643 DEBUG:teuthology.orchestra.run.trial107:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:33:11.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:33:11.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T23:33:11.684 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T23:33:11.685 DEBUG:teuthology.misc:Transferring archived files from trial005:/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/53452/remote/trial005 2026-02-18T23:33:11.685 DEBUG:teuthology.orchestra.run.trial005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:33:11.713 DEBUG:teuthology.misc:Transferring archived files from trial107:/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/53452/remote/trial107 2026-02-18T23:33:11.714 DEBUG:teuthology.orchestra.run.trial107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:33:11.744 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T23:33:11.745 DEBUG:teuthology.orchestra.run.trial005:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:33:11.757 DEBUG:teuthology.orchestra.run.trial107:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:33:11.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T23:33:11.816 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T23:33:11.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T23:33:11.830 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T23:33:11.830 DEBUG:teuthology.orchestra.run.trial005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:33:11.833 DEBUG:teuthology.orchestra.run.trial107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:33:11.847 INFO:teuthology.orchestra.run.trial005.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:33 /home/ubuntu/cephtest 2026-02-18T23:33:11.861 INFO:teuthology.orchestra.run.trial107.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:33 /home/ubuntu/cephtest 2026-02-18T23:33:11.862 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T23:33:11.880 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T23:33:11.915 INFO:teuthology.run:Summary data: description: upgrade:quincy-x:stress-split/{0-distro/centos_9.stream 0-roles 1-start 2-first-half-tasks/snaps-few-objects 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} duration: 153.94726419448853 failure_reason: '"grep: /var/log/ceph/2ea6d47b-0d22-11f1-8d97-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:33:11.916 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:33:12.026 INFO:teuthology.run:FAIL