2024-03-21T11:49:15.843 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T11:49:15.844 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835 --verbose --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835/orig.config.yaml 2024-03-21T11:49:15.876 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T11:49:15.968 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835 branch: wip-adk-testing-2024-03-20-2326 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7614835' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-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-adk-testing-2024-03-20-2326 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: ba760091cd7bd2b0d23f4825ac856ba66450e988 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-03-20-2326 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4016 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-20-2326 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 targets: smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOjB+JhVtfFOP0TqY0KNdgjXOs/kBgLs8IOmeW4TH5u5TXcrhcG6epqZpZfaznP5gE5RWfEmaq6s0TwlelGRUY4= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcZBGKK+KrsManWFc9OZ5eu+79aII8enqxrRQi2XR+QV65qaz8/txH64xTyR7HRLEJusGXBd1WBNW8lm6yuhVg= tasks: - 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_11:21:25 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T11:49:15.968 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa; will attempt to use it 2024-03-21T11:49:15.969 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T11:49:15.969 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T11:49:15.970 INFO:teuthology.task.internal:Checking packages... 2024-03-21T11:49:15.995 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T11:49:15.995 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T11:49:15.995 INFO:teuthology.packaging:ref: None 2024-03-21T11:49:15.996 INFO:teuthology.packaging:tag: None 2024-03-21T11:49:15.996 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T11:49:15.996 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:49:15.996 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-03-20-2326 2024-03-21T11:49:16.212 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309.gba760091 2024-03-21T11:49:16.213 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T11:49:16.220 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T11:49:16.220 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T11:49:16.225 INFO:teuthology.task.internal:Saving configuration 2024-03-21T11:49:16.237 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T11:49:16.243 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:49:16.268 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835', '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 11:43:21.771269', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOjB+JhVtfFOP0TqY0KNdgjXOs/kBgLs8IOmeW4TH5u5TXcrhcG6epqZpZfaznP5gE5RWfEmaq6s0TwlelGRUY4='} 2024-03-21T11:49:16.293 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835', '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 11:43:21.773031', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcZBGKK+KrsManWFc9OZ5eu+79aII8enqxrRQi2XR+QV65qaz8/txH64xTyR7HRLEJusGXBd1WBNW8lm6yuhVg='} 2024-03-21T11:49:16.293 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T11:49:16.300 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T11:49:16.300 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T11:49:16.300 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T11:49:16.373 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5e890caee0>, signals=[15]) 2024-03-21T11:49:16.374 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T11:49:16.382 INFO:teuthology.task.internal:Opening connections... 2024-03-21T11:49:16.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-03-21T11:49:16.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:49:16.475 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2024-03-21T11:49:16.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:49:16.563 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T11:49:16.570 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-03-21T11:49:16.587 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-03-21T11:49:16.587 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="9" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="9" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el9" 2024-03-21T11:49:16.642 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:LOGO="fedora-logo-icon" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T11:49:16.643 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T11:49:16.643 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-03-21T11:49:16.669 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2024-03-21T11:49:16.686 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2024-03-21T11:49:16.687 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2024-03-21T11:49:16.743 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="CentOS Stream" 2024-03-21T11:49:16.743 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:ID="centos" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="rhel fedora" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:LOGO="fedora-logo-icon" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://centos.org/" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T11:49:16.744 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T11:49:16.744 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2024-03-21T11:49:16.769 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T11:49:16.777 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T11:49:16.787 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T11:49:16.788 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:49:16.790 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:49:16.806 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T11:49:16.812 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T11:49:16.812 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:49:16.848 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:49:16.945 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T11:49:17.000 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T11:49:17.017 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T11:49:17.018 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T11:49:17.018 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:49:17.019 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:49:17.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:49:17.036 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-03-21T11:49:17.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:49:17.037 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-03-21T11:49:17.092 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-361.el9.x86_64 2024-03-21T11:49:17.093 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.14.0-361.el9.x86_64 2024-03-21T11:49:17.093 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2024-03-21T11:49:17.094 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-361.el9.x86_64 2024-03-21T11:49:17.094 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.14.0-361.el9.x86_64 2024-03-21T11:49:17.094 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2024-03-21T11:49:19.306 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-21T11:49:19.348 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-21T11:49:20.798 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.0 MB 00:00 2024-03-21T11:49:20.806 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS-9 - BaseOS 5.1 MB/s | 2.0 MB 00:00 2024-03-21T11:49:21.680 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-21T11:49:22.897 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-03-21T11:49:25.731 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 6.3 MB/s | 19 MB 00:03 2024-03-21T11:49:29.926 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-03-21T11:49:31.432 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-03-21T11:49:33.591 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-03-21T11:49:38.592 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-03-21T11:49:40.649 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T11:49:40.649 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T11:49:40.742 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T11:49:40.749 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout:Install 4 Packages 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:49:40.750 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 76 M 2024-03-21T11:49:40.751 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 123 M 2024-03-21T11:49:40.751 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-03-21T11:49:41.010 INFO:teuthology.orchestra.run.smithi149.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 398 kB/s | 44 kB 00:00 2024-03-21T11:49:41.643 INFO:teuthology.orchestra.run.smithi149.stdout:(2/4): kernel-modules-core-5.14.0-430.el9.x86_6 43 MB/s | 27 MB 00:00 2024-03-21T11:49:43.185 INFO:teuthology.orchestra.run.smithi149.stdout:(3/4): kernel-core-5.14.0-430.el9.x86_64.rpm 6.5 MB/s | 15 MB 00:02 2024-03-21T11:49:44.018 INFO:teuthology.orchestra.run.smithi149.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 11 MB/s | 33 MB 00:03 2024-03-21T11:49:44.019 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-03-21T11:49:44.019 INFO:teuthology.orchestra.run.smithi149.stdout:Total 23 MB/s | 76 MB 00:03 2024-03-21T11:49:44.685 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-03-21T11:49:45.056 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-03-21T11:49:45.057 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-03-21T11:49:45.446 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - AppStream 896 kB/s | 19 MB 00:21 2024-03-21T11:49:46.092 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-03-21T11:49:46.092 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-03-21T11:49:48.585 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-03-21T11:49:49.190 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T11:49:49.276 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:49:52.023 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:49:52.171 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:49:53.953 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - CRB 1.2 MB/s | 6.1 MB 00:04 2024-03-21T11:49:55.579 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-03-21T11:49:56.907 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:49:57.054 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:49:57.388 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-03-21T11:50:01.761 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:02.212 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-21T11:50:04.320 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T11:50:04.320 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T11:50:04.412 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T11:50:04.422 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout:Install 4 Packages 2024-03-21T11:50:04.423 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:04.424 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 76 M 2024-03-21T11:50:04.424 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 123 M 2024-03-21T11:50:04.424 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2024-03-21T11:50:04.714 INFO:teuthology.orchestra.run.smithi163.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 309 kB/s | 44 kB 00:00 2024-03-21T11:50:07.973 INFO:teuthology.orchestra.run.smithi163.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 4.4 MB/s | 15 MB 00:03 2024-03-21T11:50:09.164 INFO:teuthology.orchestra.run.smithi163.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 7.3 MB/s | 33 MB 00:04 2024-03-21T11:50:09.989 INFO:teuthology.orchestra.run.smithi163.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 5.2 MB/s | 27 MB 00:05 2024-03-21T11:50:09.990 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2024-03-21T11:50:09.990 INFO:teuthology.orchestra.run.smithi163.stdout:Total 14 MB/s | 76 MB 00:05 2024-03-21T11:50:10.650 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2024-03-21T11:50:11.043 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2024-03-21T11:50:11.043 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2024-03-21T11:50:12.032 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2024-03-21T11:50:12.033 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2024-03-21T11:50:14.522 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2024-03-21T11:50:15.113 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T11:50:15.208 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:50:17.959 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:50:18.109 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:50:22.861 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:50:22.983 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:27.762 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:31.115 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:31.116 INFO:teuthology.orchestra.run.smithi149.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T11:50:31.116 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:50:31.160 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:31.536 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:31.536 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T11:50:31.536 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:50:31.536 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:50:31.938 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:31.938 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:50:31.938 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-03-21T11:50:31.938 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:31.939 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T11:50:31.939 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T11:50:31.939 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T11:50:31.939 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:50:31.939 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-03-21T11:50:32.238 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T11:50:32.347 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:32.348 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T11:50:32.348 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-21T11:50:32.348 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:50:32.348 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:50:32.348 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T11:50:32.348 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:50:32.348 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T11:50:32.430 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:32.430 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T11:50:32.430 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2024-03-21T11:50:32.464 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.06 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 68.el9 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Group : Unspecified 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 8264254 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T11:50:32.465 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : builder@centos.org 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : CentOS 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-21T11:50:32.466 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T11:50:32.467 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T11:50:32.467 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 5.14.0-430.el9.x86_64 2024-03-21T11:50:32.467 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T11:50:33.085 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-03-21T11:50:34.544 INFO:teuthology.orchestra.run.smithi149.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T11:50:34.574 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-03-21T11:50:34.575 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-03-21T11:50:34.590 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.97JExTh5h6 2024-03-21T11:50:34.590 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.97JExTh5h6 2024-03-21T11:50:34.664 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.97JExTh5h6 2024-03-21T11:50:34.798 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.97JExTh5h6 is 6KB 2024-03-21T11:50:34.846 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.97JExTh5h6 2024-03-21T11:50:34.861 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T11:50:34.927 INFO:teuthology.orchestra.run.smithi149.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T11:50:34.927 INFO:teuthology.orchestra.run.smithi149.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T11:50:34.927 INFO:teuthology.orchestra.run.smithi149.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T11:50:34.927 INFO:teuthology.orchestra.run.smithi149.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T11:50:34.928 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T11:50:35.076 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-03-21T11:50:56.800 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:56.801 INFO:teuthology.orchestra.run.smithi163.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T11:50:56.801 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:56.844 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:57.232 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:57.232 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T11:50:57.232 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T11:50:57.232 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:57.625 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-03-21T11:50:57.984 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T11:50:58.087 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:58.088 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T11:50:58.088 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-21T11:50:58.088 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:50:58.089 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:50:58.089 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T11:50:58.089 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:50:58.089 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T11:50:58.169 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T11:50:58.169 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T11:50:58.170 DEBUG:teuthology.orchestra.run.smithi163:> sudo rpm -qi grub2-tools 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Name : grub2-tools 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Epoch : 1 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Version : 2.06 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Release : 68.el9 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: x86_64 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Group : Unspecified 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Size : 8264254 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:License : GPLv3+ 2024-03-21T11:50:58.204 INFO:teuthology.orchestra.run.smithi163.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Packager : builder@centos.org 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Vendor : CentOS 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Summary : Support tools for GRUB. 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:Description : 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout:hardware devices. 2024-03-21T11:50:58.205 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-03-21T11:50:58.206 INFO:teuthology.orchestra.run.smithi163.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T11:50:58.206 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T11:50:58.207 INFO:teuthology.task.kernel:Updating grub on smithi163 to boot 5.14.0-430.el9.x86_64 2024-03-21T11:50:58.207 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T11:50:58.832 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2024-03-21T11:51:00.226 INFO:teuthology.orchestra.run.smithi163.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T11:51:00.251 INFO:teuthology.orchestra.run.smithi163.stderr:done 2024-03-21T11:51:00.254 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2024-03-21T11:51:00.269 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.l9E5Hprajr 2024-03-21T11:51:00.269 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.l9E5Hprajr 2024-03-21T11:51:00.338 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.l9E5Hprajr 2024-03-21T11:51:00.481 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.l9E5Hprajr is 6KB 2024-03-21T11:51:00.529 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.l9E5Hprajr 2024-03-21T11:51:00.543 DEBUG:teuthology.orchestra.run.smithi163:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T11:51:00.617 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T11:51:00.618 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T11:51:00.618 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T11:51:00.618 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T11:51:00.619 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T11:51:00.772 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2024-03-21T11:51:05.082 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T11:51:05.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:51:05.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:23.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-03-21T11:51:30.782 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T11:51:30.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:51:30.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:32.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:51:32.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:35.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-03-21T11:51:47.498 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:51:47.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:49.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-03-21T11:51:58.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:51:58.289 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:52:01.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-03-21T11:52:05.918 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-03-21T11:52:13.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:52:13.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:52:16.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-03-21T11:52:20.920 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:52:20.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:52:22.685 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-03-21T11:52:23.222 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:52:23.222 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T11:52:23.222 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-03-21T11:52:23.236 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-430.el9.x86_64 2024-03-21T11:52:23.236 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-21T11:52:23.237 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:52:23.237 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T11:52:24.237 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T11:52:24.237 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:52:24.341 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-03-21T11:52:24.392 DEBUG:teuthology.parallel:result is None 2024-03-21T11:52:31.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:52:31.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:52:49.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-03-21T11:53:07.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:53:07.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:53:08.334 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-03-21T11:53:08.843 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:53:08.843 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T11:53:08.843 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-03-21T11:53:08.858 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-430.el9.x86_64 2024-03-21T11:53:08.858 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-21T11:53:08.858 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:53:08.858 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T11:53:09.859 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T11:53:09.860 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:53:09.979 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2024-03-21T11:53:10.012 DEBUG:teuthology.parallel:result is None 2024-03-21T11:53:10.013 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T11:53:10.026 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T11:53:10.026 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:53:10.030 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:53:10.047 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T11:53:10.053 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T11:53:10.060 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T11:53:10.061 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:53:10.089 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:53:10.124 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T11:53:10.131 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T11:53:10.131 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T11:53:10.164 DEBUG:teuthology.orchestra.run.smithi163:> 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-21T11:53:10.196 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:53:10.210 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:53:10.210 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:53:10.224 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:53:10.225 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T11:53:10.233 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T11:53:10.233 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:53:10.235 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:53:10.280 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T11:53:10.289 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T11:53:10.289 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:53:10.305 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:53:10.334 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:53:10.403 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:53:10.453 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:53:10.534 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:53:10.577 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-21T11:53:10.578 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:53:10.645 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:53:10.687 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:53:10.735 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:53:10.815 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:53:10.858 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-03-21T11:53:10.859 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:53:10.926 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-03-21T11:53:10.929 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2024-03-21T11:53:10.980 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T11:53:11.017 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T11:53:11.340 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T11:53:11.348 INFO:teuthology.task.internal:Starting timer... 2024-03-21T11:53:11.349 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T11:53:11.359 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T11:53:11.367 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-21T11:53:11.368 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2024-03-21T11:53:11.421 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2024-03-21T11:53:11.424 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2024-03-21T11:53:11.488 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2024-03-21T11:53:11.490 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T11:53:11.490 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2024-03-21T11:53:11.513 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2024-03-21T11:53:11.514 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2024-03-21T11:53:11.531 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2024-03-21T11:53:11.531 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi149.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2024-03-21T11:53:11.531 DEBUG:teuthology.orchestra.run.smithi149:> 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 2024-03-21T11:53:11.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:53:11.582 DEBUG:teuthology.orchestra.run.smithi163:> 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 2024-03-21T11:53:11.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:53:11.610 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T11:53:11.610 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2024-03-21T11:53:11.657 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2024-03-21T11:53:11.690 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T11:53:11.701 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T11:53:11.717 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-21T11:53:11.718 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi149.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T11:57:24.166 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com')] 2024-03-21T11:57:24.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:57:24.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:57:24.259 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-03-21T11:57:24.336 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-21T11:57:24.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:57:24.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:57:24.425 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-03-21T11:57:24.497 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-03-21T11:57:24.497 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T11:57:24.508 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T11:57:24.508 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:57:24.508 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T11:57:24.510 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:57:24.511 DEBUG:teuthology.orchestra.run.smithi163:> 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-21T11:57:24.539 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T11:57:24.555 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T11:57:24.568 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T11:57:24.584 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2024-03-21T11:57:24.585 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T11:57:24.598 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2024-03-21T11:57:24.614 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T11:57:24.615 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2024-03-21T11:57:24.628 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2024-03-21T11:57:24.631 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T11:57:24.645 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T11:57:24.662 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T11:57:24.683 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.687 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.713 INFO:teuthology.orchestra.run.smithi163.stderr:bash: line 1: ntpq: command not found 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.718 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:24.719 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T11:57:24.730 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T11:57:24.730 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-21T11:57:24.730 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:57:24.745 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T11:57:24.745 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-03-21T11:57:24.799 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:57:24.799 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:24.799 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T11:57:24.799 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:24.799 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:24.800 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-21 11:57:23.248187160 +0000 2024-03-21T11:57:24.800 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-21 11:57:01.620631456 +0000 2024-03-21T11:57:24.800 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-21 11:57:01.620631456 +0000 2024-03-21T11:57:24.800 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-03-21 11:57:01.620631456 +0000 2024-03-21T11:57:24.800 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:57:24.865 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-21T11:57:24.865 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-21T11:57:24.865 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000198729 s, 2.6 MB/s 2024-03-21T11:57:24.866 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:57:24.922 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-03-21T11:57:24.977 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:57:24.977 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:24.977 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-21 11:57:23.248187160 +0000 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-21 11:57:01.980624061 +0000 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-21 11:57:01.980624061 +0000 2024-03-21T11:57:24.978 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-03-21 11:57:01.980624061 +0000 2024-03-21T11:57:24.978 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:57:25.043 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-21T11:57:25.043 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-21T11:57:25.043 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000192835 s, 2.7 MB/s 2024-03-21T11:57:25.044 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:57:25.100 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-21 11:57:23.248187160 +0000 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-21 11:57:02.325616974 +0000 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-21 11:57:02.325616974 +0000 2024-03-21T11:57:25.155 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-03-21 11:57:02.325616974 +0000 2024-03-21T11:57:25.155 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:57:25.220 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-21T11:57:25.221 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-21T11:57:25.221 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.00023042 s, 2.2 MB/s 2024-03-21T11:57:25.222 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:57:25.277 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-03-21T11:57:25.332 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-21 11:57:23.248187160 +0000 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-21 11:57:02.672609845 +0000 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-21 11:57:02.672609845 +0000 2024-03-21T11:57:25.333 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-03-21 11:57:02.672609845 +0000 2024-03-21T11:57:25.333 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:57:25.398 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-21T11:57:25.398 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-21T11:57:25.398 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000208497 s, 2.5 MB/s 2024-03-21T11:57:25.399 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:57:25.455 DEBUG:teuthology.orchestra.run.smithi149:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-21T11:57:25.602 INFO:teuthology.orchestra.run.smithi149.stdout:loop 2024-03-21T11:57:25.604 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2024-03-21T11:57:25.604 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-21T11:57:25.642 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-03-21T11:57:25.679 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_11 2024-03-21T11:57:25.709 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2024-03-21T11:57:25.709 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T11:57:25.787 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-03-21T11:57:25.824 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_21 2024-03-21T11:57:25.852 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2024-03-21T11:57:25.852 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T11:57:25.931 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-03-21T11:57:25.968 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_31 2024-03-21T11:57:25.996 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2024-03-21T11:57:25.996 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T11:57:26.075 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-03-21T11:57:26.112 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_41 2024-03-21T11:57:26.140 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-21T11:57:26.140 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:57:26.195 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme list 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme0n1 CVFT623300CK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme1n1 2a4cd7afeb7ac422efd5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme2n1 eeab4971bb9ca8ccd8aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:26.260 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme3n1 f71ec7b388b92afe019f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:26.261 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme4n1 490fd103226c1b4de40b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:26.261 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T11:57:26.262 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-21T11:57:26.262 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2024-03-21T11:57:26.328 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-03-21T11:57:26.328 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:57:26.347 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T11:57:26.347 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2024-03-21T11:57:26.404 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:57:26.404 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-03-21 11:57:23.220610560 +0000 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-03-21 11:57:01.609099151 +0000 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-03-21 11:57:01.609099151 +0000 2024-03-21T11:57:26.405 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-03-21 11:57:01.609099151 +0000 2024-03-21T11:57:26.405 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:57:26.473 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-03-21T11:57:26.473 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-03-21T11:57:26.473 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000217402 s, 2.4 MB/s 2024-03-21T11:57:26.475 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:57:26.533 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-03-21 11:57:23.220610560 +0000 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-03-21 11:57:01.944091578 +0000 2024-03-21T11:57:26.589 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-03-21 11:57:01.944091578 +0000 2024-03-21T11:57:26.590 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-03-21 11:57:01.944091578 +0000 2024-03-21T11:57:26.590 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:57:26.657 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-03-21T11:57:26.657 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-03-21T11:57:26.657 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000238322 s, 2.1 MB/s 2024-03-21T11:57:26.658 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:57:26.715 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2024-03-21T11:57:26.770 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-03-21 11:57:23.220610560 +0000 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-03-21 11:57:02.267084276 +0000 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-03-21 11:57:02.267084276 +0000 2024-03-21T11:57:26.771 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-03-21 11:57:02.267084276 +0000 2024-03-21T11:57:26.771 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:57:26.837 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-03-21T11:57:26.838 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-03-21T11:57:26.838 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000229378 s, 2.2 MB/s 2024-03-21T11:57:26.839 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:57:26.896 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-03-21 11:57:23.220610560 +0000 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-03-21 11:57:02.613076454 +0000 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-03-21 11:57:02.613076454 +0000 2024-03-21T11:57:26.951 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-03-21 11:57:02.613076454 +0000 2024-03-21T11:57:26.952 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:57:27.016 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-03-21T11:57:27.016 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-03-21T11:57:27.017 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000246164 s, 2.1 MB/s 2024-03-21T11:57:27.018 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:57:27.073 DEBUG:teuthology.orchestra.run.smithi163:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-21T11:57:27.222 INFO:teuthology.orchestra.run.smithi163.stdout:loop 2024-03-21T11:57:27.224 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2024-03-21T11:57:27.224 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-21T11:57:27.262 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-03-21T11:57:27.299 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_11 2024-03-21T11:57:27.328 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2024-03-21T11:57:27.328 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T11:57:27.407 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-03-21T11:57:27.444 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_21 2024-03-21T11:57:27.472 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2024-03-21T11:57:27.472 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T11:57:27.550 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-03-21T11:57:27.588 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_31 2024-03-21T11:57:27.616 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2024-03-21T11:57:27.616 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T11:57:27.694 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-03-21T11:57:27.732 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_41 2024-03-21T11:57:27.760 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-03-21T11:57:27.760 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:57:27.815 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme list 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme0n1 CVFT623300GU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme1n1 9ae141f05c0c6e471aa3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme2n1 d9697072c299e70330a2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme3n1 2839e8b9e7acb9988d3d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:27.881 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme4n1 39a8ead5b5f8ebdeaa42 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T11:57:27.882 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T11:57:27.882 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-03-21T11:57:27.883 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2024-03-21T11:57:27.949 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T11:57:28.036 INFO:tasks.cephadm:Config: {'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': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T11:57:28.037 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:57:28.037 INFO:tasks.cephadm:Cluster fsid is 3079b6c0-e77a-11ee-95cd-87774f69a715 2024-03-21T11:57:28.037 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T11:57:28.037 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T11:57:28.037 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T11:57:28.038 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T11:57:28.227 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=56ada770f01849b2a17f5520a59e2a16 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T11:57:28.230 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T11:57:28.239 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T11:57:28.246 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2024-03-21T11:57:28.246 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_1 2024-03-21T11:57:28.385 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T11:57:28.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:28.387 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2024-03-21T11:57:28.387 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_2 2024-03-21T11:57:28.538 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T11:57:28.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:28.540 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2024-03-21T11:57:28.540 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_3 2024-03-21T11:57:28.689 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T11:57:28.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:28.691 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2024-03-21T11:57:28.691 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_4 2024-03-21T11:57:28.823 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T11:57:28.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:28.825 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-21T11:57:28.825 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2024-03-21T11:57:28.853 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2024-03-21T11:57:28.854 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_1 2024-03-21T11:57:28.993 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T11:57:28.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:28.995 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2024-03-21T11:57:28.995 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_2 2024-03-21T11:57:29.150 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T11:57:29.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:29.152 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2024-03-21T11:57:29.152 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_3 2024-03-21T11:57:29.284 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T11:57:29.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:29.286 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2024-03-21T11:57:29.286 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_4 2024-03-21T11:57:29.430 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T11:57:29.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:29.432 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-03-21T11:57:29.432 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2024-03-21T11:57:29.459 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T11:57:29.467 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T11:57:29.468 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:57:29.470 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:57:29.482 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-03-21T11:57:29.486 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T11:57:29.487 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-03-21T11:57:29.487 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv01.front.sepia.ceph.com 2 6 7 0 +970us[+1193us] +/- 91ms 2024-03-21T11:57:29.487 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 7 0 -950us[ -727us] +/- 60ms 2024-03-21T11:57:29.487 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 1 +393us[ +616us] +/- 77ms 2024-03-21T11:57:29.487 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:29.513 INFO:teuthology.orchestra.run.smithi163.stderr:bash: line 1: ntpq: command not found 2024-03-21T11:57:29.517 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T11:57:29.517 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2024-03-21T11:57:29.517 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 2 6 7 0 +928us[ +928us] +/- 91ms 2024-03-21T11:57:29.518 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 3 6 7 1 -980us[ -980us] +/- 60ms 2024-03-21T11:57:29.518 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 3 6 3 2 +352us[ +352us] +/- 77ms 2024-03-21T11:57:29.518 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T11:57:29.519 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T11:57:29.527 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T11:57:29.528 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T11:57:29.535 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T11:57:29.597 DEBUG:teuthology.orchestra.run.smithi163:> 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-21T11:57:29.657 DEBUG:teuthology.orchestra.run.smithi149:> 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 2024-03-21T11:57:29.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:29.686 DEBUG:teuthology.orchestra.run.smithi163:> 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 2024-03-21T11:57:29.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:29.715 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T11:57:29.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T11:57:29.732 INFO:teuthology.task.internal:Duration was 258.383660 seconds 2024-03-21T11:57:29.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T11:57:29.741 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T11:57:29.741 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T11:57:29.743 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T11:57:29.784 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T11:57:29.798 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T11:57:30.119 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T11:57:30.119 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-03-21T11:57:30.119 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T11:57:30.164 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2024-03-21T11:57:30.164 DEBUG:teuthology.orchestra.run.smithi163:> 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-21T11:57:30.189 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T11:57:30.189 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T11:57:30.206 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T11:57:30.257 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T11:57:30.258 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T11:57:30.276 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T11:57:30.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T11:57:30.396 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T11:57:30.396 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T11:57:30.423 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T11:57:30.450 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T11:57:30.459 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T11:57:30.465 DEBUG:teuthology.orchestra.run.smithi163:> 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-21T11:57:30.488 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-03-21T11:57:30.515 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2024-03-21T11:57:30.541 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T11:57:30.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:30.567 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T11:57:30.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:57:30.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T11:57:30.605 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T11:57:30.607 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835/remote/smithi149 2024-03-21T11:57:30.608 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T11:57:30.665 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835/remote/smithi163 2024-03-21T11:57:30.666 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T11:57:30.713 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T11:57:30.713 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T11:57:30.715 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T11:57:30.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T11:57:30.774 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T11:57:30.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T11:57:30.783 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T11:57:30.783 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T11:57:30.785 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T11:57:30.797 INFO:teuthology.orchestra.run.smithi149.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 11:57 /home/ubuntu/cephtest 2024-03-21T11:57:30.817 INFO:teuthology.orchestra.run.smithi163.stdout: 265575 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 11:57 /home/ubuntu/cephtest 2024-03-21T11:57:30.818 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T11:57:30.828 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T11:57:30.847 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T11:57:30.873 DEBUG:teuthology.nuke:shortname: smithi149 2024-03-21T11:57:30.874 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:57:30.903 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835', '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 11:43:21.771269', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOjB+JhVtfFOP0TqY0KNdgjXOs/kBgLs8IOmeW4TH5u5TXcrhcG6epqZpZfaznP5gE5RWfEmaq6s0TwlelGRUY4='} 2024-03-21T11:57:30.904 DEBUG:teuthology.nuke:shortname: smithi163 2024-03-21T11:57:30.904 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:57:30.931 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614835', '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 11:43:21.773031', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcZBGKK+KrsManWFc9OZ5eu+79aII8enqxrRQi2XR+QV65qaz8/txH64xTyR7HRLEJusGXBd1WBNW8lm6yuhVg='} 2024-03-21T11:57:30.963 INFO:teuthology.orchestra.console.smithi149:Power off 2024-03-21T11:57:30.963 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T11:57:30.979 INFO:teuthology.orchestra.console.smithi163:Power off 2024-03-21T11:57:30.979 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T11:57:30.988 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-03-21T11:57:30.989 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:31.001 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2024-03-21T11:57:31.002 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:31.011 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-03-21T11:57:31.024 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-03-21T11:57:35.013 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:35.025 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:35.122 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-03-21T11:57:35.135 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-03-21T11:57:39.127 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:39.136 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:39.237 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-03-21T11:57:39.245 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-03-21T11:57:39.338 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-03-21T11:57:43.249 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:57:43.359 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2024-03-21T11:57:43.460 INFO:teuthology.orchestra.console.smithi163:Power off completed 2024-03-21T11:57:43.564 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 258.38365960121155 failure_reason: '' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=56ada770f01849b2a17f5520a59e2a16 status: fail success: false 2024-03-21T11:57:43.564 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T11:57:43.651 INFO:teuthology.run:FAIL