2023-10-13T13:08:48.267 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-13T13:08:48.268 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_dparmar@teuthology --description orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --archive /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221 --name dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi -- /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221/orig.config.yaml 2023-10-13T13:08:48.310 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-13T13:08:48.397 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221 branch: fix-nfs-apply-err-reporting description: orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7424221' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: fix-nfs-apply-err-reporting 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: 9a92242e997527a07c7abe065696887f5f761546 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9a92242e997527a07c7abe065696887f5f761546 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: fix-nfs-apply-err-reporting sha1: 9a92242e997527a07c7abe065696887f5f761546 owner: scheduled_dparmar@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3995 sha1: 9a92242e997527a07c7abe065696887f5f761546 sleep_before_teardown: 0 suite: orch:cephadm:smoke-roleless suite_branch: fix-nfs-apply-err-reporting suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9a92242e997527a07c7abe065696887f5f761546 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-13_13:03:59 tube: smithi user: dparmar verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-13T13:08:48.398 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa; will attempt to use it 2023-10-13T13:08:48.399 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks 2023-10-13T13:08:48.400 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-13T13:08:48.402 INFO:teuthology.task.internal:Checking packages... 2023-10-13T13:08:48.433 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9a92242e997527a07c7abe065696887f5f761546' 2023-10-13T13:08:48.434 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T13:08:48.434 INFO:teuthology.packaging:ref: None 2023-10-13T13:08:48.435 INFO:teuthology.packaging:tag: None 2023-10-13T13:08:48.435 INFO:teuthology.packaging:branch: fix-nfs-apply-err-reporting 2023-10-13T13:08:48.435 INFO:teuthology.packaging:sha1: 9a92242e997527a07c7abe065696887f5f761546 2023-10-13T13:08:48.436 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=fix-nfs-apply-err-reporting 2023-10-13T13:08:48.672 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6452.g9a92242e 2023-10-13T13:08:48.672 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-13T13:08:48.678 INFO:teuthology.task.internal:no buildpackages task found 2023-10-13T13:08:48.678 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-13T13:08:48.693 INFO:teuthology.task.internal:Saving configuration 2023-10-13T13:08:48.708 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-13T13:08:48.713 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-13T13:08:48.741 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-13 13:04:06.933463', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-13T13:08:48.767 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-13 13:04:06.936649', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-13T13:08:48.767 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-13T13:08:48.775 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-13T13:08:48.776 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-13T13:08:48.776 INFO:teuthology.run_tasks:Running task console_log... 2023-10-13T13:08:48.887 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe29bd0aa60>, signals=[15]) 2023-10-13T13:08:48.889 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-13T13:08:48.896 INFO:teuthology.task.internal:Opening connections... 2023-10-13T13:08:48.898 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2023-10-13T13:08:48.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T13:08:48.971 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2023-10-13T13:08:48.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T13:08:49.038 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-13T13:08:49.044 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2023-10-13T13:08:49.067 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2023-10-13T13:08:49.068 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2023-10-13T13:08:49.128 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Red Hat Enterprise Linux" 2023-10-13T13:08:49.128 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="8.6 (Ootpa)" 2023-10-13T13:08:49.129 INFO:teuthology.orchestra.run.smithi016.stdout:ID="rhel" 2023-10-13T13:08:49.129 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE="fedora" 2023-10-13T13:08:49.129 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="8.6" 2023-10-13T13:08:49.129 INFO:teuthology.orchestra.run.smithi016.stdout:PLATFORM_ID="platform:el8" 2023-10-13T13:08:49.129 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-13T13:08:49.130 INFO:teuthology.orchestra.run.smithi016.stdout:ANSI_COLOR="0;31" 2023-10-13T13:08:49.130 INFO:teuthology.orchestra.run.smithi016.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-13T13:08:49.130 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.redhat.com/" 2023-10-13T13:08:49.131 INFO:teuthology.orchestra.run.smithi016.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-13T13:08:49.131 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T13:08:49.131 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-10-13T13:08:49.131 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T13:08:49.132 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-13T13:08:49.132 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-13T13:08:49.133 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-13T13:08:49.138 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2023-10-13T13:08:49.163 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2023-10-13T13:08:49.182 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2023-10-13T13:08:49.182 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2023-10-13T13:08:49.240 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Red Hat Enterprise Linux" 2023-10-13T13:08:49.241 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8.6 (Ootpa)" 2023-10-13T13:08:49.241 INFO:teuthology.orchestra.run.smithi123.stdout:ID="rhel" 2023-10-13T13:08:49.241 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="fedora" 2023-10-13T13:08:49.241 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8.6" 2023-10-13T13:08:49.242 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2023-10-13T13:08:49.242 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-13T13:08:49.242 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2023-10-13T13:08:49.242 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-13T13:08:49.242 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.redhat.com/" 2023-10-13T13:08:49.243 INFO:teuthology.orchestra.run.smithi123.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-13T13:08:49.243 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T13:08:49.243 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-13T13:08:49.243 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T13:08:49.243 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-13T13:08:49.244 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-13T13:08:49.244 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-13T13:08:49.244 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2023-10-13T13:08:49.271 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-13T13:08:49.281 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-13T13:08:49.286 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-13T13:08:49.287 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2023-10-13T13:08:49.290 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2023-10-13T13:08:49.308 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-13T13:08:49.316 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-13T13:08:49.316 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2023-10-13T13:08:49.349 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2023-10-13T13:08:49.367 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-13T13:08:49.426 INFO:teuthology.run_tasks:Running task kernel... 2023-10-13T13:08:49.445 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-13T13:08:49.446 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-13T13:08:49.447 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T13:08:49.448 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T13:08:49.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:08:49.467 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-10-13T13:08:49.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:08:49.468 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-10-13T13:08:49.525 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-13T13:08:49.525 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-372.9.1.el8.x86_64 2023-10-13T13:08:49.525 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2023-10-13T13:08:49.528 INFO:teuthology.orchestra.run.smithi016.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-13T13:08:49.528 INFO:teuthology.task.kernel:Running kernel on smithi016: 4.18.0-372.9.1.el8.x86_64 2023-10-13T13:08:49.529 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum install -y kernel 2023-10-13T13:08:50.626 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-13T13:08:50.627 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-13T13:08:50.633 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-13T13:08:50.633 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-13T13:08:52.047 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-10-13T13:08:52.146 INFO:teuthology.orchestra.run.smithi016.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-10-13T13:08:54.872 INFO:teuthology.orchestra.run.smithi016.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 16 MB 00:02 2023-10-13T13:08:57.538 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 2.9 MB/s | 16 MB 00:05 2023-10-13T13:08:58.590 INFO:teuthology.orchestra.run.smithi016.stdout:lab-extras 397 kB/s | 24 kB 00:00 2023-10-13T13:08:59.322 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-13T13:08:59.380 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2023-10-13T13:08:59.381 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2023-10-13T13:08:59.381 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2023-10-13T13:08:59.491 DEBUG:teuthology.orchestra.run.smithi016:> echo no | sudo yum reinstall kernel || true 2023-10-13T13:08:59.849 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-13T13:08:59.850 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-13T13:09:00.119 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:02 ago on Fri 13 Oct 2023 01:08:58 PM UTC. 2023-10-13T13:09:00.164 INFO:teuthology.orchestra.run.smithi016.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-13T13:09:00.202 INFO:teuthology.orchestra.run.smithi016.stderr:Error: No packages marked for reinstall. 2023-10-13T13:09:00.249 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum reinstall -y kernel || true 2023-10-13T13:09:00.602 INFO:teuthology.orchestra.run.smithi016.stdout:Updating Subscription Management repositories. 2023-10-13T13:09:00.603 INFO:teuthology.orchestra.run.smithi016.stdout:Unable to read consumer identity 2023-10-13T13:09:00.867 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:02 ago on Fri 13 Oct 2023 01:08:58 PM UTC. 2023-10-13T13:09:00.913 INFO:teuthology.orchestra.run.smithi016.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-13T13:09:00.938 INFO:teuthology.orchestra.run.smithi016.stderr:Error: No packages marked for reinstall. 2023-10-13T13:09:01.003 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T13:09:01.013 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 423 kB/s | 24 kB 00:00 2023-10-13T13:09:01.083 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:01 ago on Fri 13 Oct 2023 01:09:00 PM UTC. 2023-10-13T13:09:01.087 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-13T13:09:01.088 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-13T13:09:01.088 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-13T13:09:01.088 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-13T13:09:01.088 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T13:09:01.115 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2023-10-13T13:09:01.130 DEBUG:teuthology.parallel:result is None 2023-10-13T13:09:01.758 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-13T13:09:01.817 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-13T13:09:01.819 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-13T13:09:01.819 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-13T13:09:01.957 DEBUG:teuthology.orchestra.run.smithi123:> echo no | sudo yum reinstall kernel || true 2023-10-13T13:09:02.350 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-13T13:09:02.351 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-13T13:09:02.364 INFO:teuthology.orchestra.run.smithi123.stdout:Waiting for process with pid 2512 to finish. 2023-10-13T13:09:03.614 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:03 ago on Fri 13 Oct 2023 01:09:00 PM UTC. 2023-10-13T13:09:03.657 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-13T13:09:03.685 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-13T13:09:03.733 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum reinstall -y kernel || true 2023-10-13T13:09:04.061 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-13T13:09:04.061 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-13T13:09:04.322 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:04 ago on Fri 13 Oct 2023 01:09:00 PM UTC. 2023-10-13T13:09:04.364 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-13T13:09:04.389 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-13T13:09:04.439 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T13:09:04.523 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-13T13:09:04.524 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-13T13:09:04.524 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-13T13:09:04.524 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-13T13:09:04.525 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T13:09:04.549 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2023-10-13T13:09:04.614 DEBUG:teuthology.parallel:result is None 2023-10-13T13:09:04.615 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-13T13:09:04.623 INFO:teuthology.task.internal:Creating test directory... 2023-10-13T13:09:04.623 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T13:09:04.626 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T13:09:04.673 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-13T13:09:04.685 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-13T13:09:04.702 INFO:teuthology.task.internal:Creating archive directory... 2023-10-13T13:09:04.702 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T13:09:04.705 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T13:09:04.733 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-13T13:09:04.740 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-13T13:09:04.740 DEBUG:teuthology.orchestra.run.smithi016:> 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 2023-10-13T13:09:04.765 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-13T13:09:04.796 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T13:09:04.797 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T13:09:04.809 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T13:09:04.814 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T13:09:04.815 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-13T13:09:04.826 INFO:teuthology.task.internal:Configuring sudo... 2023-10-13T13:09:04.826 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T13:09:04.856 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T13:09:04.885 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-13T13:09:04.895 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-13T13:09:04.897 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T13:09:04.927 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T13:09:04.942 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T13:09:05.024 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T13:09:05.069 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T13:09:05.151 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T13:09:05.196 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-10-13T13:09:05.197 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T13:09:05.268 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T13:09:05.312 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T13:09:05.355 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T13:09:05.439 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T13:09:05.479 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-13T13:09:05.479 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T13:09:05.545 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2023-10-13T13:09:05.550 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2023-10-13T13:09:05.583 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T13:09:05.621 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T13:09:05.899 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-13T13:09:05.908 INFO:teuthology.task.internal:Starting timer... 2023-10-13T13:09:05.909 INFO:teuthology.run_tasks:Running task pcp... 2023-10-13T13:09:05.922 INFO:teuthology.run_tasks:Running task selinux... 2023-10-13T13:09:05.939 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-13T13:09:05.940 DEBUG:teuthology.orchestra.run.smithi016:> sudo service auditd rotate 2023-10-13T13:09:05.976 INFO:teuthology.orchestra.run.smithi016.stdout:Rotating logs: 2023-10-13T13:09:05.978 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2023-10-13T13:09:06.017 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2023-10-13T13:09:06.019 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-13T13:09:06.019 DEBUG:teuthology.orchestra.run.smithi016:> /usr/sbin/getenforce 2023-10-13T13:09:06.043 INFO:teuthology.orchestra.run.smithi016.stdout:Permissive 2023-10-13T13:09:06.044 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2023-10-13T13:09:06.076 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2023-10-13T13:09:06.077 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi016.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi123.front.sepia.ceph.com': 'permissive'} 2023-10-13T13:09:06.077 DEBUG:teuthology.orchestra.run.smithi016:> 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 2023-10-13T13:09:06.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:09:06.113 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-13T13:09:06.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:09:06.146 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-13T13:09:06.146 DEBUG:teuthology.orchestra.run.smithi016:> sudo /usr/sbin/setenforce permissive 2023-10-13T13:09:06.180 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2023-10-13T13:09:06.217 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-13T13:09:06.226 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-13T13:09:06.230 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-13T13:09:06.303 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'}]}] 2023-10-13T13:09:06.329 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-13T13:12:03.835 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221/ansible_failures.yaml 2023-10-13T13:12:03.838 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Not copying any file from skel directory into it.', "useradd: user 'alimasa' already exists", "useradd: user 'leonidus' already exists", "useradd: user 'medhavi' already exists", "useradd: user 'travisn' already exists", 'useradd: warning: the home directory already exists.'] 2023-10-13T13:12:03.915 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cd5de74458c048ccb52c226100b74346 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Not copying any file from skel directory into it.', "useradd: user 'alimasa' already exists", "useradd: user 'leonidus' already exists", "useradd: user 'medhavi' already exists", "useradd: user 'travisn' already exists", 'useradd: warning: the home directory already exists.'] 2023-10-13T13:12:03.917 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-13T13:12:03.929 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-13T13:12:03.931 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-13T13:12:03.945 DEBUG:teuthology.orchestra.run.smithi016:> 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 2023-10-13T13:12:03.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:12:03.970 INFO:teuthology.orchestra.run.smithi016.stderr:mkdir: cannot create directory ‘/home/ubuntu/cephtest/archive/audit’: File exists 2023-10-13T13:12:03.970 ERROR:teuthology.run_tasks:Manager failed: selinux Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: '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' 2023-10-13T13:12:03.976 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-13T13:12:03.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-13T13:12:03.996 INFO:teuthology.task.internal:Duration was 178.086611 seconds 2023-10-13T13:12:03.997 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-13T13:12:04.005 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-13T13:12:04.005 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-13T13:12:04.012 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-13T13:12:04.060 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T13:12:04.062 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T13:12:04.238 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-13T13:12:04.239 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2023-10-13T13:12:04.239 DEBUG:teuthology.orchestra.run.smithi016:> 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 2023-10-13T13:12:04.259 INFO:teuthology.orchestra.run.smithi016.stderr:grep: /home/ubuntu/cephtest/archive/syslog/kern.log: No such file or directory 2023-10-13T13:12:04.262 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2023-10-13T13:12:04.263 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-13T13:12:04.281 INFO:teuthology.orchestra.run.smithi123.stderr:grep: /home/ubuntu/cephtest/archive/syslog/kern.log: No such file or directory 2023-10-13T13:12:04.284 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-13T13:12:04.284 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-13T13:12:04.305 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-13T13:12:04.350 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-13T13:12:04.351 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-13T13:12:04.376 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-13T13:12:04.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-13T13:12:04.459 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-13T13:12:04.460 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-13T13:12:04.486 INFO:teuthology.orchestra.run.smithi016.stderr:mv: cannot stat '/etc/sudoers.orig.teuthology': No such file or directory 2023-10-13T13:12:04.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:12:04.488 ERROR:teuthology.run_tasks:Manager failed: internal.sudo Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 452, in sudo yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 455, in sudo ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers' 2023-10-13T13:12:04.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-13T13:12:04.517 DEBUG:teuthology.orchestra.run.smithi016:> 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 2023-10-13T13:12:04.531 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-13T13:12:04.555 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2023-10-13T13:12:04.557 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2023-10-13T13:12:04.567 INFO:teuthology.orchestra.run.smithi016.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory 2023-10-13T13:12:04.569 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory 2023-10-13T13:12:04.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T13:12:04.570 INFO:teuthology.orchestra.run.smithi016.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory 2023-10-13T13:12:04.571 ERROR:teuthology.run_tasks:Manager failed: internal.coredump Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 488, in coredump yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: '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' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 491, in coredump run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: "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" 2023-10-13T13:12:04.580 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-13T13:12:04.592 INFO:teuthology.task.internal:Transferring archived files... 2023-10-13T13:12:04.594 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221/remote/smithi016 2023-10-13T13:12:04.596 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-13T13:12:04.600 INFO:teuthology.orchestra.run.smithi123.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory 2023-10-13T13:12:04.682 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221/remote/smithi123 2023-10-13T13:12:04.684 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-13T13:12:04.726 INFO:teuthology.task.internal:Removing archive directory... 2023-10-13T13:12:04.727 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-13T13:12:04.729 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-13T13:12:04.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-13T13:12:04.786 INFO:teuthology.task.internal:Not uploading archives. 2023-10-13T13:12:04.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-13T13:12:04.796 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-13T13:12:04.797 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-13T13:12:04.801 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-13T13:12:04.814 INFO:teuthology.orchestra.run.smithi016.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 13 13:12 /home/ubuntu/cephtest 2023-10-13T13:12:04.830 INFO:teuthology.orchestra.run.smithi123.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 13 13:12 /home/ubuntu/cephtest 2023-10-13T13:12:04.832 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-13T13:12:04.840 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-13T13:12:04.854 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi016 with status 1: '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' 2023-10-13T13:12:04.854 INFO:teuthology.nuke:Checking targets against current locks 2023-10-13T13:12:04.886 DEBUG:teuthology.nuke:shortname: smithi016 2023-10-13T13:12:04.886 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-13T13:12:04.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-13 13:04:06.933463', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-13T13:12:04.914 DEBUG:teuthology.nuke:shortname: smithi123 2023-10-13T13:12:04.915 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-13T13:12:04.936 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-13_13:03:59-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7424221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-13 13:04:06.936649', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-13T13:12:04.962 INFO:teuthology.orchestra.console.smithi016:Power off 2023-10-13T13:12:04.963 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-13T13:12:05.016 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2023-10-13T13:12:05.017 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:05.070 INFO:teuthology.orchestra.console.smithi123:Power off 2023-10-13T13:12:05.071 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-13T13:12:05.086 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2023-10-13T13:12:05.108 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2023-10-13T13:12:05.108 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:05.139 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-13T13:12:09.088 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:09.140 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:09.205 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2023-10-13T13:12:09.253 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-13T13:12:13.210 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:13.254 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:13.323 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2023-10-13T13:12:13.372 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-13T13:12:13.424 INFO:teuthology.orchestra.console.smithi016:Power off completed 2023-10-13T13:12:17.376 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-13T13:12:17.492 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2023-10-13T13:12:17.594 INFO:teuthology.orchestra.console.smithi123:Power off completed 2023-10-13T13:12:17.700 INFO:teuthology.run:Summary data: description: orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 178.08661103248596 failure_reason: '[''Not copying any file from skel directory into it.'', "useradd: user ''alimasa'' already exists", "useradd: user ''leonidus'' already exists", "useradd: user ''medhavi'' already exists", "useradd: user ''travisn'' already exists", ''useradd: warning: the home directory already exists.'']' owner: scheduled_dparmar@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cd5de74458c048ccb52c226100b74346 status: fail success: false 2023-10-13T13:12:17.700 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-13T13:12:17.776 INFO:teuthology.run:FAIL