2026-02-21T19:56:46.273 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T19:56:46.288 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T19:56:46.368 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62875 branch: wip-adk3-testing-2026-02-12-2007 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/19.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false flavor: default job_id: '62875' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-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-adk3-testing-2026-02-12-2007 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: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk3-testing-2026-02-19-2000 sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 owner: scheduled_adking@soko04.front.sepia.ceph.com priority: 80 repo: https://git.ceph.com/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: 4054 sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk3-testing-2026-02-19-2000 suite_path: /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: 8f51c35bf854479dcc229046453f0066d563cfe5 targets: trial080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG0EKb4Sp35FSudSSzl1ranV3gsYhkj4DPxNEQoVSfM1jMv+dCYsZnZEnfFvzNbXeQ6B9cf/4r9Fi9gZu73NCgw= trial154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEXcQOmVDMtl9l1crR/3OGyDsyh14wYEpZKCMy2WLDKT484KGOwkJykMssgasXKq3Aojdg2Qo8ScNixjladDRlo= tasks: - cephadm: cephadm_branch: v19.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v19.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 - 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 - 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 - 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-21_19:52:04 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: adking verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 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-21T19:56:46.368 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa; will attempt to use it 2026-02-21T19:56:46.369 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks 2026-02-21T19:56:46.369 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T19:56:46.371 INFO:teuthology.task.internal:Checking packages... 2026-02-21T19:56:46.371 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01' 2026-02-21T19:56:46.371 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T19:56:46.371 INFO:teuthology.packaging:ref: None 2026-02-21T19:56:46.371 INFO:teuthology.packaging:tag: None 2026-02-21T19:56:46.371 INFO:teuthology.packaging:branch: wip-adk3-testing-2026-02-12-2007 2026-02-21T19:56:46.371 INFO:teuthology.packaging:sha1: 042df16cd9ee8a8df553b188fef8a8c4a9e7ab01 2026-02-21T19:56:46.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk3-testing-2026-02-12-2007 2026-02-21T19:56:46.489 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5291.g042df16c 2026-02-21T19:56:46.490 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T19:56:46.502 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T19:56:46.502 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T19:56:46.516 INFO:teuthology.task.internal:Saving configuration 2026-02-21T19:56:46.529 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T19:56:46.541 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T19:56:46.619 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial080.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62875', '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-21 19:52:55.950797', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG0EKb4Sp35FSudSSzl1ranV3gsYhkj4DPxNEQoVSfM1jMv+dCYsZnZEnfFvzNbXeQ6B9cf/4r9Fi9gZu73NCgw='} 2026-02-21T19:56:46.675 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial154.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62875', '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-21 19:52:55.951328', 'locked_by': 'scheduled_adking@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEXcQOmVDMtl9l1crR/3OGyDsyh14wYEpZKCMy2WLDKT484KGOwkJykMssgasXKq3Aojdg2Qo8ScNixjladDRlo='} 2026-02-21T19:56:46.675 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T19:56:46.686 INFO:teuthology.task.internal:roles: ubuntu@trial080.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2026-02-21T19:56:46.686 INFO:teuthology.task.internal:roles: ubuntu@trial154.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2026-02-21T19:56:46.686 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T19:56:46.814 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x72886f987920>, signals=[15]) 2026-02-21T19:56:46.814 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T19:56:46.826 INFO:teuthology.task.internal:Opening connections... 2026-02-21T19:56:46.826 DEBUG:teuthology.task.internal:connecting to ubuntu@trial080.front.sepia.ceph.com 2026-02-21T19:56:46.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T19:56:46.895 DEBUG:teuthology.task.internal:connecting to ubuntu@trial154.front.sepia.ceph.com 2026-02-21T19:56:46.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T19:56:46.957 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T19:56:46.969 DEBUG:teuthology.orchestra.run.trial080:> uname -m 2026-02-21T19:56:46.991 INFO:teuthology.orchestra.run.trial080.stdout:x86_64 2026-02-21T19:56:46.991 DEBUG:teuthology.orchestra.run.trial080:> cat /etc/os-release 2026-02-21T19:56:47.046 INFO:teuthology.orchestra.run.trial080.stdout:NAME="CentOS Stream" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:VERSION="9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:ID="centos" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:ID_LIKE="rhel fedora" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:VERSION_ID="9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:PLATFORM_ID="platform:el9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:ANSI_COLOR="0;31" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:LOGO="fedora-logo-icon" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:HOME_URL="https://centos.org/" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T19:56:47.047 INFO:teuthology.orchestra.run.trial080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T19:56:47.047 INFO:teuthology.lock.ops:Updating trial080.front.sepia.ceph.com on lock server 2026-02-21T19:56:47.113 DEBUG:teuthology.orchestra.run.trial154:> uname -m 2026-02-21T19:56:47.128 INFO:teuthology.orchestra.run.trial154.stdout:x86_64 2026-02-21T19:56:47.128 DEBUG:teuthology.orchestra.run.trial154:> cat /etc/os-release 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:NAME="CentOS Stream" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:VERSION="9" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:ID="centos" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:ID_LIKE="rhel fedora" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:VERSION_ID="9" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:PLATFORM_ID="platform:el9" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:ANSI_COLOR="0;31" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:LOGO="fedora-logo-icon" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:HOME_URL="https://centos.org/" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T19:56:47.183 INFO:teuthology.orchestra.run.trial154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T19:56:47.184 INFO:teuthology.orchestra.run.trial154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T19:56:47.184 INFO:teuthology.lock.ops:Updating trial154.front.sepia.ceph.com on lock server 2026-02-21T19:56:47.253 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T19:56:47.263 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T19:56:47.274 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T19:56:47.274 DEBUG:teuthology.orchestra.run.trial080:> test '!' -e /home/ubuntu/cephtest 2026-02-21T19:56:47.275 DEBUG:teuthology.orchestra.run.trial154:> test '!' -e /home/ubuntu/cephtest 2026-02-21T19:56:47.290 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T19:56:47.302 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T19:56:47.302 DEBUG:teuthology.orchestra.run.trial080:> test -z $(ls -A /var/lib/ceph) 2026-02-21T19:56:47.330 DEBUG:teuthology.orchestra.run.trial154:> test -z $(ls -A /var/lib/ceph) 2026-02-21T19:56:47.347 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T19:56:47.499 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T19:56:47.520 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T19:56:47.520 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-21T19:56:47.520 DEBUG:teuthology.orchestra.run.trial080:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T19:56:47.520 DEBUG:teuthology.orchestra.run.trial154:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T19:56:47.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T19:56:47.535 DEBUG:teuthology.orchestra.run.trial154:> uname -r 2026-02-21T19:56:47.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T19:56:47.535 DEBUG:teuthology.orchestra.run.trial080:> uname -r 2026-02-21T19:56:47.590 INFO:teuthology.orchestra.run.trial154.stdout:5.14.0-681.el9.x86_64 2026-02-21T19:56:47.590 INFO:teuthology.task.kernel:Running kernel on trial154: 5.14.0-681.el9.x86_64 2026-02-21T19:56:47.590 DEBUG:teuthology.orchestra.run.trial154:> sudo yum install -y kernel 2026-02-21T19:56:47.591 INFO:teuthology.orchestra.run.trial080.stdout:5.14.0-681.el9.x86_64 2026-02-21T19:56:47.591 INFO:teuthology.task.kernel:Running kernel on trial080: 5.14.0-681.el9.x86_64 2026-02-21T19:56:47.591 DEBUG:teuthology.orchestra.run.trial080:> sudo yum install -y kernel 2026-02-21T19:56:48.231 INFO:teuthology.orchestra.run.trial080.stdout:CentOS Stream 9 - BaseOS 35 MB/s | 8.9 MB 00:00 2026-02-21T19:56:48.642 INFO:teuthology.orchestra.run.trial154.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-21T19:56:51.496 INFO:teuthology.orchestra.run.trial080.stdout:CentOS Stream 9 - AppStream 9.8 MB/s | 27 MB 00:02 2026-02-21T19:56:56.316 INFO:teuthology.orchestra.run.trial080.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 7.8 MB 00:02 2026-02-21T19:56:57.157 INFO:teuthology.orchestra.run.trial080.stdout:CentOS Stream 9 - Extras packages 187 kB/s | 20 kB 00:00 2026-02-21T19:57:03.386 INFO:teuthology.orchestra.run.trial080.stdout:Extra Packages for Enterprise Linux 3.3 MB/s | 20 MB 00:06 2026-02-21T19:57:06.611 INFO:teuthology.orchestra.run.trial080.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-21T19:57:07.615 INFO:teuthology.orchestra.run.trial080.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T19:57:07.616 INFO:teuthology.orchestra.run.trial080.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T19:57:07.634 INFO:teuthology.orchestra.run.trial080.stdout:Dependencies resolved. 2026-02-21T19:57:07.635 INFO:teuthology.orchestra.run.trial080.stdout:Nothing to do. 2026-02-21T19:57:07.635 INFO:teuthology.orchestra.run.trial080.stdout:Complete! 2026-02-21T19:57:07.658 DEBUG:teuthology.orchestra.run.trial080:> echo no | sudo yum reinstall kernel || true 2026-02-21T19:57:07.957 INFO:teuthology.orchestra.run.trial080.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Feb 2026 07:57:06 PM UTC. 2026-02-21T19:57:08.037 INFO:teuthology.orchestra.run.trial080.stdout:Dependencies resolved. 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout: Package Architecture Version Repository Size 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout:Reinstalling: 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout:Transaction Summary 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.038 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:08.039 INFO:teuthology.orchestra.run.trial080.stdout:Total download size: 803 k 2026-02-21T19:57:08.039 INFO:teuthology.orchestra.run.trial080.stdout:Installed size: 0 2026-02-21T19:57:08.039 INFO:teuthology.orchestra.run.trial080.stderr:Operation aborted. 2026-02-21T19:57:08.057 INFO:teuthology.orchestra.run.trial080.stdout:Is this ok [y/N]: 2026-02-21T19:57:08.057 DEBUG:teuthology.orchestra.run.trial080:> sudo yum reinstall -y kernel || true 2026-02-21T19:57:08.357 INFO:teuthology.orchestra.run.trial080.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 07:57:06 PM UTC. 2026-02-21T19:57:08.435 INFO:teuthology.orchestra.run.trial080.stdout:Dependencies resolved. 2026-02-21T19:57:08.436 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.436 INFO:teuthology.orchestra.run.trial080.stdout: Package Architecture Version Repository Size 2026-02-21T19:57:08.436 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:Reinstalling: 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:Transaction Summary 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:================================================================================ 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:Total download size: 803 k 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:Installed size: 0 2026-02-21T19:57:08.437 INFO:teuthology.orchestra.run.trial080.stdout:Downloading Packages: 2026-02-21T19:57:08.769 INFO:teuthology.orchestra.run.trial080.stdout:kernel-5.14.0-681.el9.x86_64.rpm 10 MB/s | 803 kB 00:00 2026-02-21T19:57:08.770 INFO:teuthology.orchestra.run.trial080.stdout:-------------------------------------------------------------------------------- 2026-02-21T19:57:08.770 INFO:teuthology.orchestra.run.trial080.stdout:Total 2.4 MB/s | 803 kB 00:00 2026-02-21T19:57:08.780 INFO:teuthology.orchestra.run.trial080.stdout:Running transaction check 2026-02-21T19:57:08.813 INFO:teuthology.orchestra.run.trial080.stdout:Transaction check succeeded. 2026-02-21T19:57:08.813 INFO:teuthology.orchestra.run.trial080.stdout:Running transaction test 2026-02-21T19:57:08.818 INFO:teuthology.orchestra.run.trial080.stdout:Transaction test succeeded. 2026-02-21T19:57:08.818 INFO:teuthology.orchestra.run.trial080.stdout:Running transaction 2026-02-21T19:57:08.841 INFO:teuthology.orchestra.run.trial080.stdout: Preparing : 1/1 2026-02-21T19:57:08.845 INFO:teuthology.orchestra.run.trial080.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T19:57:08.845 INFO:teuthology.orchestra.run.trial080.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:08.956 INFO:teuthology.orchestra.run.trial080.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:08.956 INFO:teuthology.orchestra.run.trial080.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T19:57:09.010 INFO:teuthology.orchestra.run.trial080.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:09.010 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:09.010 INFO:teuthology.orchestra.run.trial080.stdout:Reinstalled: 2026-02-21T19:57:09.011 INFO:teuthology.orchestra.run.trial080.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T19:57:09.011 INFO:teuthology.orchestra.run.trial080.stdout: 2026-02-21T19:57:09.011 INFO:teuthology.orchestra.run.trial080.stdout:Complete! 2026-02-21T19:57:09.038 DEBUG:teuthology.orchestra.run.trial080:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T19:57:09.063 INFO:teuthology.orchestra.run.trial080.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T19:57:09.064 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T19:57:09.064 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T19:57:09.064 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T19:57:09.064 DEBUG:teuthology.orchestra.run.trial080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T19:57:09.128 INFO:teuthology.orchestra.run.trial080.stdout:ttyS1 2026-02-21T19:57:09.149 DEBUG:teuthology.parallel:result is None 2026-02-21T19:57:16.046 INFO:teuthology.orchestra.run.trial154.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 27 MB 00:26 2026-02-21T19:57:19.439 INFO:teuthology.orchestra.run.trial154.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-21T19:57:20.400 INFO:teuthology.orchestra.run.trial154.stdout:CentOS Stream 9 - Extras packages 89 kB/s | 20 kB 00:00 2026-02-21T19:57:21.795 INFO:teuthology.orchestra.run.trial154.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2026-02-21T19:57:24.981 INFO:teuthology.orchestra.run.trial154.stdout:lab-extras 879 kB/s | 50 kB 00:00 2026-02-21T19:57:25.994 INFO:teuthology.orchestra.run.trial154.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T19:57:25.994 INFO:teuthology.orchestra.run.trial154.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T19:57:26.013 INFO:teuthology.orchestra.run.trial154.stdout:Dependencies resolved. 2026-02-21T19:57:26.013 INFO:teuthology.orchestra.run.trial154.stdout:Nothing to do. 2026-02-21T19:57:26.013 INFO:teuthology.orchestra.run.trial154.stdout:Complete! 2026-02-21T19:57:26.036 DEBUG:teuthology.orchestra.run.trial154:> echo no | sudo yum reinstall kernel || true 2026-02-21T19:57:26.338 INFO:teuthology.orchestra.run.trial154.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 07:57:24 PM UTC. 2026-02-21T19:57:26.417 INFO:teuthology.orchestra.run.trial154.stdout:Dependencies resolved. 2026-02-21T19:57:26.419 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.419 INFO:teuthology.orchestra.run.trial154.stdout: Package Architecture Version Repository Size 2026-02-21T19:57:26.419 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.419 INFO:teuthology.orchestra.run.trial154.stdout:Reinstalling: 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout:Transaction Summary 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:26.420 INFO:teuthology.orchestra.run.trial154.stdout:Total download size: 803 k 2026-02-21T19:57:26.421 INFO:teuthology.orchestra.run.trial154.stdout:Installed size: 0 2026-02-21T19:57:26.421 INFO:teuthology.orchestra.run.trial154.stderr:Operation aborted. 2026-02-21T19:57:26.439 INFO:teuthology.orchestra.run.trial154.stdout:Is this ok [y/N]: 2026-02-21T19:57:26.440 DEBUG:teuthology.orchestra.run.trial154:> sudo yum reinstall -y kernel || true 2026-02-21T19:57:26.738 INFO:teuthology.orchestra.run.trial154.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 07:57:24 PM UTC. 2026-02-21T19:57:26.817 INFO:teuthology.orchestra.run.trial154.stdout:Dependencies resolved. 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout: Package Architecture Version Repository Size 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout:Reinstalling: 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:26.818 INFO:teuthology.orchestra.run.trial154.stdout:Transaction Summary 2026-02-21T19:57:26.819 INFO:teuthology.orchestra.run.trial154.stdout:================================================================================ 2026-02-21T19:57:26.819 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:26.819 INFO:teuthology.orchestra.run.trial154.stdout:Total download size: 803 k 2026-02-21T19:57:26.819 INFO:teuthology.orchestra.run.trial154.stdout:Installed size: 0 2026-02-21T19:57:26.819 INFO:teuthology.orchestra.run.trial154.stdout:Downloading Packages: 2026-02-21T19:57:26.916 INFO:teuthology.orchestra.run.trial154.stdout:kernel-5.14.0-681.el9.x86_64.rpm 21 MB/s | 803 kB 00:00 2026-02-21T19:57:26.917 INFO:teuthology.orchestra.run.trial154.stdout:-------------------------------------------------------------------------------- 2026-02-21T19:57:26.917 INFO:teuthology.orchestra.run.trial154.stdout:Total 8.0 MB/s | 803 kB 00:00 2026-02-21T19:57:26.926 INFO:teuthology.orchestra.run.trial154.stdout:Running transaction check 2026-02-21T19:57:26.960 INFO:teuthology.orchestra.run.trial154.stdout:Transaction check succeeded. 2026-02-21T19:57:26.960 INFO:teuthology.orchestra.run.trial154.stdout:Running transaction test 2026-02-21T19:57:26.965 INFO:teuthology.orchestra.run.trial154.stdout:Transaction test succeeded. 2026-02-21T19:57:26.965 INFO:teuthology.orchestra.run.trial154.stdout:Running transaction 2026-02-21T19:57:26.989 INFO:teuthology.orchestra.run.trial154.stdout: Preparing : 1/1 2026-02-21T19:57:26.992 INFO:teuthology.orchestra.run.trial154.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T19:57:26.993 INFO:teuthology.orchestra.run.trial154.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:27.100 INFO:teuthology.orchestra.run.trial154.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:27.100 INFO:teuthology.orchestra.run.trial154.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T19:57:27.153 INFO:teuthology.orchestra.run.trial154.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T19:57:27.153 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:27.153 INFO:teuthology.orchestra.run.trial154.stdout:Reinstalled: 2026-02-21T19:57:27.153 INFO:teuthology.orchestra.run.trial154.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T19:57:27.153 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-21T19:57:27.154 INFO:teuthology.orchestra.run.trial154.stdout:Complete! 2026-02-21T19:57:27.181 DEBUG:teuthology.orchestra.run.trial154:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T19:57:27.203 INFO:teuthology.orchestra.run.trial154.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T19:57:27.204 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T19:57:27.204 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T19:57:27.204 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T19:57:27.204 DEBUG:teuthology.orchestra.run.trial154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T19:57:27.268 INFO:teuthology.orchestra.run.trial154.stdout:ttyS1 2026-02-21T19:57:27.298 DEBUG:teuthology.parallel:result is None 2026-02-21T19:57:27.298 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T19:57:27.309 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T19:57:27.310 DEBUG:teuthology.orchestra.run.trial080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T19:57:27.313 DEBUG:teuthology.orchestra.run.trial154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T19:57:27.354 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T19:57:27.366 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T19:57:27.379 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T19:57:27.379 DEBUG:teuthology.orchestra.run.trial080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T19:57:27.381 DEBUG:teuthology.orchestra.run.trial154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T19:57:27.416 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T19:57:27.427 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T19:57:27.427 DEBUG:teuthology.orchestra.run.trial080:> 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-21T19:57:27.437 DEBUG:teuthology.orchestra.run.trial154:> 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-21T19:57:27.459 INFO:teuthology.orchestra.run.trial080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T19:57:27.467 INFO:teuthology.orchestra.run.trial080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T19:57:27.478 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T19:57:27.487 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T19:57:27.489 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T19:57:27.501 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T19:57:27.502 DEBUG:teuthology.orchestra.run.trial080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T19:57:27.511 DEBUG:teuthology.orchestra.run.trial154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T19:57:27.554 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T19:57:27.571 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T19:57:27.571 DEBUG:teuthology.orchestra.run.trial080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T19:57:27.576 DEBUG:teuthology.orchestra.run.trial154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T19:57:27.611 DEBUG:teuthology.orchestra.run.trial080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T19:57:27.754 DEBUG:teuthology.orchestra.run.trial080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T19:57:27.779 DEBUG:teuthology.orchestra.run.trial080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T19:57:27.936 DEBUG:teuthology.orchestra.run.trial080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T19:57:27.960 DEBUG:teuthology.orchestra.run.trial080:> set -ex 2026-02-21T19:57:27.960 DEBUG:teuthology.orchestra.run.trial080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T19:57:28.025 DEBUG:teuthology.orchestra.run.trial154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T19:57:28.137 DEBUG:teuthology.orchestra.run.trial154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T19:57:28.163 DEBUG:teuthology.orchestra.run.trial154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T19:57:28.295 DEBUG:teuthology.orchestra.run.trial154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T19:57:28.321 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-21T19:57:28.321 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T19:57:28.384 DEBUG:teuthology.orchestra.run.trial080:> sudo service rsyslog restart 2026-02-21T19:57:28.387 DEBUG:teuthology.orchestra.run.trial154:> sudo service rsyslog restart 2026-02-21T19:57:28.414 INFO:teuthology.orchestra.run.trial080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T19:57:28.454 INFO:teuthology.orchestra.run.trial154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T19:57:28.888 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T19:57:28.900 INFO:teuthology.task.internal:Starting timer... 2026-02-21T19:57:28.900 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T19:57:28.922 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T19:57:28.940 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-21T19:57:28.940 DEBUG:teuthology.orchestra.run.trial080:> sudo service auditd rotate 2026-02-21T19:57:28.969 INFO:teuthology.orchestra.run.trial080.stdout:Rotating logs: 2026-02-21T19:57:28.971 DEBUG:teuthology.orchestra.run.trial154:> sudo service auditd rotate 2026-02-21T19:57:29.001 INFO:teuthology.orchestra.run.trial154.stdout:Rotating logs: 2026-02-21T19:57:29.003 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T19:57:29.004 DEBUG:teuthology.orchestra.run.trial080:> /usr/sbin/getenforce 2026-02-21T19:57:29.027 INFO:teuthology.orchestra.run.trial080.stdout:Permissive 2026-02-21T19:57:29.028 DEBUG:teuthology.orchestra.run.trial154:> /usr/sbin/getenforce 2026-02-21T19:57:29.059 INFO:teuthology.orchestra.run.trial154.stdout:Permissive 2026-02-21T19:57:29.060 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial080.front.sepia.ceph.com': 'permissive', 'ubuntu@trial154.front.sepia.ceph.com': 'permissive'} 2026-02-21T19:57:29.060 DEBUG:teuthology.orchestra.run.trial080:> 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-21T19:57:29.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T19:57:29.093 DEBUG:teuthology.orchestra.run.trial154:> 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-21T19:57:29.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T19:57:29.124 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T19:57:29.124 DEBUG:teuthology.orchestra.run.trial080:> sudo /usr/sbin/setenforce permissive 2026-02-21T19:57:29.157 DEBUG:teuthology.orchestra.run.trial154:> sudo /usr/sbin/setenforce permissive 2026-02-21T19:57:29.191 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T19:57:29.207 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T19:57:29.220 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-21T19:57:29.222 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial080.front.sepia.ceph.com,trial154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T20:00:02.950 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial080.front.sepia.ceph.com'), Remote(name='ubuntu@trial154.front.sepia.ceph.com')] 2026-02-21T20:00:02.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial080.front.sepia.ceph.com' 2026-02-21T20:00:02.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:03.029 DEBUG:teuthology.orchestra.run.trial080:> true 2026-02-21T20:00:03.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial080.front.sepia.ceph.com' 2026-02-21T20:00:03.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial154.front.sepia.ceph.com' 2026-02-21T20:00:03.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T20:00:03.193 DEBUG:teuthology.orchestra.run.trial154:> true 2026-02-21T20:00:03.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial154.front.sepia.ceph.com' 2026-02-21T20:00:03.270 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T20:00:03.283 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T20:00:03.283 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:00:03.284 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:03.286 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T20:00:03.286 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:03.312 INFO:teuthology.orchestra.run.trial080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:00:03.325 INFO:teuthology.orchestra.run.trial080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:00:03.337 INFO:teuthology.orchestra.run.trial154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T20:00:03.346 INFO:teuthology.orchestra.run.trial080.stderr:sudo: ntpd: command not found 2026-02-21T20:00:03.348 INFO:teuthology.orchestra.run.trial154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T20:00:03.356 INFO:teuthology.orchestra.run.trial080.stdout:506 Cannot talk to daemon 2026-02-21T20:00:03.368 INFO:teuthology.orchestra.run.trial080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:00:03.368 INFO:teuthology.orchestra.run.trial154.stderr:sudo: ntpd: command not found 2026-02-21T20:00:03.378 INFO:teuthology.orchestra.run.trial154.stdout:506 Cannot talk to daemon 2026-02-21T20:00:03.379 INFO:teuthology.orchestra.run.trial080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:00:03.389 INFO:teuthology.orchestra.run.trial154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T20:00:03.401 INFO:teuthology.orchestra.run.trial154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T20:00:03.425 INFO:teuthology.orchestra.run.trial080.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:=============================================================================== 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:^? 144.202.62.209.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:^? space.aja.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:^? ntp2.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.427 INFO:teuthology.orchestra.run.trial080.stdout:^? 144.202.41.38.vultruserc> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.445 INFO:teuthology.orchestra.run.trial154.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:=============================================================================== 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:^? s2-a.time.mci1.us.rozint> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:^? time.trtnw.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:^? vps-lga1.orleans.ddnss.de 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.447 INFO:teuthology.orchestra.run.trial154.stdout:^? 66.42.71.197.vultruserco> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:03.448 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T20:00:03.539 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v19.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v19.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': '042df16cd9ee8a8df553b188fef8a8c4a9e7ab01'} 2026-02-21T20:00:03.539 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v19.2.0 2026-02-21T20:00:03.541 INFO:tasks.cephadm:Cluster fsid is e949310a-0f5f-11f1-b7bf-d404e6e7d460 2026-02-21T20:00:03.541 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T20:00:03.541 INFO:tasks.cephadm:No mon roles; fabricating mons 2026-02-21T20:00:03.541 INFO:tasks.cephadm:Monitor IPs: {'mon.trial080': '10.20.193.80', 'mon.trial154': '10.20.193.154'} 2026-02-21T20:00:03.541 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T20:00:03.541 DEBUG:teuthology.orchestra.run.trial080:> sudo hostname $(hostname -s) 2026-02-21T20:00:03.568 DEBUG:teuthology.orchestra.run.trial154:> sudo hostname $(hostname -s) 2026-02-21T20:00:03.594 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v19.2.0)... 2026-02-21T20:00:03.595 DEBUG:teuthology.orchestra.run.trial080:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v19.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:03.893 INFO:teuthology.orchestra.run.trial080.stdout:-rw-r--r--. 1 ubuntu ubuntu 14 Feb 21 20:00 /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:03.893 DEBUG:teuthology.orchestra.run.trial154:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v19.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:03.939 INFO:teuthology.orchestra.run.trial154.stdout:-rw-r--r--. 1 ubuntu ubuntu 14 Feb 21 20:00 /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:03.939 DEBUG:teuthology.orchestra.run.trial080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:03.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:03.958 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_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 153, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 248, 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 trial080 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-21T20:00:03.962 INFO:tasks.cephadm:Teardown complete 2026-02-21T20:00:03.962 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_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 2017, 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_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 153, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_adk3798_ceph_8f51c35bf854479dcc229046453f0066d563cfe5/qa/tasks/cephadm.py", line 248, 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 trial080 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-21T20:00:03.964 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T20:00:03.980 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T20:00:03.997 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T20:00:03.997 DEBUG:teuthology.orchestra.run.trial080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:00:04.001 DEBUG:teuthology.orchestra.run.trial154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T20:00:04.013 INFO:teuthology.orchestra.run.trial080.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:=============================================================================== 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:^? 144.202.62.209.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:^? space.aja.com 2 6 1 1 -157us[ -157us] +/- 77ms 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:^? ntp2.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:04.016 INFO:teuthology.orchestra.run.trial080.stdout:^? 144.202.41.38.vultruserc> 2 6 1 1 +536us[ +536us] +/- 38ms 2026-02-21T20:00:04.017 INFO:teuthology.orchestra.run.trial154.stderr:bash: line 1: ntpq: command not found 2026-02-21T20:00:04.019 INFO:teuthology.orchestra.run.trial154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T20:00:04.020 INFO:teuthology.orchestra.run.trial154.stdout:=============================================================================== 2026-02-21T20:00:04.020 INFO:teuthology.orchestra.run.trial154.stdout:^? s2-a.time.mci1.us.rozint> 2 6 1 1 -2478us[-2478us] +/- 24ms 2026-02-21T20:00:04.020 INFO:teuthology.orchestra.run.trial154.stdout:^? time.trtnw.net 2 6 1 1 -3451us[-3451us] +/- 33ms 2026-02-21T20:00:04.020 INFO:teuthology.orchestra.run.trial154.stdout:^? vps-lga1.orleans.ddnss.de 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:04.020 INFO:teuthology.orchestra.run.trial154.stdout:^? 66.42.71.197.vultruserco> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T20:00:04.020 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T20:00:04.031 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T20:00:04.031 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T20:00:04.044 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:04.105 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:04.155 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:04.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:04.182 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:04.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:04.205 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T20:00:04.218 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T20:00:04.232 INFO:teuthology.task.internal:Duration was 155.332391 seconds 2026-02-21T20:00:04.233 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T20:00:04.244 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T20:00:04.244 DEBUG:teuthology.orchestra.run.trial080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:00:04.246 DEBUG:teuthology.orchestra.run.trial154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T20:00:04.281 INFO:teuthology.orchestra.run.trial080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:04.281 INFO:teuthology.orchestra.run.trial154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T20:00:04.455 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T20:00:04.455 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial080.front.sepia.ceph.com 2026-02-21T20:00:04.455 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:04.513 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial154.front.sepia.ceph.com 2026-02-21T20:00:04.513 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:04.531 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T20:00:04.531 DEBUG:teuthology.orchestra.run.trial080:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:00:04.555 DEBUG:teuthology.orchestra.run.trial154:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:00:04.629 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T20:00:04.629 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:04.631 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:04.651 INFO:teuthology.orchestra.run.trial080.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:04.652 INFO:teuthology.orchestra.run.trial080.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:04.652 INFO:teuthology.orchestra.run.trial080.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:00:04.652 INFO:teuthology.orchestra.run.trial080.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:00:04.652 INFO:teuthology.orchestra.run.trial080.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:00:04.654 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T20:00:04.654 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T20:00:04.654 INFO:teuthology.orchestra.run.trial154.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T20:00:04.654 INFO:teuthology.orchestra.run.trial154.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T20:00:04.655 INFO:teuthology.orchestra.run.trial154.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T20:00:04.662 INFO:teuthology.orchestra.run.trial080.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 80.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:00:04.664 INFO:teuthology.orchestra.run.trial154.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 80.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T20:00:04.666 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T20:00:04.678 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T20:00:04.678 DEBUG:teuthology.orchestra.run.trial080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:00:04.727 DEBUG:teuthology.orchestra.run.trial154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T20:00:04.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T20:00:04.764 DEBUG:teuthology.orchestra.run.trial080:> 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-21T20:00:04.769 DEBUG:teuthology.orchestra.run.trial154:> 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-21T20:00:04.790 INFO:teuthology.orchestra.run.trial080.stdout:kernel.core_pattern = core 2026-02-21T20:00:04.817 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern = core 2026-02-21T20:00:04.829 DEBUG:teuthology.orchestra.run.trial080:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:00:04.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:04.858 DEBUG:teuthology.orchestra.run.trial154:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T20:00:04.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:04.885 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T20:00:04.897 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T20:00:04.898 DEBUG:teuthology.misc:Transferring archived files from trial080:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62875/remote/trial080 2026-02-21T20:00:04.900 DEBUG:teuthology.orchestra.run.trial080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:00:04.931 DEBUG:teuthology.misc:Transferring archived files from trial154:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/adking-2026-02-21_19:52:04-orch:cephadm-wip-adk3-testing-2026-02-12-2007-distro-default-trial/62875/remote/trial154 2026-02-21T20:00:04.932 DEBUG:teuthology.orchestra.run.trial154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T20:00:04.964 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T20:00:04.964 DEBUG:teuthology.orchestra.run.trial080:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:04.967 DEBUG:teuthology.orchestra.run.trial154:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T20:00:05.018 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T20:00:05.031 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T20:00:05.032 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T20:00:05.042 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T20:00:05.042 DEBUG:teuthology.orchestra.run.trial080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:00:05.044 DEBUG:teuthology.orchestra.run.trial154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T20:00:05.058 INFO:teuthology.orchestra.run.trial080.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:00 /home/ubuntu/cephtest 2026-02-21T20:00:05.058 INFO:teuthology.orchestra.run.trial080.stdout: 917580 4 -rw-r--r-- 1 ubuntu ubuntu 14 Feb 21 20:00 /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:05.059 INFO:teuthology.orchestra.run.trial080.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-21T20:00:05.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T20:00:05.061 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 trial080 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-21T20:00:05.062 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T20:00:05.074 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T20:00:05.091 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on trial080 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-21T20:00:05.093 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/19.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 155.33239078521729 failure_reason: 'Command failed on trial080 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_adking@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-21T20:00:05.093 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T20:00:05.095 INFO:teuthology.orchestra.run.trial154.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 20:00 /home/ubuntu/cephtest 2026-02-21T20:00:05.096 INFO:teuthology.orchestra.run.trial154.stdout: 917580 4 -rw-r--r-- 1 ubuntu ubuntu 14 Feb 21 20:00 /home/ubuntu/cephtest/cephadm 2026-02-21T20:00:05.096 INFO:teuthology.orchestra.run.trial154.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-21T20:00:05.192 INFO:teuthology.run:FAIL