2026-02-18T04:45:09.171 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T04:45:09.188 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T04:45:09.268 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54656 branch: 20.2.1_2.17.26-baseline_2 description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/18.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '54656' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_REFRESH_FAILED log-only-match: - CEPHADM_ sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 407 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZgNsnKhJfC5DY3ukvt4D3EaCRyURdQ8f0Jv0WWIX+GQcq3M8JmAnZei9SAGjSSj+Al4wJT2O3Ha+zpht+a3j0= trial047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCQOT8O+xwDRSqKQzlHZcJsI9NkzXVPEFVzBnhjViFA1I3CVjaX6PWxYnAwRnWpZsD9MF7xZ1ZEdNvcLh/OhGck= tasks: - cephadm: cephadm_branch: v18.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v18.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-17_21:23:05 tube: trial upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - 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 config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2026-02-18T04:45:09.269 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa; will attempt to use it 2026-02-18T04:45:09.269 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks 2026-02-18T04:45:09.269 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T04:45:09.271 INFO:teuthology.task.internal:Checking packages... 2026-02-18T04:45:09.271 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'adc1923395f2bcd6ae89b5d331d278364d1848ed' 2026-02-18T04:45:09.271 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T04:45:09.271 INFO:teuthology.packaging:ref: None 2026-02-18T04:45:09.271 INFO:teuthology.packaging:tag: None 2026-02-18T04:45:09.271 INFO:teuthology.packaging:branch: 20.2.1_2.17.26-baseline_2 2026-02-18T04:45:09.271 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:45:09.271 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=20.2.1_2.17.26-baseline_2 2026-02-18T04:45:09.398 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-670.gadc19233 2026-02-18T04:45:09.399 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T04:45:09.410 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T04:45:09.410 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T04:45:09.424 INFO:teuthology.task.internal:Saving configuration 2026-02-18T04:45:09.430 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T04:45:09.440 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T04:45:09.622 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial006.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54656', '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 04:41:41.883031', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKZgNsnKhJfC5DY3ukvt4D3EaCRyURdQ8f0Jv0WWIX+GQcq3M8JmAnZei9SAGjSSj+Al4wJT2O3Ha+zpht+a3j0='} 2026-02-18T04:45:09.680 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial047.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54656', '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 04:41:41.883646', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCQOT8O+xwDRSqKQzlHZcJsI9NkzXVPEFVzBnhjViFA1I3CVjaX6PWxYnAwRnWpZsD9MF7xZ1ZEdNvcLh/OhGck='} 2026-02-18T04:45:09.680 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T04:45:09.692 INFO:teuthology.task.internal:roles: ubuntu@trial006.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2026-02-18T04:45:09.692 INFO:teuthology.task.internal:roles: ubuntu@trial047.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2026-02-18T04:45:09.692 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T04:45:09.826 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x70c6b49c3ce0>, signals=[15]) 2026-02-18T04:45:09.826 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T04:45:09.838 INFO:teuthology.task.internal:Opening connections... 2026-02-18T04:45:09.838 DEBUG:teuthology.task.internal:connecting to ubuntu@trial006.front.sepia.ceph.com 2026-02-18T04:45:09.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:45:09.900 DEBUG:teuthology.task.internal:connecting to ubuntu@trial047.front.sepia.ceph.com 2026-02-18T04:45:09.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:45:09.960 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T04:45:09.971 DEBUG:teuthology.orchestra.run.trial006:> uname -m 2026-02-18T04:45:09.986 INFO:teuthology.orchestra.run.trial006.stdout:x86_64 2026-02-18T04:45:09.987 DEBUG:teuthology.orchestra.run.trial006:> cat /etc/os-release 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:NAME="CentOS Stream" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:VERSION="9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:ID="centos" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:ID_LIKE="rhel fedora" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:VERSION_ID="9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:PLATFORM_ID="platform:el9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:ANSI_COLOR="0;31" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:LOGO="fedora-logo-icon" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:HOME_URL="https://centos.org/" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T04:45:10.042 INFO:teuthology.orchestra.run.trial006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T04:45:10.043 INFO:teuthology.lock.ops:Updating trial006.front.sepia.ceph.com on lock server 2026-02-18T04:45:10.222 DEBUG:teuthology.orchestra.run.trial047:> uname -m 2026-02-18T04:45:10.237 INFO:teuthology.orchestra.run.trial047.stdout:x86_64 2026-02-18T04:45:10.237 DEBUG:teuthology.orchestra.run.trial047:> cat /etc/os-release 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:NAME="CentOS Stream" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:VERSION="9" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:ID="centos" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:ID_LIKE="rhel fedora" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:VERSION_ID="9" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:PLATFORM_ID="platform:el9" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:ANSI_COLOR="0;31" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:LOGO="fedora-logo-icon" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:HOME_URL="https://centos.org/" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T04:45:10.292 INFO:teuthology.orchestra.run.trial047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T04:45:10.293 INFO:teuthology.orchestra.run.trial047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T04:45:10.293 INFO:teuthology.lock.ops:Updating trial047.front.sepia.ceph.com on lock server 2026-02-18T04:45:10.365 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T04:45:10.377 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T04:45:10.388 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T04:45:10.388 DEBUG:teuthology.orchestra.run.trial006:> test '!' -e /home/ubuntu/cephtest 2026-02-18T04:45:10.390 DEBUG:teuthology.orchestra.run.trial047:> test '!' -e /home/ubuntu/cephtest 2026-02-18T04:45:10.405 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T04:45:10.416 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T04:45:10.416 DEBUG:teuthology.orchestra.run.trial006:> test -z $(ls -A /var/lib/ceph) 2026-02-18T04:45:10.445 DEBUG:teuthology.orchestra.run.trial047:> test -z $(ls -A /var/lib/ceph) 2026-02-18T04:45:10.462 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T04:45:10.698 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T04:45:10.718 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T04:45:10.718 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-18T04:45:10.719 DEBUG:teuthology.orchestra.run.trial006:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T04:45:10.719 DEBUG:teuthology.orchestra.run.trial047:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T04:45:10.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:45:10.733 DEBUG:teuthology.orchestra.run.trial006:> uname -r 2026-02-18T04:45:10.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:45:10.733 DEBUG:teuthology.orchestra.run.trial047:> uname -r 2026-02-18T04:45:10.788 INFO:teuthology.orchestra.run.trial006.stdout:5.14.0-645.el9.x86_64 2026-02-18T04:45:10.788 INFO:teuthology.task.kernel:Running kernel on trial006: 5.14.0-645.el9.x86_64 2026-02-18T04:45:10.788 DEBUG:teuthology.orchestra.run.trial006:> sudo yum install -y kernel 2026-02-18T04:45:10.789 INFO:teuthology.orchestra.run.trial047.stdout:5.14.0-645.el9.x86_64 2026-02-18T04:45:10.789 INFO:teuthology.task.kernel:Running kernel on trial047: 5.14.0-645.el9.x86_64 2026-02-18T04:45:10.789 DEBUG:teuthology.orchestra.run.trial047:> sudo yum install -y kernel 2026-02-18T04:45:11.875 INFO:teuthology.orchestra.run.trial006.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-18T04:45:12.573 INFO:teuthology.orchestra.run.trial047.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.9 MB 00:01 2026-02-18T04:45:12.821 INFO:teuthology.orchestra.run.trial006.stdout:CentOS Stream 9 - AppStream 67 MB/s | 27 MB 00:00 2026-02-18T04:45:16.014 INFO:teuthology.orchestra.run.trial047.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 27 MB 00:02 2026-02-18T04:45:19.414 INFO:teuthology.orchestra.run.trial047.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-18T04:45:20.529 INFO:teuthology.orchestra.run.trial047.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 20 kB 00:00 2026-02-18T04:45:22.090 INFO:teuthology.orchestra.run.trial047.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2026-02-18T04:45:23.770 INFO:teuthology.orchestra.run.trial006.stdout:CentOS Stream 9 - CRB 930 kB/s | 7.8 MB 00:08 2026-02-18T04:45:25.324 INFO:teuthology.orchestra.run.trial047.stdout:lab-extras 1.0 MB/s | 50 kB 00:00 2026-02-18T04:45:25.793 INFO:teuthology.orchestra.run.trial006.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 20 kB 00:01 2026-02-18T04:45:26.082 INFO:teuthology.orchestra.run.trial006.stdout:Extra Packages for Enterprise Linux 90 MB/s | 20 MB 00:00 2026-02-18T04:45:26.332 INFO:teuthology.orchestra.run.trial047.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T04:45:26.354 INFO:teuthology.orchestra.run.trial047.stdout:Dependencies resolved. 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout:================================================================================ 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout: Package Architecture Version Repository Size 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout:================================================================================ 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout:Installing: 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T04:45:26.355 INFO:teuthology.orchestra.run.trial047.stdout:Installing dependencies: 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:Transaction Summary 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:================================================================================ 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:Install 4 Packages 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:Total download size: 88 M 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:Installed size: 135 M 2026-02-18T04:45:26.356 INFO:teuthology.orchestra.run.trial047.stdout:Downloading Packages: 2026-02-18T04:45:26.500 INFO:teuthology.orchestra.run.trial047.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 13 MB/s | 803 kB 00:00 2026-02-18T04:45:26.656 INFO:teuthology.orchestra.run.trial047.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 79 MB/s | 17 MB 00:00 2026-02-18T04:45:26.956 INFO:teuthology.orchestra.run.trial047.stdout:(3/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 77 MB/s | 40 MB 00:00 2026-02-18T04:45:27.239 INFO:teuthology.orchestra.run.trial047.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 42 MB/s | 31 MB 00:00 2026-02-18T04:45:27.239 INFO:teuthology.orchestra.run.trial047.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:45:27.240 INFO:teuthology.orchestra.run.trial047.stdout:Total 100 MB/s | 88 MB 00:00 2026-02-18T04:45:27.430 INFO:teuthology.orchestra.run.trial047.stdout:Running transaction check 2026-02-18T04:45:27.644 INFO:teuthology.orchestra.run.trial047.stdout:Transaction check succeeded. 2026-02-18T04:45:27.644 INFO:teuthology.orchestra.run.trial047.stdout:Running transaction test 2026-02-18T04:45:27.992 INFO:teuthology.orchestra.run.trial047.stdout:Transaction test succeeded. 2026-02-18T04:45:27.993 INFO:teuthology.orchestra.run.trial047.stdout:Running transaction 2026-02-18T04:45:29.074 INFO:teuthology.orchestra.run.trial047.stdout: Preparing : 1/1 2026-02-18T04:45:29.306 INFO:teuthology.orchestra.run.trial006.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T04:45:29.355 INFO:teuthology.orchestra.run.trial047.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:45:29.374 INFO:teuthology.orchestra.run.trial047.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:45:30.315 INFO:teuthology.orchestra.run.trial006.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T04:45:30.337 INFO:teuthology.orchestra.run.trial006.stdout:Dependencies resolved. 2026-02-18T04:45:30.338 INFO:teuthology.orchestra.run.trial006.stdout:================================================================================ 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: Package Architecture Version Repository Size 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:================================================================================ 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:Installing: 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:Installing dependencies: 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:Transaction Summary 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:================================================================================ 2026-02-18T04:45:30.339 INFO:teuthology.orchestra.run.trial006.stdout:Install 4 Packages 2026-02-18T04:45:30.340 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:45:30.340 INFO:teuthology.orchestra.run.trial006.stdout:Total download size: 88 M 2026-02-18T04:45:30.340 INFO:teuthology.orchestra.run.trial006.stdout:Installed size: 135 M 2026-02-18T04:45:30.340 INFO:teuthology.orchestra.run.trial006.stdout:Downloading Packages: 2026-02-18T04:45:30.483 INFO:teuthology.orchestra.run.trial006.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 13 MB/s | 803 kB 00:00 2026-02-18T04:45:30.641 INFO:teuthology.orchestra.run.trial006.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 79 MB/s | 17 MB 00:00 2026-02-18T04:45:30.898 INFO:teuthology.orchestra.run.trial006.stdout:(3/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 84 MB/s | 40 MB 00:00 2026-02-18T04:45:31.165 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:45:31.194 INFO:teuthology.orchestra.run.trial047.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:45:31.598 INFO:teuthology.orchestra.run.trial006.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 28 MB/s | 31 MB 00:01 2026-02-18T04:45:31.598 INFO:teuthology.orchestra.run.trial006.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:45:31.598 INFO:teuthology.orchestra.run.trial006.stdout:Total 70 MB/s | 88 MB 00:01 2026-02-18T04:45:31.786 INFO:teuthology.orchestra.run.trial006.stdout:Running transaction check 2026-02-18T04:45:31.988 INFO:teuthology.orchestra.run.trial006.stdout:Transaction check succeeded. 2026-02-18T04:45:31.988 INFO:teuthology.orchestra.run.trial006.stdout:Running transaction test 2026-02-18T04:45:32.333 INFO:teuthology.orchestra.run.trial006.stdout:Transaction test succeeded. 2026-02-18T04:45:32.334 INFO:teuthology.orchestra.run.trial006.stdout:Running transaction 2026-02-18T04:45:33.417 INFO:teuthology.orchestra.run.trial006.stdout: Preparing : 1/1 2026-02-18T04:45:33.699 INFO:teuthology.orchestra.run.trial006.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:45:33.718 INFO:teuthology.orchestra.run.trial006.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:45:34.221 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:45:34.228 INFO:teuthology.orchestra.run.trial047.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:45:35.509 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:45:35.538 INFO:teuthology.orchestra.run.trial006.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:45:37.471 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:45:38.629 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:45:38.635 INFO:teuthology.orchestra.run.trial006.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:45:41.875 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:07.775 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:07.797 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:07.860 INFO:teuthology.orchestra.run.trial047.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:07.860 INFO:teuthology.orchestra.run.trial047.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:46:07.860 INFO:teuthology.orchestra.run.trial047.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:46:07.860 INFO:teuthology.orchestra.run.trial047.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:46:07.912 INFO:teuthology.orchestra.run.trial047.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout:Installed: 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:46:07.913 INFO:teuthology.orchestra.run.trial047.stdout:Complete! 2026-02-18T04:46:07.971 DEBUG:teuthology.orchestra.run.trial047:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:46:07.997 INFO:teuthology.orchestra.run.trial047.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:07.998 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:46:07.998 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T04:46:07.998 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T04:46:07.998 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T04:46:07.998 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T04:46:07.998 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial047.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T04:46:07.998 DEBUG:teuthology.orchestra.run.trial047:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:46:08.060 INFO:teuthology.orchestra.run.trial047.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:08.062 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:46:08.062 DEBUG:teuthology.orchestra.run.trial047:> sudo rpm -qi grub2-tools 2026-02-18T04:46:08.130 INFO:teuthology.orchestra.run.trial047.stdout:Name : grub2-tools 2026-02-18T04:46:08.130 INFO:teuthology.orchestra.run.trial047.stdout:Epoch : 1 2026-02-18T04:46:08.130 INFO:teuthology.orchestra.run.trial047.stdout:Version : 2.06 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Release : 118.el9 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Architecture: x86_64 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Group : Unspecified 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Size : 8393909 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:License : GPLv3+ 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T04:46:08.131 INFO:teuthology.orchestra.run.trial047.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:Packager : builder@centos.org 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:Vendor : CentOS 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:Summary : Support tools for GRUB. 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:Description : 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T04:46:08.132 INFO:teuthology.orchestra.run.trial047.stdout:hardware devices. 2026-02-18T04:46:08.133 INFO:teuthology.orchestra.run.trial047.stdout: 2026-02-18T04:46:08.133 INFO:teuthology.orchestra.run.trial047.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T04:46:08.134 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T04:46:08.134 INFO:teuthology.task.kernel:Updating grub on trial047 to boot 5.14.0-681.el9.x86_64 2026-02-18T04:46:08.134 DEBUG:teuthology.orchestra.run.trial047:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T04:46:08.197 INFO:teuthology.orchestra.run.trial047.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:46:08.199 DEBUG:teuthology.orchestra.run.trial047:> sudo command -v grubby && echo yes || echo no 2026-02-18T04:46:08.263 INFO:teuthology.orchestra.run.trial047.stdout:/sbin/grubby 2026-02-18T04:46:08.264 INFO:teuthology.orchestra.run.trial047.stdout:yes 2026-02-18T04:46:08.265 DEBUG:teuthology.orchestra.run.trial047:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T04:46:08.329 INFO:teuthology.orchestra.run.trial047.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:46:08.330 DEBUG:teuthology.orchestra.run.trial047:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T04:46:08.403 DEBUG:teuthology.orchestra.run.trial047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T04:46:08.607 INFO:teuthology.orchestra.run.trial047.stderr:Generating grub configuration file ... 2026-02-18T04:46:08.670 INFO:teuthology.orchestra.run.trial047.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T04:46:08.677 INFO:teuthology.orchestra.run.trial047.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T04:46:08.924 INFO:teuthology.orchestra.run.trial047.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T04:46:08.931 INFO:teuthology.orchestra.run.trial047.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T04:46:08.963 INFO:teuthology.orchestra.run.trial047.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T04:46:08.969 INFO:teuthology.orchestra.run.trial047.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T04:46:08.993 INFO:teuthology.orchestra.run.trial047.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T04:46:09.000 INFO:teuthology.orchestra.run.trial047.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T04:46:09.080 INFO:teuthology.orchestra.run.trial047.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T04:46:09.089 INFO:teuthology.orchestra.run.trial047.stderr:done 2026-02-18T04:46:09.091 DEBUG:teuthology.orchestra.run.trial047:> test -d /sys/firmware/efi 2026-02-18T04:46:09.108 DEBUG:teuthology.orchestra.run.trial047:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T04:46:09.171 INFO:teuthology.orchestra.run.trial047.stdout:/boot/efi/EFI/BOOT 2026-02-18T04:46:09.172 INFO:teuthology.orchestra.run.trial047.stdout:/boot/efi/EFI/centos 2026-02-18T04:46:09.173 DEBUG:teuthology.orchestra.run.trial047:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T04:46:09.241 INFO:teuthology.orchestra.run.trial047.stdout:no 2026-02-18T04:46:09.241 DEBUG:teuthology.orchestra.run.trial047:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T04:46:09.306 INFO:teuthology.orchestra.run.trial047.stdout:yes 2026-02-18T04:46:09.306 DEBUG:teuthology.orchestra.run.trial047:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T04:46:09.371 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial047 2026-02-18T04:46:09.371 DEBUG:teuthology.orchestra.run.trial047:> sudo bash -c ' 2026-02-18T04:46:09.371 DEBUG:teuthology.orchestra.run.trial047:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T04:46:09.371 DEBUG:teuthology.orchestra.run.trial047:> ' 2026-02-18T04:46:12.415 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:12.437 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:12.608 INFO:teuthology.orchestra.run.trial006.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:12.608 INFO:teuthology.orchestra.run.trial006.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:46:12.608 INFO:teuthology.orchestra.run.trial006.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:46:12.608 INFO:teuthology.orchestra.run.trial006.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:46:12.660 INFO:teuthology.orchestra.run.trial006.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout:Installed: 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:46:12.661 INFO:teuthology.orchestra.run.trial006.stdout:Complete! 2026-02-18T04:46:12.718 DEBUG:teuthology.orchestra.run.trial006:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:46:12.743 INFO:teuthology.orchestra.run.trial006.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.744 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:46:12.745 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T04:46:12.745 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T04:46:12.745 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T04:46:12.745 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T04:46:12.745 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial006.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T04:46:12.745 DEBUG:teuthology.orchestra.run.trial006:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:46:12.808 INFO:teuthology.orchestra.run.trial006.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:46:12.809 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:46:12.810 DEBUG:teuthology.orchestra.run.trial006:> sudo rpm -qi grub2-tools 2026-02-18T04:46:12.877 INFO:teuthology.orchestra.run.trial006.stdout:Name : grub2-tools 2026-02-18T04:46:12.877 INFO:teuthology.orchestra.run.trial006.stdout:Epoch : 1 2026-02-18T04:46:12.877 INFO:teuthology.orchestra.run.trial006.stdout:Version : 2.06 2026-02-18T04:46:12.877 INFO:teuthology.orchestra.run.trial006.stdout:Release : 118.el9 2026-02-18T04:46:12.877 INFO:teuthology.orchestra.run.trial006.stdout:Architecture: x86_64 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Group : Unspecified 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Size : 8393909 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:License : GPLv3+ 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Packager : builder@centos.org 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Vendor : CentOS 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T04:46:12.878 INFO:teuthology.orchestra.run.trial006.stdout:Summary : Support tools for GRUB. 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:Description : 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:hardware devices. 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout: 2026-02-18T04:46:12.879 INFO:teuthology.orchestra.run.trial006.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T04:46:12.880 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T04:46:12.880 INFO:teuthology.task.kernel:Updating grub on trial006 to boot 5.14.0-681.el9.x86_64 2026-02-18T04:46:12.881 DEBUG:teuthology.orchestra.run.trial006:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T04:46:12.944 INFO:teuthology.orchestra.run.trial006.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:46:12.945 DEBUG:teuthology.orchestra.run.trial006:> sudo command -v grubby && echo yes || echo no 2026-02-18T04:46:13.008 INFO:teuthology.orchestra.run.trial006.stdout:/sbin/grubby 2026-02-18T04:46:13.010 INFO:teuthology.orchestra.run.trial006.stdout:yes 2026-02-18T04:46:13.010 DEBUG:teuthology.orchestra.run.trial006:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T04:46:13.074 INFO:teuthology.orchestra.run.trial006.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:46:13.075 DEBUG:teuthology.orchestra.run.trial006:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T04:46:13.148 DEBUG:teuthology.orchestra.run.trial006:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T04:46:13.357 INFO:teuthology.orchestra.run.trial006.stderr:Generating grub configuration file ... 2026-02-18T04:46:13.419 INFO:teuthology.orchestra.run.trial006.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T04:46:13.426 INFO:teuthology.orchestra.run.trial006.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T04:46:13.676 INFO:teuthology.orchestra.run.trial006.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T04:46:13.683 INFO:teuthology.orchestra.run.trial006.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T04:46:13.714 INFO:teuthology.orchestra.run.trial006.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T04:46:13.721 INFO:teuthology.orchestra.run.trial006.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T04:46:13.744 INFO:teuthology.orchestra.run.trial006.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T04:46:13.751 INFO:teuthology.orchestra.run.trial006.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T04:46:13.833 INFO:teuthology.orchestra.run.trial006.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T04:46:13.841 INFO:teuthology.orchestra.run.trial006.stderr:done 2026-02-18T04:46:13.843 DEBUG:teuthology.orchestra.run.trial006:> test -d /sys/firmware/efi 2026-02-18T04:46:13.859 DEBUG:teuthology.orchestra.run.trial006:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T04:46:13.924 INFO:teuthology.orchestra.run.trial006.stdout:/boot/efi/EFI/BOOT 2026-02-18T04:46:13.924 INFO:teuthology.orchestra.run.trial006.stdout:/boot/efi/EFI/centos 2026-02-18T04:46:13.926 DEBUG:teuthology.orchestra.run.trial006:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T04:46:13.990 INFO:teuthology.orchestra.run.trial006.stdout:no 2026-02-18T04:46:13.990 DEBUG:teuthology.orchestra.run.trial006:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T04:46:14.054 INFO:teuthology.orchestra.run.trial006.stdout:yes 2026-02-18T04:46:14.054 DEBUG:teuthology.orchestra.run.trial006:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T04:46:14.118 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial006 2026-02-18T04:46:14.118 DEBUG:teuthology.orchestra.run.trial006:> sudo bash -c ' 2026-02-18T04:46:14.118 DEBUG:teuthology.orchestra.run.trial006:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T04:46:14.118 DEBUG:teuthology.orchestra.run.trial006:> ' 2026-02-18T04:46:39.414 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T04:46:39.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial047.front.sepia.ceph.com' 2026-02-18T04:46:39.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:46:44.162 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T04:46:44.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial006.front.sepia.ceph.com' 2026-02-18T04:46:44.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:47:39.474 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T04:47:44.167 DEBUG:teuthology.orchestra.remote:timed out 2026-02-18T04:47:48.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial047.front.sepia.ceph.com' 2026-02-18T04:47:48.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:47:48.615 DEBUG:teuthology.orchestra.run.trial047:> true 2026-02-18T04:47:48.770 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial047.front.sepia.ceph.com' 2026-02-18T04:47:48.770 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T04:47:48.770 DEBUG:teuthology.orchestra.run.trial047:> uname -r 2026-02-18T04:47:48.825 INFO:teuthology.orchestra.run.trial047.stdout:5.14.0-681.el9.x86_64 2026-02-18T04:47:48.825 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T04:47:48.825 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T04:47:48.825 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T04:47:49.826 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T04:47:49.826 DEBUG:teuthology.orchestra.run.trial047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T04:47:49.855 INFO:teuthology.orchestra.run.trial047.stdout:ttyS1 2026-02-18T04:47:49.885 DEBUG:teuthology.parallel:result is None 2026-02-18T04:47:53.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial006.front.sepia.ceph.com' 2026-02-18T04:47:53.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:47:53.301 DEBUG:teuthology.orchestra.run.trial006:> true 2026-02-18T04:47:53.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial006.front.sepia.ceph.com' 2026-02-18T04:47:53.454 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T04:47:53.454 DEBUG:teuthology.orchestra.run.trial006:> uname -r 2026-02-18T04:47:53.510 INFO:teuthology.orchestra.run.trial006.stdout:5.14.0-681.el9.x86_64 2026-02-18T04:47:53.510 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T04:47:53.510 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T04:47:53.510 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T04:47:54.511 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T04:47:54.511 DEBUG:teuthology.orchestra.run.trial006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T04:47:54.538 INFO:teuthology.orchestra.run.trial006.stdout:ttyS1 2026-02-18T04:47:54.555 DEBUG:teuthology.parallel:result is None 2026-02-18T04:47:54.556 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T04:47:54.569 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T04:47:54.569 DEBUG:teuthology.orchestra.run.trial006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T04:47:54.597 DEBUG:teuthology.orchestra.run.trial047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T04:47:54.614 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T04:47:54.623 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T04:47:54.636 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T04:47:54.637 DEBUG:teuthology.orchestra.run.trial006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T04:47:54.653 DEBUG:teuthology.orchestra.run.trial047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T04:47:54.672 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T04:47:54.682 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T04:47:54.683 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:47:54.710 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:47:54.732 INFO:teuthology.orchestra.run.trial006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:47:54.735 INFO:teuthology.orchestra.run.trial047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:47:54.740 INFO:teuthology.orchestra.run.trial006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:47:54.743 INFO:teuthology.orchestra.run.trial047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:47:54.745 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T04:47:54.756 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T04:47:54.757 DEBUG:teuthology.orchestra.run.trial006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T04:47:54.784 DEBUG:teuthology.orchestra.run.trial047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T04:47:54.809 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T04:47:54.829 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T04:47:54.829 DEBUG:teuthology.orchestra.run.trial006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T04:47:54.849 DEBUG:teuthology.orchestra.run.trial047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T04:47:54.866 DEBUG:teuthology.orchestra.run.trial006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:47:55.043 DEBUG:teuthology.orchestra.run.trial006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:47:55.069 DEBUG:teuthology.orchestra.run.trial006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:47:55.183 DEBUG:teuthology.orchestra.run.trial006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:47:55.206 DEBUG:teuthology.orchestra.run.trial006:> set -ex 2026-02-18T04:47:55.206 DEBUG:teuthology.orchestra.run.trial006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T04:47:55.268 DEBUG:teuthology.orchestra.run.trial047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:47:55.378 DEBUG:teuthology.orchestra.run.trial047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:47:55.403 DEBUG:teuthology.orchestra.run.trial047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:47:55.546 DEBUG:teuthology.orchestra.run.trial047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:47:55.569 DEBUG:teuthology.orchestra.run.trial047:> set -ex 2026-02-18T04:47:55.570 DEBUG:teuthology.orchestra.run.trial047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T04:47:55.633 DEBUG:teuthology.orchestra.run.trial006:> sudo service rsyslog restart 2026-02-18T04:47:55.634 DEBUG:teuthology.orchestra.run.trial047:> sudo service rsyslog restart 2026-02-18T04:47:55.660 INFO:teuthology.orchestra.run.trial006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:47:55.699 INFO:teuthology.orchestra.run.trial047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:47:56.215 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T04:47:56.226 INFO:teuthology.task.internal:Starting timer... 2026-02-18T04:47:56.226 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T04:47:56.242 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T04:47:56.253 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-18T04:47:56.253 DEBUG:teuthology.orchestra.run.trial006:> sudo service auditd rotate 2026-02-18T04:47:56.281 INFO:teuthology.orchestra.run.trial006.stdout:Rotating logs: 2026-02-18T04:47:56.283 DEBUG:teuthology.orchestra.run.trial047:> sudo service auditd rotate 2026-02-18T04:47:56.312 INFO:teuthology.orchestra.run.trial047.stdout:Rotating logs: 2026-02-18T04:47:56.314 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T04:47:56.314 DEBUG:teuthology.orchestra.run.trial006:> /usr/sbin/getenforce 2026-02-18T04:47:56.341 INFO:teuthology.orchestra.run.trial006.stdout:Permissive 2026-02-18T04:47:56.341 DEBUG:teuthology.orchestra.run.trial047:> /usr/sbin/getenforce 2026-02-18T04:47:56.372 INFO:teuthology.orchestra.run.trial047.stdout:Permissive 2026-02-18T04:47:56.372 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial006.front.sepia.ceph.com': 'permissive', 'ubuntu@trial047.front.sepia.ceph.com': 'permissive'} 2026-02-18T04:47:56.373 DEBUG:teuthology.orchestra.run.trial006:> 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 2026-02-18T04:47:56.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:47:56.407 DEBUG:teuthology.orchestra.run.trial047:> 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 2026-02-18T04:47:56.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:47:56.437 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T04:47:56.437 DEBUG:teuthology.orchestra.run.trial006:> sudo /usr/sbin/setenforce permissive 2026-02-18T04:47:56.471 DEBUG:teuthology.orchestra.run.trial047:> sudo /usr/sbin/setenforce permissive 2026-02-18T04:47:56.501 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T04:47:56.516 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T04:47:56.527 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-18T04:47:56.529 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial006.front.sepia.ceph.com,trial047.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T04:49:25.749 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial006.front.sepia.ceph.com'), Remote(name='ubuntu@trial047.front.sepia.ceph.com')] 2026-02-18T04:49:25.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial006.front.sepia.ceph.com' 2026-02-18T04:49:25.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:49:25.906 DEBUG:teuthology.orchestra.run.trial006:> true 2026-02-18T04:49:25.981 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial006.front.sepia.ceph.com' 2026-02-18T04:49:25.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial047.front.sepia.ceph.com' 2026-02-18T04:49:25.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:49:26.069 DEBUG:teuthology.orchestra.run.trial047:> true 2026-02-18T04:49:26.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial047.front.sepia.ceph.com' 2026-02-18T04:49:26.145 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T04:49:26.157 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T04:49:26.158 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T04:49:26.158 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:49:26.160 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T04:49:26.160 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:49:26.187 INFO:teuthology.orchestra.run.trial006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T04:49:26.199 INFO:teuthology.orchestra.run.trial006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T04:49:26.211 INFO:teuthology.orchestra.run.trial047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T04:49:26.220 INFO:teuthology.orchestra.run.trial006.stderr:sudo: ntpd: command not found 2026-02-18T04:49:26.224 INFO:teuthology.orchestra.run.trial047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T04:49:26.230 INFO:teuthology.orchestra.run.trial006.stdout:506 Cannot talk to daemon 2026-02-18T04:49:26.242 INFO:teuthology.orchestra.run.trial006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T04:49:26.245 INFO:teuthology.orchestra.run.trial047.stderr:sudo: ntpd: command not found 2026-02-18T04:49:26.253 INFO:teuthology.orchestra.run.trial006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T04:49:26.255 INFO:teuthology.orchestra.run.trial047.stdout:506 Cannot talk to daemon 2026-02-18T04:49:26.267 INFO:teuthology.orchestra.run.trial047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T04:49:26.278 INFO:teuthology.orchestra.run.trial047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T04:49:26.305 INFO:teuthology.orchestra.run.trial006.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:49:26.334 INFO:teuthology.orchestra.run.trial047.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:49:26.340 INFO:teuthology.orchestra.run.trial006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:49:26.341 INFO:teuthology.orchestra.run.trial006.stdout:=============================================================================== 2026-02-18T04:49:26.341 INFO:teuthology.orchestra.run.trial006.stdout:^? time-east.far.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.341 INFO:teuthology.orchestra.run.trial006.stdout:^? sensei.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.341 INFO:teuthology.orchestra.run.trial006.stdout:^? 170-187-147-56.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.341 INFO:teuthology.orchestra.run.trial006.stdout:^? 172-233-189-68.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:=============================================================================== 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:^? 69-172-133-130.planet.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:^? chi2.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:^? 72-14-182-49.ip.linodeus> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.357 INFO:teuthology.orchestra.run.trial047.stdout:^? ntp4.lonet.org 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.358 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T04:49:26.488 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v18.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v18.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_REFRESH_FAILED'], 'log-only-match': ['CEPHADM_'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T04:49:26.488 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v18.2.0 2026-02-18T04:49:26.489 INFO:tasks.cephadm:Cluster fsid is 33d397c5-0c85-11f1-ae9d-d404e6e7d460 2026-02-18T04:49:26.490 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T04:49:26.490 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-18T04:49:26.490 INFO:tasks.cephadm:Monitor IPs: {'mon.trial006': '10.20.193.6', 'mon.trial047': '10.20.193.47'} 2026-02-18T04:49:26.490 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T04:49:26.490 DEBUG:teuthology.orchestra.run.trial006:> sudo hostname $(hostname -s) 2026-02-18T04:49:26.515 DEBUG:teuthology.orchestra.run.trial047:> sudo hostname $(hostname -s) 2026-02-18T04:49:26.542 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v18.2.0)... 2026-02-18T04:49:26.542 DEBUG:teuthology.orchestra.run.trial006:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v18.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:26.679 INFO:teuthology.orchestra.run.trial006.stdout:-rw-r--r--. 1 ubuntu ubuntu 14 Feb 18 04:49 /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:26.680 DEBUG:teuthology.orchestra.run.trial047:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v18.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:26.720 INFO:teuthology.orchestra.run.trial047.stdout:-rw-r--r--. 1 ubuntu ubuntu 14 Feb 18 04:49 /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:26.720 DEBUG:teuthology.orchestra.run.trial006:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:26.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:26.738 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_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks/cephadm.py", line 223, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks/cephadm.py", line 318, in _fetch_cephadm_from_github ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial006 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm' 2026-02-18T04:49:26.740 INFO:tasks.cephadm:Teardown complete 2026-02-18T04:49:26.740 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_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks/cephadm.py", line 2380, 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_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks/cephadm.py", line 223, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks/cephadm.py", line 318, in _fetch_cephadm_from_github ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial006 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm' 2026-02-18T04:49:26.742 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T04:49:26.755 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T04:49:26.770 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T04:49:26.770 DEBUG:teuthology.orchestra.run.trial006:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T04:49:26.780 DEBUG:teuthology.orchestra.run.trial047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T04:49:26.792 INFO:teuthology.orchestra.run.trial006.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:49:26.794 INFO:teuthology.orchestra.run.trial006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:49:26.794 INFO:teuthology.orchestra.run.trial006.stdout:=============================================================================== 2026-02-18T04:49:26.794 INFO:teuthology.orchestra.run.trial006.stdout:^? time-east.far.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.794 INFO:teuthology.orchestra.run.trial006.stdout:^? sensei.ruselabs.com 2 6 1 0 -2436us[-2436us] +/- 39ms 2026-02-18T04:49:26.795 INFO:teuthology.orchestra.run.trial006.stdout:^? 170-187-147-56.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.795 INFO:teuthology.orchestra.run.trial006.stdout:^? 172-233-189-68.ip.linode> 2 6 1 0 -4538us[-4538us] +/- 84ms 2026-02-18T04:49:26.797 INFO:teuthology.orchestra.run.trial047.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:49:26.799 INFO:teuthology.orchestra.run.trial047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:49:26.799 INFO:teuthology.orchestra.run.trial047.stdout:=============================================================================== 2026-02-18T04:49:26.799 INFO:teuthology.orchestra.run.trial047.stdout:^? 69-172-133-130.planet.net 2 6 1 0 -1390us[-1390us] +/- 4524us 2026-02-18T04:49:26.800 INFO:teuthology.orchestra.run.trial047.stdout:^? chi2.us.ntp.li 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.800 INFO:teuthology.orchestra.run.trial047.stdout:^? 72-14-182-49.ip.linodeus> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T04:49:26.800 INFO:teuthology.orchestra.run.trial047.stdout:^? ntp4.lonet.org 2 6 1 0 -772us[ -772us] +/- 36ms 2026-02-18T04:49:26.801 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T04:49:26.815 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T04:49:26.815 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T04:49:26.830 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:49:26.875 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:49:26.915 DEBUG:teuthology.orchestra.run.trial006:> 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 2026-02-18T04:49:26.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:26.940 DEBUG:teuthology.orchestra.run.trial047:> 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 2026-02-18T04:49:26.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:26.979 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T04:49:26.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T04:49:27.009 INFO:teuthology.task.internal:Duration was 90.783543 seconds 2026-02-18T04:49:27.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T04:49:27.028 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T04:49:27.028 DEBUG:teuthology.orchestra.run.trial006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T04:49:27.031 DEBUG:teuthology.orchestra.run.trial047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T04:49:27.065 INFO:teuthology.orchestra.run.trial006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:49:27.067 INFO:teuthology.orchestra.run.trial047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:49:27.263 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T04:49:27.263 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial006.front.sepia.ceph.com 2026-02-18T04:49:27.264 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:49:27.321 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial047.front.sepia.ceph.com 2026-02-18T04:49:27.321 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:49:27.341 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T04:49:27.341 DEBUG:teuthology.orchestra.run.trial006:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:49:27.363 DEBUG:teuthology.orchestra.run.trial047:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:49:27.418 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T04:49:27.418 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:49:27.443 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:49:27.464 INFO:teuthology.orchestra.run.trial006.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:49:27.466 INFO:teuthology.orchestra.run.trial006.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:49:27.466 INFO:teuthology.orchestra.run.trial006.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T04:49:27.466 INFO:teuthology.orchestra.run.trial006.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:49:27.466 INFO:teuthology.orchestra.run.trial006.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T04:49:27.468 INFO:teuthology.orchestra.run.trial006.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T04:49:27.483 INFO:teuthology.orchestra.run.trial047.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:49:27.483 INFO:teuthology.orchestra.run.trial047.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:49:27.484 INFO:teuthology.orchestra.run.trial047.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:49:27.484 INFO:teuthology.orchestra.run.trial047.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T04:49:27.484 INFO:teuthology.orchestra.run.trial047.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T04:49:27.487 INFO:teuthology.orchestra.run.trial047.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T04:49:27.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T04:49:27.505 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T04:49:27.505 DEBUG:teuthology.orchestra.run.trial006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T04:49:27.534 DEBUG:teuthology.orchestra.run.trial047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T04:49:27.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T04:49:27.572 DEBUG:teuthology.orchestra.run.trial006:> 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-18T04:49:27.576 DEBUG:teuthology.orchestra.run.trial047:> 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-18T04:49:27.596 INFO:teuthology.orchestra.run.trial006.stdout:kernel.core_pattern = core 2026-02-18T04:49:27.624 INFO:teuthology.orchestra.run.trial047.stdout:kernel.core_pattern = core 2026-02-18T04:49:27.637 DEBUG:teuthology.orchestra.run.trial006:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T04:49:27.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:27.663 DEBUG:teuthology.orchestra.run.trial047:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T04:49:27.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:27.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T04:49:27.710 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T04:49:27.712 DEBUG:teuthology.misc:Transferring archived files from trial006:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54656/remote/trial006 2026-02-18T04:49:27.714 DEBUG:teuthology.orchestra.run.trial006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T04:49:27.752 DEBUG:teuthology.misc:Transferring archived files from trial047:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54656/remote/trial047 2026-02-18T04:49:27.753 DEBUG:teuthology.orchestra.run.trial047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T04:49:27.786 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T04:49:27.786 DEBUG:teuthology.orchestra.run.trial006:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T04:49:27.788 DEBUG:teuthology.orchestra.run.trial047:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T04:49:27.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T04:49:27.864 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T04:49:27.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T04:49:27.881 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T04:49:27.881 DEBUG:teuthology.orchestra.run.trial006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T04:49:27.884 DEBUG:teuthology.orchestra.run.trial047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T04:49:27.899 INFO:teuthology.orchestra.run.trial006.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 04:49 /home/ubuntu/cephtest 2026-02-18T04:49:27.899 INFO:teuthology.orchestra.run.trial006.stdout: 786930 4 -rw-r--r-- 1 ubuntu ubuntu 14 Feb 18 04:49 /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:27.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:49:27.901 INFO:teuthology.orchestra.run.trial006.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-18T04:49:27.901 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 160, in run_tasks suppress = manager.__exit__(*exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/task/internal/__init__.py", line 53, in base run.wait( 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 trial006 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-18T04:49:27.903 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T04:49:27.920 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T04:49:27.936 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on trial006 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-18T04:49:27.941 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/18.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 90.78354263305664 failure_reason: 'Command failed on trial006 with status 1: ''test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm''' owner: scheduled_yuriw@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-18T04:49:27.941 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T04:49:27.946 INFO:teuthology.orchestra.run.trial047.stdout: 786514 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 04:49 /home/ubuntu/cephtest 2026-02-18T04:49:27.946 INFO:teuthology.orchestra.run.trial047.stdout: 786930 4 -rw-r--r-- 1 ubuntu ubuntu 14 Feb 18 04:49 /home/ubuntu/cephtest/cephadm 2026-02-18T04:49:27.947 INFO:teuthology.orchestra.run.trial047.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-18T04:49:28.072 INFO:teuthology.run:FAIL