2024-03-21T20:55:05.093 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T20:55:05.093 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109 --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109/orig.config.yaml 2024-03-21T20:55:05.132 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T20:55:05.223 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7615109' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-21-1131 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\) sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 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: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKyjGQzrDVZrj0TV0rHRLKpNsn4Jj+ttyD2O7ZqjRmfDghh36evZQZ0xIibH93zxXqkesNTIC6MeBMYiUZklcU= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwKiJMiLgRGMFQz9UWX7tsTggSxujCW6F+hHzFCB0aeEGXZ1nEcRc0ec+bSyu0iQFgxcPLp3HCUMjRtT42FHmo= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_20:44:17 tube: smithi 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: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 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 2024-03-21T20:55:05.223 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T20:55:05.224 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T20:55:05.224 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T20:55:05.226 INFO:teuthology.task.internal:Checking packages... 2024-03-21T20:55:05.251 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T20:55:05.251 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T20:55:05.251 INFO:teuthology.packaging:ref: None 2024-03-21T20:55:05.251 INFO:teuthology.packaging:tag: None 2024-03-21T20:55:05.251 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T20:55:05.251 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T20:55:05.251 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T20:55:05.470 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286.g5d87ad5b 2024-03-21T20:55:05.472 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T20:55:05.479 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T20:55:05.479 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T20:55:05.606 INFO:teuthology.task.internal:Saving configuration 2024-03-21T20:55:05.621 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T20:55:05.636 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T20:55:05.661 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 20:50:12.236597', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKyjGQzrDVZrj0TV0rHRLKpNsn4Jj+ttyD2O7ZqjRmfDghh36evZQZ0xIibH93zxXqkesNTIC6MeBMYiUZklcU='} 2024-03-21T20:55:05.683 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 20:50:12.234872', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwKiJMiLgRGMFQz9UWX7tsTggSxujCW6F+hHzFCB0aeEGXZ1nEcRc0ec+bSyu0iQFgxcPLp3HCUMjRtT42FHmo='} 2024-03-21T20:55:05.683 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T20:55:05.689 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-03-21T20:55:05.689 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-03-21T20:55:05.689 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T20:55:05.789 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc646395f70>, signals=[15]) 2024-03-21T20:55:05.790 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T20:55:05.796 INFO:teuthology.task.internal:Opening connections... 2024-03-21T20:55:05.798 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-03-21T20:55:05.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:55:05.898 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-03-21T20:55:05.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:55:05.988 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T20:55:05.995 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-03-21T20:55:06.015 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-03-21T20:55:06.015 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-03-21T20:55:06.072 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2024-03-21T20:55:06.072 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="9" 2024-03-21T20:55:06.072 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="9" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el9" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:LOGO="fedora-logo-icon" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T20:55:06.073 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T20:55:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T20:55:06.075 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-03-21T20:55:06.097 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-03-21T20:55:06.115 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-03-21T20:55:06.115 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="9" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="9" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el9" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:LOGO="fedora-logo-icon" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2024-03-21T20:55:06.172 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T20:55:06.173 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T20:55:06.173 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T20:55:06.173 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-03-21T20:55:06.198 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T20:55:06.207 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T20:55:06.229 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T20:55:06.229 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-03-21T20:55:06.236 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-03-21T20:55:06.253 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T20:55:06.260 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T20:55:06.260 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-03-21T20:55:06.292 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-03-21T20:55:06.316 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T20:55:06.365 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T20:55:06.383 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T20:55:06.383 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T20:55:06.383 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T20:55:06.384 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T20:55:06.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:55:06.400 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-21T20:55:06.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:55:06.401 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-03-21T20:55:06.456 INFO:teuthology.orchestra.run.smithi179.stdout:5.14.0-361.el9.x86_64 2024-03-21T20:55:06.456 INFO:teuthology.task.kernel:Running kernel on smithi179: 5.14.0-361.el9.x86_64 2024-03-21T20:55:06.457 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2024-03-21T20:55:06.458 INFO:teuthology.orchestra.run.smithi080.stdout:5.14.0-361.el9.x86_64 2024-03-21T20:55:06.458 INFO:teuthology.task.kernel:Running kernel on smithi080: 5.14.0-361.el9.x86_64 2024-03-21T20:55:06.458 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2024-03-21T20:55:09.059 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS-9 - AppStream 7.2 MB/s | 6.7 MB 00:00 2024-03-21T20:55:09.241 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - AppStream 6.6 MB/s | 6.7 MB 00:01 2024-03-21T20:55:10.434 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-03-21T20:55:10.849 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS-9 - BaseOS 4.1 MB/s | 2.0 MB 00:00 2024-03-21T20:55:11.366 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-03-21T20:55:13.260 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-03-21T20:55:15.756 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.0 MB 00:04 2024-03-21T20:55:17.177 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-21T20:55:18.536 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 16 kB 00:00 2024-03-21T20:55:19.874 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-03-21T20:55:24.805 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-03-21T20:55:26.929 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T20:55:26.929 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T20:55:27.016 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T20:55:27.021 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout:Install 4 Packages 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:55:27.022 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 76 M 2024-03-21T20:55:27.023 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 123 M 2024-03-21T20:55:27.023 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-03-21T20:55:27.357 INFO:teuthology.orchestra.run.smithi179.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 623 kB/s | 44 kB 00:00 2024-03-21T20:55:28.065 INFO:teuthology.orchestra.run.smithi179.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-03-21T20:55:28.774 INFO:teuthology.orchestra.run.smithi179.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 22 MB/s | 33 MB 00:01 2024-03-21T20:55:29.041 INFO:teuthology.orchestra.run.smithi179.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 16 MB/s | 27 MB 00:01 2024-03-21T20:55:29.041 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-03-21T20:55:29.041 INFO:teuthology.orchestra.run.smithi179.stdout:Total 38 MB/s | 76 MB 00:02 2024-03-21T20:55:29.711 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-03-21T20:55:30.079 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-03-21T20:55:30.079 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-03-21T20:55:31.079 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-03-21T20:55:31.080 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-03-21T20:55:33.555 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-03-21T20:55:34.397 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T20:55:34.486 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:55:37.196 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:55:37.361 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:55:37.969 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - AppStream 911 kB/s | 19 MB 00:21 2024-03-21T20:55:41.995 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-21T20:55:42.044 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:55:42.145 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:55:43.637 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-03-21T20:55:45.749 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-03-21T20:55:46.886 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:55:50.721 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-03-21T20:55:52.744 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T20:55:52.745 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T20:55:52.833 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-03-21T20:55:52.841 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-03-21T20:55:52.841 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-03-21T20:55:52.841 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-03-21T20:55:52.841 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-03-21T20:55:52.841 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout:Install 4 Packages 2024-03-21T20:55:52.842 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:55:52.843 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 76 M 2024-03-21T20:55:52.843 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 123 M 2024-03-21T20:55:52.843 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-03-21T20:55:53.281 INFO:teuthology.orchestra.run.smithi080.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 274 kB/s | 44 kB 00:00 2024-03-21T20:55:54.289 INFO:teuthology.orchestra.run.smithi080.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 13 MB/s | 15 MB 00:01 2024-03-21T20:55:54.873 INFO:teuthology.orchestra.run.smithi080.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 17 MB/s | 27 MB 00:01 2024-03-21T20:55:55.181 INFO:teuthology.orchestra.run.smithi080.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 16 MB/s | 33 MB 00:02 2024-03-21T20:55:55.181 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-03-21T20:55:55.182 INFO:teuthology.orchestra.run.smithi080.stdout:Total 32 MB/s | 76 MB 00:02 2024-03-21T20:55:55.844 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-03-21T20:55:56.215 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-03-21T20:55:56.215 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-03-21T20:55:57.216 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-03-21T20:55:57.217 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-03-21T20:55:59.671 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-03-21T20:56:00.259 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T20:56:00.357 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:56:03.116 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:56:03.254 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:56:07.947 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:56:08.061 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:12.809 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:16.196 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:16.197 INFO:teuthology.orchestra.run.smithi179.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T20:56:16.197 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:56:16.241 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:16.672 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:16.672 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T20:56:16.672 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:56:16.672 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:56:17.103 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-03-21T20:56:17.428 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T20:56:17.523 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.523 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T20:56:17.523 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T20:56:17.523 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T20:56:17.523 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T20:56:17.524 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T20:56:17.524 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T20:56:17.524 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T20:56:17.603 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:17.603 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T20:56:17.604 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.06 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 68.el9 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Group : Unspecified 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 8264254 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2024-03-21T20:56:17.646 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : builder@centos.org 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2024-03-21T20:56:17.647 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-21T20:56:17.648 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T20:56:17.648 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T20:56:17.649 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 5.14.0-430.el9.x86_64 2024-03-21T20:56:17.649 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T20:56:18.272 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-03-21T20:56:19.587 INFO:teuthology.orchestra.run.smithi179.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T20:56:19.630 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-03-21T20:56:19.633 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-03-21T20:56:19.648 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.x5jDBM68XT 2024-03-21T20:56:19.649 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x5jDBM68XT 2024-03-21T20:56:19.717 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.x5jDBM68XT 2024-03-21T20:56:19.860 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.x5jDBM68XT is 6KB 2024-03-21T20:56:19.909 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.x5jDBM68XT 2024-03-21T20:56:19.923 DEBUG:teuthology.orchestra.run.smithi179:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T20:56:19.987 INFO:teuthology.orchestra.run.smithi179.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T20:56:19.987 INFO:teuthology.orchestra.run.smithi179.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T20:56:19.987 INFO:teuthology.orchestra.run.smithi179.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T20:56:19.987 INFO:teuthology.orchestra.run.smithi179.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T20:56:19.989 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T20:56:20.149 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-03-21T20:56:42.070 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:42.070 INFO:teuthology.orchestra.run.smithi080.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T20:56:42.071 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:56:42.114 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:42.534 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:42.534 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T20:56:42.534 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T20:56:42.534 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:56:42.904 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-03-21T20:56:43.240 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T20:56:43.343 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:43.344 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T20:56:43.344 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T20:56:43.344 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T20:56:43.344 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T20:56:43.344 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T20:56:43.344 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T20:56:43.345 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T20:56:43.424 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T20:56:43.424 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T20:56:43.424 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.06 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 68.el9 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2024-03-21T20:56:43.458 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Group : Unspecified 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 8264254 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : builder@centos.org 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:56:43.459 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T20:56:43.460 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T20:56:43.460 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T20:56:43.460 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2024-03-21T20:56:43.460 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-03-21T20:56:43.460 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T20:56:43.461 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T20:56:43.461 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 5.14.0-430.el9.x86_64 2024-03-21T20:56:43.461 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T20:56:44.060 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-03-21T20:56:45.433 INFO:teuthology.orchestra.run.smithi080.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T20:56:45.468 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-03-21T20:56:45.470 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-03-21T20:56:45.485 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.mYkhgNvJrl 2024-03-21T20:56:45.485 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mYkhgNvJrl 2024-03-21T20:56:45.554 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.mYkhgNvJrl 2024-03-21T20:56:45.687 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.mYkhgNvJrl is 6KB 2024-03-21T20:56:45.735 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.mYkhgNvJrl 2024-03-21T20:56:45.749 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T20:56:45.817 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T20:56:45.817 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T20:56:45.817 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T20:56:45.818 INFO:teuthology.orchestra.run.smithi080.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T20:56:45.819 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T20:56:45.976 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-03-21T20:56:50.154 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T20:56:50.154 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T20:56:50.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:57:08.642 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-21T20:57:15.987 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T20:57:15.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-03-21T20:57:15.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:57:17.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T20:57:17.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:58:16.045 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T20:58:17.649 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T20:58:25.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-03-21T20:58:25.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:58:25.382 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-03-21T20:58:25.801 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-03-21T20:58:25.802 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T20:58:25.802 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-03-21T20:58:25.816 INFO:teuthology.orchestra.run.smithi080.stdout:5.14.0-430.el9.x86_64 2024-03-21T20:58:25.816 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T20:58:25.816 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T20:58:25.816 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T20:58:26.817 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T20:58:26.818 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T20:58:26.892 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-03-21T20:58:26.939 DEBUG:teuthology.parallel:result is None 2024-03-21T20:58:29.649 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T20:58:29.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:58:30.003 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-21T20:58:30.385 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T20:58:30.385 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T20:58:30.385 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-21T20:58:30.401 INFO:teuthology.orchestra.run.smithi179.stdout:5.14.0-430.el9.x86_64 2024-03-21T20:58:30.401 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T20:58:30.401 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T20:58:30.401 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T20:58:31.402 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T20:58:31.402 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T20:58:31.489 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-03-21T20:58:31.529 DEBUG:teuthology.parallel:result is None 2024-03-21T20:58:31.529 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T20:58:31.536 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T20:58:31.536 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T20:58:31.539 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T20:58:31.557 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T20:58:31.580 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T20:58:31.630 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T20:58:31.630 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T20:58:31.632 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T20:58:31.663 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T20:58:31.680 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T20:58:31.680 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-03-21T20:58:31.701 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-03-21T20:58:31.727 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:58:31.740 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:58:31.743 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:58:31.757 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:58:31.759 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T20:58:31.766 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T20:58:31.766 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T20:58:31.783 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T20:58:31.829 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T20:58:31.837 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T20:58:31.838 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T20:58:31.850 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T20:58:31.885 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:58:31.944 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:58:31.999 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:58:32.080 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:58:32.123 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-03-21T20:58:32.123 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T20:58:32.190 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:58:32.235 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:58:32.289 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:58:32.373 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:58:32.416 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-21T20:58:32.416 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T20:58:32.484 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-03-21T20:58:32.486 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-03-21T20:58:32.536 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T20:58:32.576 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T20:58:32.916 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T20:58:32.923 INFO:teuthology.task.internal:Starting timer... 2024-03-21T20:58:32.924 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T20:58:32.967 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T20:58:33.015 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-03-21T20:58:33.015 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2024-03-21T20:58:33.083 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2024-03-21T20:58:33.085 DEBUG:teuthology.orchestra.run.smithi179:> sudo service auditd rotate 2024-03-21T20:58:33.144 INFO:teuthology.orchestra.run.smithi179.stdout:Rotating logs: 2024-03-21T20:58:33.146 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T20:58:33.146 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2024-03-21T20:58:33.181 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2024-03-21T20:58:33.181 DEBUG:teuthology.orchestra.run.smithi179:> /usr/sbin/getenforce 2024-03-21T20:58:33.205 INFO:teuthology.orchestra.run.smithi179.stdout:Permissive 2024-03-21T20:58:33.206 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi179.front.sepia.ceph.com': 'permissive'} 2024-03-21T20:58:33.206 DEBUG:teuthology.orchestra.run.smithi080:> 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 scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-03-21T20:58:33.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:58:33.249 DEBUG:teuthology.orchestra.run.smithi179:> 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 scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-03-21T20:58:33.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:58:33.277 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T20:58:33.277 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2024-03-21T20:58:33.324 DEBUG:teuthology.orchestra.run.smithi179:> sudo /usr/sbin/setenforce permissive 2024-03-21T20:58:33.358 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T20:58:33.368 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T20:58:33.385 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'}]}] 2024-03-21T20:58:33.386 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi080.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:02:47.378 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2024-03-21T21:02:47.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-03-21T21:02:47.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:02:47.473 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-03-21T21:02:47.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-03-21T21:02:47.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T21:02:47.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:02:47.681 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-21T21:02:47.767 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-21T21:02:47.768 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:02:47.778 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:02:47.779 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:02:47.779 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-03-21T21:02:47.781 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:02:47.781 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-03-21T21:02:47.810 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T21:02:47.827 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T21:02:47.840 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T21:02:47.856 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2024-03-21T21:02:47.857 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T21:02:47.870 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2024-03-21T21:02:47.886 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T21:02:47.887 INFO:teuthology.orchestra.run.smithi179.stderr:sudo: ntpd: command not found 2024-03-21T21:02:47.900 INFO:teuthology.orchestra.run.smithi179.stdout:506 Cannot talk to daemon 2024-03-21T21:02:47.902 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T21:02:47.917 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T21:02:47.933 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T21:02:47.957 INFO:teuthology.orchestra.run.smithi080.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:02:47.960 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:02:47.960 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-03-21T21:02:47.960 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.960 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.960 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.961 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.985 INFO:teuthology.orchestra.run.smithi179.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.988 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:47.989 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:02:48.101 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.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\\)'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:02:48.102 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-21T21:02:48.102 INFO:tasks.cephadm:Cluster fsid is 5f276f66-e7c6-11ee-95cd-87774f69a715 2024-03-21T21:02:48.102 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:02:48.102 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T21:02:48.102 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:02:48.104 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:02:48.326 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9462c1ae9f5643e4818fa6f81e40be00 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:02:48.330 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T21:02:48.339 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T21:02:48.385 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T21:02:48.386 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:02:48.400 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:02:48.404 INFO:teuthology.orchestra.run.smithi080.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:02:48.409 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:02:48.409 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-03-21T21:02:48.409 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 2 6 1 0 +993us[ +993us] +/- 96ms 2024-03-21T21:02:48.410 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 3 6 1 0 -284us[ -284us] +/- 62ms 2024-03-21T21:02:48.410 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:48.410 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:48.416 INFO:teuthology.orchestra.run.smithi179.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:02:48.419 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:02:48.420 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-03-21T21:02:48.420 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:48.420 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 3 6 1 0 -247us[ -247us] +/- 62ms 2024-03-21T21:02:48.420 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 3 6 1 0 -122us[ -122us] +/- 91ms 2024-03-21T21:02:48.420 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:02:48.421 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T21:02:48.436 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T21:02:48.437 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T21:02:48.486 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-03-21T21:02:48.549 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-03-21T21:02:48.612 DEBUG:teuthology.orchestra.run.smithi080:> 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 scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-03-21T21:02:48.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:02:48.641 DEBUG:teuthology.orchestra.run.smithi179:> 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 scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-03-21T21:02:48.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:02:48.671 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T21:02:48.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T21:02:48.711 INFO:teuthology.task.internal:Duration was 255.787344 seconds 2024-03-21T21:02:48.711 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T21:02:48.761 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T21:02:48.761 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:02:48.764 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:02:48.806 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:02:48.806 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:02:49.166 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T21:02:49.166 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-03-21T21:02:49.166 DEBUG:teuthology.orchestra.run.smithi080:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T21:02:49.226 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-03-21T21:02:49.227 DEBUG:teuthology.orchestra.run.smithi179:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T21:02:49.255 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T21:02:49.255 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:02:49.268 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:02:49.324 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T21:02:49.324 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:02:49.336 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:02:49.454 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T21:02:49.464 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T21:02:49.464 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:02:49.491 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:02:49.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T21:02:49.527 DEBUG:teuthology.orchestra.run.smithi080:> 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 2024-03-21T21:02:49.533 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-03-21T21:02:49.556 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-03-21T21:02:49.583 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-03-21T21:02:49.610 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:02:49.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:02:49.635 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:02:49.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:02:49.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T21:02:49.674 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T21:02:49.675 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109/remote/smithi080 2024-03-21T21:02:49.676 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:02:49.731 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109/remote/smithi179 2024-03-21T21:02:49.732 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:02:49.774 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T21:02:49.775 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:02:49.777 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:02:49.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T21:02:49.835 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T21:02:49.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T21:02:49.865 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T21:02:49.865 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:02:49.867 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:02:49.879 INFO:teuthology.orchestra.run.smithi080.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:02 /home/ubuntu/cephtest 2024-03-21T21:02:49.881 INFO:teuthology.orchestra.run.smithi179.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:02 /home/ubuntu/cephtest 2024-03-21T21:02:49.883 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T21:02:49.913 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T21:02:50.014 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T21:02:50.038 DEBUG:teuthology.nuke:shortname: smithi080 2024-03-21T21:02:50.038 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:02:50.058 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 20:50:12.236597', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKyjGQzrDVZrj0TV0rHRLKpNsn4Jj+ttyD2O7ZqjRmfDghh36evZQZ0xIibH93zxXqkesNTIC6MeBMYiUZklcU='} 2024-03-21T21:02:50.063 DEBUG:teuthology.nuke:shortname: smithi179 2024-03-21T21:02:50.063 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:02:50.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615109', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 20:50:12.234872', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwKiJMiLgRGMFQz9UWX7tsTggSxujCW6F+hHzFCB0aeEGXZ1nEcRc0ec+bSyu0iQFgxcPLp3HCUMjRtT42FHmo='} 2024-03-21T21:02:50.114 INFO:teuthology.orchestra.console.smithi080:Power off 2024-03-21T21:02:50.114 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:02:50.149 INFO:teuthology.orchestra.console.smithi179:Power off 2024-03-21T21:02:50.149 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:02:50.157 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2024-03-21T21:02:50.158 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:50.175 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2024-03-21T21:02:50.176 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:50.186 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-03-21T21:02:50.203 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-21T21:02:54.187 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:54.203 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:54.300 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-03-21T21:02:54.315 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-21T21:02:58.302 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:58.316 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:02:58.413 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-03-21T21:02:58.426 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-21T21:03:02.414 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:03:02.427 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:03:02.526 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2024-03-21T21:03:02.536 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2024-03-21T21:03:02.627 INFO:teuthology.orchestra.console.smithi080:Power off completed 2024-03-21T21:03:02.637 INFO:teuthology.orchestra.console.smithi179:Power off completed 2024-03-21T21:03:02.741 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 255.78734421730042 failure_reason: '' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9462c1ae9f5643e4818fa6f81e40be00 status: fail success: false 2024-03-21T21:03:02.742 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:03:02.834 INFO:teuthology.run:FAIL