2024-05-08T14:29:31.808 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:29:31.809 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} --archive /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492 --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --verbose -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/orig.config.yaml 2024-05-08T14:29:31.842 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:29:31.934 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} email: adking@redhat.com first_in_suite: false job_id: '7697492' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-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-05-07-0802 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\) log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5571 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAE4m8lKp/xoGsjLxFo+H21bZBqEgPTsU7DPloXha7Y/PQN2S9rFEMdcEhgG82CnVAT1epDaQCLmq5Ik8O+MBCU= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL97yhQt4xSn6jGLjsP0bUWKysVBkuwbT3awgBEweaAxTlKhI0qR2EzXy7y3f/AwfuZVX0lD5FOzdVzMQzvWoas= 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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 1 service_id: foo service_type: nfs spec: port: 2049 virtual_ip: '{{VIP0}}' - placement: count: 1 service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo keepalive_only: true monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_13:38:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T14:29:31.934 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T14:29:31.935 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:29:31.935 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:29:31.937 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:29:31.961 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:29:31.961 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:29:31.961 INFO:teuthology.packaging:ref: None 2024-05-08T14:29:31.961 INFO:teuthology.packaging:tag: None 2024-05-08T14:29:31.961 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:29:31.961 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:29:31.961 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-05-07-0802 2024-05-08T14:29:32.175 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T14:29:32.176 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:29:32.183 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:29:32.184 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:29:32.191 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:29:32.203 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:29:32.209 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:29:32.235 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492', '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-05-08 14:24:37.212000', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAE4m8lKp/xoGsjLxFo+H21bZBqEgPTsU7DPloXha7Y/PQN2S9rFEMdcEhgG82CnVAT1epDaQCLmq5Ik8O+MBCU='} 2024-05-08T14:29:32.256 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492', '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-05-08 14:24:37.213850', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL97yhQt4xSn6jGLjsP0bUWKysVBkuwbT3awgBEweaAxTlKhI0qR2EzXy7y3f/AwfuZVX0lD5FOzdVzMQzvWoas='} 2024-05-08T14:29:32.256 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:29:32.266 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-08T14:29:32.267 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-08T14:29:32.267 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:29:32.337 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f023ac59160>, signals=[15]) 2024-05-08T14:29:32.338 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:29:32.345 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:29:32.345 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-05-08T14:29:32.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:32.423 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-05-08T14:29:32.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:32.495 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:29:32.501 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-05-08T14:29:32.519 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-05-08T14:29:32.519 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:29:32.577 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:29:32.578 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-05-08T14:29:32.611 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-05-08T14:29:32.629 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-05-08T14:29:32.629 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="9" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="9" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:29:32.687 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:29:32.688 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:29:32.688 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:29:32.688 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:29:32.688 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-05-08T14:29:32.710 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:29:32.718 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:29:32.723 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:29:32.723 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:29:32.725 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:29:32.743 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:29:32.749 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:29:32.749 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:29:32.782 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:29:32.886 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:29:33.014 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:29:33.044 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:29:33.044 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T14:29:33.045 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:29:33.046 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:29:33.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:29:33.064 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-05-08T14:29:33.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:29:33.066 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-08T14:29:33.133 INFO:teuthology.orchestra.run.smithi143.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:29:33.134 INFO:teuthology.task.kernel:Running kernel on smithi143: 5.14.0-437.el9.x86_64 2024-05-08T14:29:33.134 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2024-05-08T14:29:33.136 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:29:33.136 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-437.el9.x86_64 2024-05-08T14:29:33.137 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-05-08T14:29:35.514 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.1 MB 00:00 2024-05-08T14:29:36.683 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.1 MB 00:01 2024-05-08T14:29:37.349 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-05-08T14:29:38.484 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-05-08T14:29:42.768 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 9.8 MB/s | 6.2 MB 00:00 2024-05-08T14:29:43.066 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-05-08T14:29:44.518 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-05-08T14:29:45.658 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-05-08T14:29:46.622 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-08T14:29:47.171 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-08T14:29:51.927 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 9.9 kB/s | 1.7 kB 00:00 2024-05-08T14:29:52.368 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-05-08T14:29:53.917 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:29:53.917 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:29:54.013 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:29:54.023 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-05-08T14:29:54.024 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:29:54.025 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 78 M 2024-05-08T14:29:54.025 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 123 M 2024-05-08T14:29:54.025 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-05-08T14:29:54.391 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:29:54.391 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:29:54.495 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2024-05-08T14:29:54.507 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T14:29:54.507 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2024-05-08T14:29:54.507 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T14:29:54.507 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout:Install 4 Packages 2024-05-08T14:29:54.508 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:29:54.509 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 78 M 2024-05-08T14:29:54.509 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 123 M 2024-05-08T14:29:54.509 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2024-05-08T14:29:55.020 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 522 kB/s | 484 kB 00:00 2024-05-08T14:29:55.545 INFO:teuthology.orchestra.run.smithi143.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 526 kB/s | 484 kB 00:00 2024-05-08T14:29:55.604 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 10 MB/s | 15 MB 00:01 2024-05-08T14:29:56.561 INFO:teuthology.orchestra.run.smithi143.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 8.0 MB/s | 15 MB 00:01 2024-05-08T14:29:56.612 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-05-08T14:29:57.187 INFO:teuthology.orchestra.run.smithi143.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-05-08T14:29:57.621 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 11 MB/s | 28 MB 00:02 2024-05-08T14:29:57.621 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:29:57.621 INFO:teuthology.orchestra.run.smithi079.stdout:Total 22 MB/s | 78 MB 00:03 2024-05-08T14:29:58.037 INFO:teuthology.orchestra.run.smithi143.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 11 MB/s | 28 MB 00:02 2024-05-08T14:29:58.037 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:29:58.037 INFO:teuthology.orchestra.run.smithi143.stdout:Total 22 MB/s | 78 MB 00:03 2024-05-08T14:29:58.312 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-05-08T14:29:58.658 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-05-08T14:29:58.658 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-05-08T14:29:58.720 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2024-05-08T14:29:59.081 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2024-05-08T14:29:59.081 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2024-05-08T14:29:59.588 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-05-08T14:29:59.589 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-05-08T14:30:00.002 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2024-05-08T14:30:00.002 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2024-05-08T14:30:01.970 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-05-08T14:30:02.396 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2024-05-08T14:30:02.590 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:30:02.679 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:03.050 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:30:03.147 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:05.341 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:05.497 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:05.840 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:06.009 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:10.249 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:10.524 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:10.778 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:10.830 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:15.291 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:15.606 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:44.725 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:44.773 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:44.998 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:45.037 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:45.093 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:45.094 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:30:45.094 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:45.094 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:45.317 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:45.318 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:30:45.318 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:30:45.318 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:30:45.936 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:45.936 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:30:45.937 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.205 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.206 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:30:46.206 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2024-05-08T14:30:46.294 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:30:46.377 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.377 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.377 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.378 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:30:46.378 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:30:46.378 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:30:46.378 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:30:46.378 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:30:46.427 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.428 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.428 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-05-08T14:30:46.458 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 68.el9 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8264254 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:30:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-05-08T14:30:46.460 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:30:46.461 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:30:46.461 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.461 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:30:46.561 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:30:46.637 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.637 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.638 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.638 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:30:46.638 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:30:46.638 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:30:46.638 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:30:46.638 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:30:46.686 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:30:46.687 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.687 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.06 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 68.el9 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Group : Unspecified 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 8264254 2024-05-08T14:30:46.717 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : builder@centos.org 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:30:46.718 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2024-05-08T14:30:46.719 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-05-08T14:30:46.719 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:30:46.719 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:30:46.719 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:30:46.720 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:30:47.077 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-05-08T14:30:47.387 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-05-08T14:30:48.408 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:30:48.442 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-05-08T14:30:48.446 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-05-08T14:30:48.466 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.Oy0AT6BgG4 2024-05-08T14:30:48.466 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Oy0AT6BgG4 2024-05-08T14:30:48.532 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.Oy0AT6BgG4 2024-05-08T14:30:48.687 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.Oy0AT6BgG4 is 6KB 2024-05-08T14:30:48.737 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.Oy0AT6BgG4 2024-05-08T14:30:48.751 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:30:48.792 INFO:teuthology.orchestra.run.smithi143.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:30:48.812 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:30:48.812 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:30:48.812 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:30:48.813 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:30:48.814 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:30:48.833 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-05-08T14:30:48.839 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-05-08T14:30:48.856 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.KXHd2HyVED 2024-05-08T14:30:48.856 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KXHd2HyVED 2024-05-08T14:30:48.921 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.KXHd2HyVED 2024-05-08T14:30:48.967 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-05-08T14:30:49.059 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.KXHd2HyVED is 6KB 2024-05-08T14:30:49.107 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.KXHd2HyVED 2024-05-08T14:30:49.122 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:30:49.183 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:30:49.183 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:30:49.183 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:30:49.183 INFO:teuthology.orchestra.run.smithi143.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:30:49.184 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:30:49.327 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-05-08T14:31:18.973 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:31:18.973 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:31:18.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:31:19.331 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:31:19.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:31:19.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:31:37.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-05-08T14:31:37.758 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-05-08T14:31:46.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:31:46.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:31:46.759 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:31:46.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:31:49.566 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-05-08T14:32:01.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:32:01.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:32:33.550 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-05-08T14:32:33.877 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:32:33.877 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:32:33.878 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-05-08T14:32:33.892 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:32:33.892 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T14:32:33.892 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:32:33.892 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:32:34.893 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:32:34.893 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:32:34.953 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-05-08T14:32:34.990 DEBUG:teuthology.parallel:result is None 2024-05-08T14:32:46.762 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T14:32:58.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:32:58.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:32:59.323 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-08T14:32:59.709 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:32:59.709 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:32:59.710 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-05-08T14:32:59.727 INFO:teuthology.orchestra.run.smithi143.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:32:59.727 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T14:32:59.727 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:32:59.727 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:33:00.728 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:33:00.728 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:33:00.814 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-05-08T14:33:00.842 DEBUG:teuthology.parallel:result is None 2024-05-08T14:33:00.842 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T14:33:00.852 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T14:33:00.853 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:33:00.855 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:33:00.873 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T14:33:00.880 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T14:33:00.924 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T14:33:00.924 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:33:00.927 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:33:01.046 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T14:33:01.052 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T14:33:01.053 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:33:01.055 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:33:01.089 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:33:01.091 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:33:01.100 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:33:01.103 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:33:01.104 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T14:33:01.112 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T14:33:01.112 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:33:01.147 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:33:01.174 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T14:33:01.183 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T14:33:01.183 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:33:01.216 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:33:01.232 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:33:01.314 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:33:01.363 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:33:01.444 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:33:01.486 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-05-08T14:33:01.487 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:33:01.552 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:33:01.597 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:33:01.650 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:33:01.731 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:33:01.777 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T14:33:01.777 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:33:01.845 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-05-08T14:33:01.848 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-05-08T14:33:01.887 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:33:01.923 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:33:02.403 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T14:33:02.412 INFO:teuthology.task.internal:Starting timer... 2024-05-08T14:33:02.412 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T14:33:02.445 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T14:33:02.460 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T14:33:02.460 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-05-08T14:33:02.521 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-05-08T14:33:02.523 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2024-05-08T14:33:02.582 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2024-05-08T14:33:02.584 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T14:33:02.584 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-05-08T14:33:02.620 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-05-08T14:33:02.620 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2024-05-08T14:33:02.671 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2024-05-08T14:33:02.671 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2024-05-08T14:33:02.672 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:33:02.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:33:02.698 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:33:02.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:33:02.725 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T14:33:02.725 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:33:02.764 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:33:02.792 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T14:33:02.801 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T14:33:02.817 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-05-08T14:33:02.818 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T14:37:04.514 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2024-05-08T14:37:04.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:37:04.517 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:37:04.599 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-05-08T14:37:04.672 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-05-08T14:37:04.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:37:04.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:37:04.747 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-05-08T14:37:04.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-05-08T14:37:04.834 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T14:37:04.845 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T14:37:04.845 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:37:04.846 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:04.848 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:37:04.848 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:04.875 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:37:04.889 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:37:04.902 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:37:04.914 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-05-08T14:37:04.916 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:37:04.925 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-05-08T14:37:04.939 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:37:04.941 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2024-05-08T14:37:04.952 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2024-05-08T14:37:04.953 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:37:04.965 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:37:04.980 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:37:05.010 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:37:05.013 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:37:05.013 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-05-08T14:37:05.013 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.014 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.014 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.015 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.034 INFO:teuthology.orchestra.run.smithi143.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:37:05.037 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:37:05.037 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-05-08T14:37:05.038 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.038 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.038 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.038 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:37:05.039 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-08T14:37:05.049 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-08T14:37:05.049 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-05-08T14:37:05.050 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:37:05.072 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-05-08T14:37:05.072 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-05-08 14:37:03.493513121 +0000 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-05-08 14:36:43.755967720 +0000 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-05-08 14:36:43.755967720 +0000 2024-05-08T14:37:05.128 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-05-08 14:36:43.755967720 +0000 2024-05-08T14:37:05.129 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:37:05.192 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-05-08T14:37:05.193 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-05-08T14:37:05.193 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000175845 s, 2.9 MB/s 2024-05-08T14:37:05.194 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:37:05.251 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-05-08 14:37:03.493513121 +0000 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-05-08 14:36:44.110959464 +0000 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-05-08 14:36:44.110959464 +0000 2024-05-08T14:37:05.308 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-05-08 14:36:44.110959464 +0000 2024-05-08T14:37:05.309 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:37:05.371 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-05-08T14:37:05.371 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-05-08T14:37:05.371 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000210181 s, 2.4 MB/s 2024-05-08T14:37:05.372 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:37:05.428 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-05-08 14:37:03.493513121 +0000 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-05-08 14:36:44.446951649 +0000 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-05-08 14:36:44.446951649 +0000 2024-05-08T14:37:05.484 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-05-08 14:36:44.446951649 +0000 2024-05-08T14:37:05.485 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:37:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-05-08T14:37:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-05-08T14:37:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000259717 s, 2.0 MB/s 2024-05-08T14:37:05.548 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:37:05.605 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-05-08T14:37:05.660 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-05-08 14:37:03.493513121 +0000 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-05-08 14:36:44.780943880 +0000 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-05-08 14:36:44.780943880 +0000 2024-05-08T14:37:05.661 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-05-08 14:36:44.780943880 +0000 2024-05-08T14:37:05.661 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:37:05.723 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-05-08T14:37:05.723 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-05-08T14:37:05.723 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000201531 s, 2.5 MB/s 2024-05-08T14:37:05.724 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:37:05.780 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:05.919 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-05-08T14:37:05.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-05-08T14:37:05.921 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:05.954 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-05-08T14:37:05.982 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:37:06.018 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-05-08T14:37:06.018 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:06.092 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-05-08T14:37:06.122 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:37:06.144 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-05-08T14:37:06.144 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:06.223 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-05-08T14:37:06.256 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:37:06.279 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-05-08T14:37:06.280 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:37:06.352 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-05-08T14:37:06.381 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:37:06.404 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-05-08T14:37:06.404 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:37:06.460 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list 2024-05-08T14:37:06.523 INFO:teuthology.orchestra.run.smithi079.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:37:06.523 INFO:teuthology.orchestra.run.smithi079.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:37:06.523 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme0n1 PHFT6204013G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T14:37:06.523 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme1n1 1a5ff152943e3e622e9a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:06.524 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme2n1 6f1970b19614f0e72808 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:06.524 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme3n1 1a485ba3bf923ad02e4a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:06.524 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme4n1 08b192f0793110548b63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:06.524 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:37:06.525 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-05-08T14:37:06.525 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-05-08T14:37:06.589 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T14:37:06.589 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:37:06.609 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-05-08T14:37:06.609 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-05-08T14:37:06.668 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 14:37:03.528245824 +0000 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 14:36:44.167767988 +0000 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 14:36:44.167767988 +0000 2024-05-08T14:37:06.669 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 14:36:44.167767988 +0000 2024-05-08T14:37:06.670 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:37:06.737 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T14:37:06.737 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T14:37:06.737 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000278365 s, 1.8 MB/s 2024-05-08T14:37:06.738 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:37:06.797 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 14:37:03.528245824 +0000 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 14:36:44.523758403 +0000 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 14:36:44.523758403 +0000 2024-05-08T14:37:06.855 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 14:36:44.523758403 +0000 2024-05-08T14:37:06.856 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:37:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T14:37:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T14:37:06.921 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00028831 s, 1.8 MB/s 2024-05-08T14:37:06.922 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:37:06.980 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 14:37:03.528245824 +0000 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 14:36:44.868749114 +0000 2024-05-08T14:37:07.037 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 14:36:44.868749114 +0000 2024-05-08T14:37:07.038 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 14:36:44.868749114 +0000 2024-05-08T14:37:07.038 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:37:07.102 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T14:37:07.102 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T14:37:07.102 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000215252 s, 2.4 MB/s 2024-05-08T14:37:07.103 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:37:07.160 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-05-08T14:37:07.216 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-05-08 14:37:03.528245824 +0000 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-05-08 14:36:45.213739824 +0000 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-05-08 14:36:45.213739824 +0000 2024-05-08T14:37:07.217 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: 2024-05-08 14:36:45.213739824 +0000 2024-05-08T14:37:07.217 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:37:07.280 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-05-08T14:37:07.280 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-05-08T14:37:07.281 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000189942 s, 2.7 MB/s 2024-05-08T14:37:07.282 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:37:07.338 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:07.471 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2024-05-08T14:37:07.472 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-05-08T14:37:07.473 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:07.505 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T14:37:07.534 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:37:07.559 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-05-08T14:37:07.559 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:07.633 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T14:37:07.662 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:37:07.685 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-05-08T14:37:07.685 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:07.759 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T14:37:07.788 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:37:07.811 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-05-08T14:37:07.812 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:37:07.886 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-05-08T14:37:07.913 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:37:07.936 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T14:37:07.936 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:37:07.991 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2024-05-08T14:37:08.055 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 4679485e0f8147b86290 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 f3e47df6792e3997f54f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 a189d8accb530ef0fa8d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:08.056 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 a7ba6575de28f37d58ae Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:37:08.057 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:37:08.057 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T14:37:08.057 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-05-08T14:37:08.122 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T14:37:08.232 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64'} 2024-05-08T14:37:08.232 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T14:37:08.233 INFO:tasks.cephadm:Cluster fsid is 728b8c70-0d48-11ef-bc97-c7b262605968 2024-05-08T14:37:08.233 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T14:37:08.233 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T14:37:08.233 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi079': '172.21.15.79', 'mon.smithi143': '172.21.15.143'} 2024-05-08T14:37:08.233 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T14:37:08.233 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-05-08T14:37:08.264 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-05-08T14:37:08.290 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T14:37:08.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:37:08.449 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T14:37:08.591 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:37:08.592 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T14:37:08.592 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T14:37:08.592 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:09.411 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:37 /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:09.411 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:10.131 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:37 /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:10.131 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:10.149 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:37:10.176 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T14:37:10.176 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:37:10.193 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:37:11.828 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:37:11.891 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:38:03.055 INFO:teuthology.orchestra.run.smithi079.stderr:Non-zero exit code 1 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi079 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:38:03.056 INFO:teuthology.orchestra.run.smithi079.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:38:03.056 INFO:teuthology.orchestra.run.smithi079.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:38:03.056 INFO:teuthology.orchestra.run.smithi079.stderr:Traceback (most recent call last): 2024-05-08T14:38:03.056 INFO:teuthology.orchestra.run.smithi079.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:38:03.063 INFO:teuthology.orchestra.run.smithi079.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: exec(code, run_globals) 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi079 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:38:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:38:03.065 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-05-08T14:38:03.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:03.086 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi079 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:38:03.088 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T14:38:03.090 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi079/crash 2024-05-08T14:38:03.091 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:38:03.127 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi143/crash 2024-05-08T14:38:03.128 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:38:03.793 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:38:03.793 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:38:03.794 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T14:38:03.794 DEBUG:teuthology.orchestra.run.smithi079:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T14:38:03.823 INFO:teuthology.orchestra.run.smithi079.stderr:grep: /var/log/ceph/728b8c70-0d48-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T14:38:03.824 INFO:tasks.cephadm:Compressing logs... 2024-05-08T14:38:03.824 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T14:38:03.867 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T14:38:03.890 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:38:03.890 INFO:teuthology.orchestra.run.smithi079.stderr:: No such file or directory 2024-05-08T14:38:03.891 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: 58.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:38:03.892 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:38:03.892 INFO:teuthology.orchestra.run.smithi143.stderr:: No such file or directory 2024-05-08T14:38:03.893 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: 54.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:38:03.893 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-05-08T14:38:03.893 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.013s 2024-05-08T14:38:03.893 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m0.007s 2024-05-08T14:38:03.894 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.016s 2024-05-08T14:38:03.894 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-05-08T14:38:03.895 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.013s 2024-05-08T14:38:03.895 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m0.012s 2024-05-08T14:38:03.895 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.011s 2024-05-08T14:38:03.895 INFO:tasks.cephadm:Archiving logs... 2024-05-08T14:38:03.895 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi079/log 2024-05-08T14:38:03.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:38:03.960 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi143/log 2024-05-08T14:38:03.961 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:38:03.989 INFO:tasks.cephadm:Removing cluster... 2024-05-08T14:38:03.989 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 728b8c70-0d48-11ef-bc97-c7b262605968 --force 2024-05-08T14:38:04.182 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 728b8c70-0d48-11ef-bc97-c7b262605968 2024-05-08T14:38:04.297 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 728b8c70-0d48-11ef-bc97-c7b262605968 --force 2024-05-08T14:38:04.490 INFO:teuthology.orchestra.run.smithi143.stdout:Deleting cluster with fsid: 728b8c70-0d48-11ef-bc97-c7b262605968 2024-05-08T14:38:04.638 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T14:38:04.638 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:38:04.655 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:38:04.670 INFO:tasks.cephadm:Teardown complete 2024-05-08T14:38:04.671 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi079 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:38:04.888 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d3082fd7394940bf82df6c26b6fd6d51 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi079 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:38:04.893 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T14:38:04.907 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-08T14:38:04.939 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-05-08T14:38:04.939 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2024-05-08T14:38:05.096 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:38:05.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.097 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-05-08T14:38:05.098 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2024-05-08T14:38:05.245 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:38:05.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.247 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-05-08T14:38:05.247 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2024-05-08T14:38:05.401 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:38:05.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.403 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-05-08T14:38:05.403 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2024-05-08T14:38:05.550 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:38:05.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.552 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-05-08T14:38:05.552 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-05-08T14:38:05.577 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-05-08T14:38:05.577 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2024-05-08T14:38:05.708 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:38:05.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.709 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-05-08T14:38:05.710 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2024-05-08T14:38:05.847 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:38:05.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:05.849 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-05-08T14:38:05.849 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2024-05-08T14:38:05.973 INFO:teuthology.orchestra.run.smithi143.stderr:Non-zero exit code 1 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi143 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:38:05.973 INFO:teuthology.orchestra.run.smithi143.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:38:05.973 INFO:teuthology.orchestra.run.smithi143.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:38:05.973 INFO:teuthology.orchestra.run.smithi143.stderr:Traceback (most recent call last): 2024-05-08T14:38:05.974 INFO:teuthology.orchestra.run.smithi143.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:38:05.983 INFO:teuthology.orchestra.run.smithi143.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: exec(code, run_globals) 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:38:05.984 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi143 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:38:05.985 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-05-08T14:38:06.002 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:38:06.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:06.003 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-05-08T14:38:06.004 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2024-05-08T14:38:06.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:06.149 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:38:06.149 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-05-08T14:38:06.149 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-05-08T14:38:06.174 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T14:38:06.183 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T14:38:06.184 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:38:06.186 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:38:06.198 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:38:06.203 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:38:06.203 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-05-08T14:38:06.203 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv01.front.sepia.ceph.com 3 6 17 55 -2638us[-2668us] +/- 77ms 2024-05-08T14:38:06.203 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 55 +273us[ +244us] +/- 81ms 2024-05-08T14:38:06.203 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 55 +2652us[+2652us] +/- 83ms 2024-05-08T14:38:06.204 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:38:06.229 INFO:teuthology.orchestra.run.smithi143.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:38:06.234 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:38:06.234 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-05-08T14:38:06.234 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv01.front.sepia.ceph.com 3 6 17 55 -2627us[-2660us] +/- 77ms 2024-05-08T14:38:06.234 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 55 +271us[ +237us] +/- 81ms 2024-05-08T14:38:06.234 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 55 +2656us[+2656us] +/- 83ms 2024-05-08T14:38:06.235 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:38:06.235 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T14:38:06.250 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T14:38:06.251 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T14:38:06.294 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:38:06.350 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:38:06.407 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:38:06.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:06.436 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:38:06.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:06.463 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T14:38:06.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T14:38:06.490 INFO:teuthology.task.internal:Duration was 304.077801 seconds 2024-05-08T14:38:06.491 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T14:38:06.533 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T14:38:06.534 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:38:06.537 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:38:06.572 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:38:06.576 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:38:06.900 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T14:38:06.900 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-05-08T14:38:06.901 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:38:06.960 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-05-08T14:38:06.960 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:38:06.987 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T14:38:06.987 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:38:07.003 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:38:07.056 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T14:38:07.056 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:38:07.070 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:38:07.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T14:38:07.202 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T14:38:07.203 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:38:07.228 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:38:07.253 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T14:38:07.264 DEBUG:teuthology.orchestra.run.smithi079:> 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-05-08T14:38:07.270 DEBUG:teuthology.orchestra.run.smithi143:> 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-05-08T14:38:07.291 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-05-08T14:38:07.317 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-05-08T14:38:07.340 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:38:07.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:07.379 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:38:07.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:38:07.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T14:38:07.427 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T14:38:07.428 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi079 2024-05-08T14:38:07.428 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:38:07.464 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492/remote/smithi143 2024-05-08T14:38:07.465 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:38:07.500 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T14:38:07.500 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:38:07.502 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:38:07.548 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T14:38:07.564 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T14:38:07.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T14:38:07.619 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T14:38:07.619 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:38:07.622 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:38:07.635 INFO:teuthology.orchestra.run.smithi079.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:38 /home/ubuntu/cephtest 2024-05-08T14:38:07.637 INFO:teuthology.orchestra.run.smithi143.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:38 /home/ubuntu/cephtest 2024-05-08T14:38:07.638 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:38:07.666 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:38:07.753 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:38:07.783 DEBUG:teuthology.nuke:shortname: smithi079 2024-05-08T14:38:07.783 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:38:07.810 DEBUG:teuthology.nuke:shortname: smithi143 2024-05-08T14:38:07.810 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:38:07.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492', '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-05-08 14:24:37.212000', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAE4m8lKp/xoGsjLxFo+H21bZBqEgPTsU7DPloXha7Y/PQN2S9rFEMdcEhgG82CnVAT1epDaQCLmq5Ik8O+MBCU='} 2024-05-08T14:38:07.844 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697492', '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-05-08 14:24:37.213850', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL97yhQt4xSn6jGLjsP0bUWKysVBkuwbT3awgBEweaAxTlKhI0qR2EzXy7y3f/AwfuZVX0lD5FOzdVzMQzvWoas='} 2024-05-08T14:38:07.876 INFO:teuthology.orchestra.console.smithi079:Power off 2024-05-08T14:38:07.876 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:38:07.914 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2024-05-08T14:38:07.914 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:07.946 INFO:teuthology.orchestra.console.smithi143:Power off 2024-05-08T14:38:07.947 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:38:07.965 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-05-08T14:38:07.990 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-05-08T14:38:07.990 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:08.021 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T14:38:11.966 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:12.022 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:12.076 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-05-08T14:38:12.133 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T14:38:16.078 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:16.135 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:16.189 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-05-08T14:38:16.250 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-05-08T14:38:20.194 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:20.251 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:38:20.304 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2024-05-08T14:38:20.364 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-05-08T14:38:20.405 INFO:teuthology.orchestra.console.smithi079:Power off completed 2024-05-08T14:38:20.466 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-05-08T14:38:20.570 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-keepalive-only 3-final} duration: 304.0778007507324 failure_reason: 'Command failed on smithi079 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d3082fd7394940bf82df6c26b6fd6d51 status: fail success: false 2024-05-08T14:38:20.571 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:38:20.679 INFO:teuthology.run:FAIL