2024-05-08T14:00:57.783 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:00:57.783 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 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/7697447 --verbose --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697447/orig.config.yaml 2024-05-08T14:00:57.816 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:00:57.913 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/7697447 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/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7697447' 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: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPnh0ldP4YlaNkN65Ar6SNgoV58QazVFnxeTI56w40AcO8APbrnBd4EL7sP/hvBZqLnFECBHchIBjdrQ89sRfNI= smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEg8/JFbFPQCx+K20UAEWXrZRjq2GmTOV9heqpFE2N03iLlOwf3AcQvRrqYhN44NXFGVO3nAn4uN9CequZSz5fI= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:00:57.913 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:00:57.914 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:00:57.914 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:00:57.915 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:00:57.939 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:00:57.939 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:00:57.939 INFO:teuthology.packaging:ref: None 2024-05-08T14:00:57.939 INFO:teuthology.packaging:tag: None 2024-05-08T14:00:57.939 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:00:57.939 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:00:57.939 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:00:58.162 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T14:00:58.163 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:00:58.169 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:00:58.170 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:00:58.176 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:00:58.190 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:00:58.196 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:00:58.222 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.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/7697447', '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 13:56:04.530324', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPnh0ldP4YlaNkN65Ar6SNgoV58QazVFnxeTI56w40AcO8APbrnBd4EL7sP/hvBZqLnFECBHchIBjdrQ89sRfNI='} 2024-05-08T14:00:58.246 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.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/7697447', '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 13:56:04.532141', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEg8/JFbFPQCx+K20UAEWXrZRjq2GmTOV9heqpFE2N03iLlOwf3AcQvRrqYhN44NXFGVO3nAn4uN9CequZSz5fI='} 2024-05-08T14:00:58.246 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:00:58.252 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-08T14:00:58.252 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-08T14:00:58.252 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:00:58.319 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa055f43ee0>, signals=[15]) 2024-05-08T14:00:58.319 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:00:58.325 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:00:58.325 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-05-08T14:00:58.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:00:58.408 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-05-08T14:00:58.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:00:58.484 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:00:58.491 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-05-08T14:00:58.510 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-05-08T14:00:58.510 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="CentOS Stream" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="9" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:ID="centos" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="9" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:00:58.568 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:00:58.569 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:00:58.569 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:00:58.569 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:00:58.569 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:00:58.570 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-05-08T14:00:58.597 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-05-08T14:00:58.614 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-05-08T14:00:58.615 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-05-08T14:00:58.672 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="CentOS Stream" 2024-05-08T14:00:58.672 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="9" 2024-05-08T14:00:58.672 INFO:teuthology.orchestra.run.smithi082.stdout:ID="centos" 2024-05-08T14:00:58.672 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:00:58.672 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="9" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:00:58.673 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:00:58.673 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-05-08T14:00:58.696 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:00:58.705 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:00:58.709 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:00:58.709 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:00:58.712 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:00:58.728 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:00:58.734 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:00:58.734 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:00:58.769 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:00:58.860 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:00:58.916 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:00:58.931 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:00:58.931 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T14:00:58.931 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:00:58.932 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:00:58.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:00:58.949 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-05-08T14:00:58.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:00:58.950 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-05-08T14:00:59.006 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:00:59.006 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.14.0-437.el9.x86_64 2024-05-08T14:00:59.006 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2024-05-08T14:00:59.007 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:00:59.007 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.14.0-437.el9.x86_64 2024-05-08T14:00:59.008 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2024-05-08T14:01:01.524 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 8.5 MB/s | 8.1 MB 00:00 2024-05-08T14:01:04.069 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 2.4 MB/s | 8.1 MB 00:03 2024-05-08T14:01:04.934 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 19 MB 00:02 2024-05-08T14:01:10.376 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-05-08T14:01:12.835 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-05-08T14:01:14.911 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-08T14:01:20.319 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-05-08T14:01:21.450 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-08T14:01:22.367 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:01:22.367 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:01:22.458 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-05-08T14:01:22.463 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2024-05-08T14:01:22.464 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:01:22.465 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 78 M 2024-05-08T14:01:22.465 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 123 M 2024-05-08T14:01:22.465 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-05-08T14:01:23.679 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 459 kB/s | 484 kB 00:01 2024-05-08T14:01:25.634 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 9.9 MB/s | 6.2 MB 00:00 2024-05-08T14:01:27.243 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-05-08T14:01:27.795 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 6.6 MB/s | 34 MB 00:05 2024-05-08T14:01:28.270 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): kernel-core-5.14.0-444.el9.x86_64.rpm 2.7 MB/s | 15 MB 00:05 2024-05-08T14:01:28.762 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 5.5 MB/s | 28 MB 00:05 2024-05-08T14:01:28.762 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:01:28.762 INFO:teuthology.orchestra.run.smithi002.stdout:Total 12 MB/s | 78 MB 00:06 2024-05-08T14:01:29.473 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-05-08T14:01:29.900 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-05-08T14:01:29.900 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-05-08T14:01:30.861 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-05-08T14:01:30.861 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-05-08T14:01:32.012 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 4.6 MB/s | 21 MB 00:04 2024-05-08T14:01:33.436 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-05-08T14:01:34.061 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:01:34.145 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:01:36.984 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:01:37.114 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:01:37.201 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-05-08T14:01:39.191 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:01:39.191 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:01:39.274 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:01:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout:Install 4 Packages 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 78 M 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 123 M 2024-05-08T14:01:39.281 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-05-08T14:01:40.028 INFO:teuthology.orchestra.run.smithi082.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.1 MB/s | 484 kB 00:00 2024-05-08T14:01:40.345 INFO:teuthology.orchestra.run.smithi082.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 28 MB/s | 15 MB 00:00 2024-05-08T14:01:40.778 INFO:teuthology.orchestra.run.smithi082.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 37 MB/s | 28 MB 00:00 2024-05-08T14:01:41.128 INFO:teuthology.orchestra.run.smithi082.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 26 MB/s | 34 MB 00:01 2024-05-08T14:01:41.129 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:01:41.129 INFO:teuthology.orchestra.run.smithi082.stdout:Total 42 MB/s | 78 MB 00:01 2024-05-08T14:01:41.808 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-05-08T14:01:42.159 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-05-08T14:01:42.159 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-05-08T14:01:42.193 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:01:42.241 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:01:43.109 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-05-08T14:01:43.109 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-05-08T14:01:45.613 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-05-08T14:01:46.236 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:01:46.320 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:01:47.334 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:01:48.986 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:01:49.114 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:01:53.853 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:01:53.949 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:01:58.701 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:18.183 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:18.223 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:18.568 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:18.568 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:02:18.569 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:02:18.569 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:02:19.372 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:19.372 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:02:19.372 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-05-08T14:02:19.372 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.373 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.373 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.373 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.373 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:02:19.373 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-05-08T14:02:19.693 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:02:19.782 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.782 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:02:19.782 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:02:19.782 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:02:19.782 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:02:19.782 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:02:19.782 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:02:19.783 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:02:19.833 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:19.833 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:02:19.834 DEBUG:teuthology.orchestra.run.smithi002:> sudo rpm -qi grub2-tools 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Name : grub2-tools 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Epoch : 1 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Version : 2.06 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Release : 68.el9 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: x86_64 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Group : Unspecified 2024-05-08T14:02:19.876 INFO:teuthology.orchestra.run.smithi002.stdout:Size : 8264254 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:License : GPLv3+ 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Packager : builder@centos.org 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Vendor : CentOS 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Summary : Support tools for GRUB. 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:Description : 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:02:19.877 INFO:teuthology.orchestra.run.smithi002.stdout:hardware devices. 2024-05-08T14:02:19.878 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-08T14:02:19.878 INFO:teuthology.orchestra.run.smithi002.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:02:19.878 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:02:19.879 INFO:teuthology.task.kernel:Updating grub on smithi002 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:02:19.879 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:02:20.487 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2024-05-08T14:02:21.831 INFO:teuthology.orchestra.run.smithi002.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:02:21.859 INFO:teuthology.orchestra.run.smithi002.stderr:done 2024-05-08T14:02:21.861 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2024-05-08T14:02:21.876 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.Usj8vhCvZV 2024-05-08T14:02:21.876 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Usj8vhCvZV 2024-05-08T14:02:21.943 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.Usj8vhCvZV 2024-05-08T14:02:22.082 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.Usj8vhCvZV is 6KB 2024-05-08T14:02:22.132 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.Usj8vhCvZV 2024-05-08T14:02:22.147 DEBUG:teuthology.orchestra.run.smithi002:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:02:22.210 INFO:teuthology.orchestra.run.smithi002.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:02:22.210 INFO:teuthology.orchestra.run.smithi002.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:02:22.210 INFO:teuthology.orchestra.run.smithi002.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:02:22.210 INFO:teuthology.orchestra.run.smithi002.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:02:22.212 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:02:22.344 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2024-05-08T14:02:28.237 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:28.274 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:28.587 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:28.587 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:02:28.587 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:02:28.587 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:02:29.416 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:02:29.416 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:02:29.416 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-05-08T14:02:29.416 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.417 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.417 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.417 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.417 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:02:29.417 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-05-08T14:02:29.757 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:02:29.838 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.838 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:02:29.839 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:02:29.839 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:02:29.839 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:02:29.839 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:02:29.839 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:02:29.839 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:02:29.889 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:02:29.889 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:02:29.890 DEBUG:teuthology.orchestra.run.smithi082:> sudo rpm -qi grub2-tools 2024-05-08T14:02:29.927 INFO:teuthology.orchestra.run.smithi082.stdout:Name : grub2-tools 2024-05-08T14:02:29.927 INFO:teuthology.orchestra.run.smithi082.stdout:Epoch : 1 2024-05-08T14:02:29.927 INFO:teuthology.orchestra.run.smithi082.stdout:Version : 2.06 2024-05-08T14:02:29.927 INFO:teuthology.orchestra.run.smithi082.stdout:Release : 68.el9 2024-05-08T14:02:29.927 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: x86_64 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Group : Unspecified 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Size : 8264254 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:License : GPLv3+ 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Packager : builder@centos.org 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Vendor : CentOS 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Summary : Support tools for GRUB. 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Description : 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:02:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:02:29.929 INFO:teuthology.orchestra.run.smithi082.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:02:29.929 INFO:teuthology.orchestra.run.smithi082.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:02:29.929 INFO:teuthology.orchestra.run.smithi082.stdout:hardware devices. 2024-05-08T14:02:29.929 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-05-08T14:02:29.929 INFO:teuthology.orchestra.run.smithi082.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:02:29.930 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:02:29.930 INFO:teuthology.task.kernel:Updating grub on smithi082 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:02:29.930 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:02:30.518 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2024-05-08T14:02:31.963 INFO:teuthology.orchestra.run.smithi082.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:02:31.996 INFO:teuthology.orchestra.run.smithi082.stderr:done 2024-05-08T14:02:31.998 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2024-05-08T14:02:32.027 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.arIXWmyvb5 2024-05-08T14:02:32.027 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.arIXWmyvb5 2024-05-08T14:02:32.092 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.arIXWmyvb5 2024-05-08T14:02:32.227 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.arIXWmyvb5 is 6KB 2024-05-08T14:02:32.274 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.arIXWmyvb5 2024-05-08T14:02:32.288 DEBUG:teuthology.orchestra.run.smithi082:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:02:32.350 INFO:teuthology.orchestra.run.smithi082.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:02:32.350 INFO:teuthology.orchestra.run.smithi082.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:02:32.351 INFO:teuthology.orchestra.run.smithi082.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:02:32.351 INFO:teuthology.orchestra.run.smithi082.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:02:32.352 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:02:32.500 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2024-05-08T14:02:52.366 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:02:52.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:02:52.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:03:02.510 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:03:02.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:03:02.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:03:10.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-08T14:03:19.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:03:19.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:03:20.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-05-08T14:03:29.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:03:29.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:03:33.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-05-08T14:03:45.066 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:03:45.067 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:04:03.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-05-08T14:04:18.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:04:18.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:04:19.107 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-05-08T14:04:19.515 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:04:19.515 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:04:19.515 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-05-08T14:04:19.530 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:04:19.530 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:04:19.530 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:04:19.530 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:04:19.761 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T14:04:20.531 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:04:20.531 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:04:20.625 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-05-08T14:04:20.665 DEBUG:teuthology.parallel:result is None 2024-05-08T14:04:31.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:04:31.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:04:32.036 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-05-08T14:04:32.412 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:04:32.412 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:04:32.413 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-05-08T14:04:32.431 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:04:32.431 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:04:32.431 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:04:32.431 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:04:33.432 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:04:33.432 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:04:33.505 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-05-08T14:04:33.537 DEBUG:teuthology.parallel:result is None 2024-05-08T14:04:33.537 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T14:04:33.544 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T14:04:33.545 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:04:33.547 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:04:33.567 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T14:04:33.574 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T14:04:33.582 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T14:04:33.582 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:04:33.606 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:04:33.646 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T14:04:33.652 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T14:04:33.653 DEBUG:teuthology.orchestra.run.smithi002:> 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:04:33.683 DEBUG:teuthology.orchestra.run.smithi082:> 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:04:33.720 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:04:33.720 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:04:33.731 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:04:33.732 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:04:33.734 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T14:04:33.741 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T14:04:33.741 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:04:33.776 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:04:33.805 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T14:04:33.814 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T14:04:33.814 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:04:33.846 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:04:33.863 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:04:33.948 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:04:33.998 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:04:34.081 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:04:34.126 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-08T14:04:34.127 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:04:34.192 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:04:34.235 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:04:34.290 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:04:34.376 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:04:34.422 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-05-08T14:04:34.422 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:04:34.490 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-05-08T14:04:34.493 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-05-08T14:04:34.535 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:04:34.590 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:04:34.949 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T14:04:34.957 INFO:teuthology.task.internal:Starting timer... 2024-05-08T14:04:34.957 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T14:04:34.968 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T14:04:34.977 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T14:04:34.978 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2024-05-08T14:04:35.046 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2024-05-08T14:04:35.049 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2024-05-08T14:04:35.091 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2024-05-08T14:04:35.093 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T14:04:35.093 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2024-05-08T14:04:35.126 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2024-05-08T14:04:35.127 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2024-05-08T14:04:35.153 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2024-05-08T14:04:35.153 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi082.front.sepia.ceph.com': 'permissive'} 2024-05-08T14:04:35.153 DEBUG:teuthology.orchestra.run.smithi002:> 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:04:35.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:04:35.198 DEBUG:teuthology.orchestra.run.smithi082:> 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:04:35.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:04:35.226 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T14:04:35.226 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:04:35.266 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:04:35.293 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T14:04:35.303 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T14:04:35.322 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:04:35.323 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi082.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T14:08:43.853 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi082.front.sepia.ceph.com')] 2024-05-08T14:08:43.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:08:43.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:08:43.932 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-05-08T14:08:44.006 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-08T14:08:44.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:08:44.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:08:44.080 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-05-08T14:08:44.161 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-05-08T14:08:44.161 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T14:08:44.171 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T14:08:44.172 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:08:44.173 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:44.175 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:08:44.175 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:44.205 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:08:44.221 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:08:44.229 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:08:44.243 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:08:44.248 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2024-05-08T14:08:44.260 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2024-05-08T14:08:44.266 INFO:teuthology.orchestra.run.smithi082.stderr:sudo: ntpd: command not found 2024-05-08T14:08:44.275 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:08:44.277 INFO:teuthology.orchestra.run.smithi082.stdout:506 Cannot talk to daemon 2024-05-08T14:08:44.290 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:08:44.291 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:08:44.305 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:08:44.358 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:08:44.361 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:08:44.361 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-05-08T14:08:44.362 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.362 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.362 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.362 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.363 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.367 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:08:44.367 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-08T14:08:44.377 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-08T14:08:44.377 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-08T14:08:44.377 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:08:44.420 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:08:44.420 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2024-05-08T14:08:44.476 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:08:44.476 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:44.476 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-05-08 14:08:42.846196742 +0000 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-05-08 14:08:25.077591971 +0000 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-05-08 14:08:25.077591971 +0000 2024-05-08T14:08:44.477 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-05-08 14:08:25.077591971 +0000 2024-05-08T14:08:44.477 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:08:44.540 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-05-08T14:08:44.540 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-05-08T14:08:44.540 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 8.4587e-05 s, 6.1 MB/s 2024-05-08T14:08:44.542 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:08:44.599 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:44.655 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-05-08 14:08:42.846196742 +0000 2024-05-08T14:08:44.656 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-05-08 14:08:25.429584141 +0000 2024-05-08T14:08:44.656 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-05-08 14:08:25.429584141 +0000 2024-05-08T14:08:44.656 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-05-08 14:08:25.429584141 +0000 2024-05-08T14:08:44.656 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:08:44.719 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-05-08T14:08:44.719 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-05-08T14:08:44.720 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000102102 s, 5.0 MB/s 2024-05-08T14:08:44.721 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:08:44.778 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-05-08 14:08:42.846196742 +0000 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-05-08 14:08:25.770576557 +0000 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-05-08 14:08:25.770576557 +0000 2024-05-08T14:08:44.834 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-05-08 14:08:25.770576557 +0000 2024-05-08T14:08:44.835 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:08:44.898 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-05-08T14:08:44.898 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-05-08T14:08:44.898 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000102963 s, 5.0 MB/s 2024-05-08T14:08:44.900 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:08:44.957 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2024-05-08T14:08:45.013 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:08:45.013 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-05-08 14:08:42.846196742 +0000 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-05-08 14:08:26.099569239 +0000 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-05-08 14:08:26.099569239 +0000 2024-05-08T14:08:45.014 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-05-08 14:08:26.099569239 +0000 2024-05-08T14:08:45.014 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:08:45.077 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-05-08T14:08:45.077 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-05-08T14:08:45.077 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 9.2379e-05 s, 5.5 MB/s 2024-05-08T14:08:45.078 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:08:45.135 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:45.270 INFO:teuthology.orchestra.run.smithi002.stdout:loop 2024-05-08T14:08:45.271 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2024-05-08T14:08:45.272 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:45.306 INFO:teuthology.orchestra.run.smithi002.stdout:1 2024-05-08T14:08:45.337 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:08:45.374 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2024-05-08T14:08:45.375 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:45.450 INFO:teuthology.orchestra.run.smithi002.stdout:1 2024-05-08T14:08:45.480 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:08:45.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2024-05-08T14:08:45.512 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:45.585 INFO:teuthology.orchestra.run.smithi002.stdout:1 2024-05-08T14:08:45.615 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:08:45.651 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2024-05-08T14:08:45.651 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:45.724 INFO:teuthology.orchestra.run.smithi002.stdout:1 2024-05-08T14:08:45.754 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:08:45.785 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-08T14:08:45.786 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:08:45.841 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme list 2024-05-08T14:08:45.906 INFO:teuthology.orchestra.run.smithi002.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:08:45.906 INFO:teuthology.orchestra.run.smithi002.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:08:45.907 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme0n1 PHMB751300EV480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-05-08T14:08:45.907 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme1n1 614fb73e802273feb4f2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:45.907 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme2n1 0d7a77913313311add5f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:45.907 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme3n1 62ee50eae3d8a3c9e758 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:45.907 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme4n1 7d57bae8e254b3aa723d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:45.908 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:08:45.908 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-08T14:08:45.908 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2024-05-08T14:08:45.974 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-05-08T14:08:45.974 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:08:45.994 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:08:45.994 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-05-08 14:08:42.907061852 +0000 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-05-08 14:08:19.410525655 +0000 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-05-08 14:08:19.410525655 +0000 2024-05-08T14:08:46.053 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-05-08 14:08:19.410525655 +0000 2024-05-08T14:08:46.053 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:08:46.120 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-05-08T14:08:46.120 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-05-08T14:08:46.120 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000231897 s, 2.2 MB/s 2024-05-08T14:08:46.121 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:08:46.181 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:46.239 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-05-08 14:08:42.907061852 +0000 2024-05-08T14:08:46.240 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-05-08 14:08:19.748518975 +0000 2024-05-08T14:08:46.240 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-05-08 14:08:19.748518975 +0000 2024-05-08T14:08:46.240 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-05-08 14:08:19.748518975 +0000 2024-05-08T14:08:46.240 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:08:46.306 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-05-08T14:08:46.306 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-05-08T14:08:46.306 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000267676 s, 1.9 MB/s 2024-05-08T14:08:46.307 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:08:46.366 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-05-08 14:08:42.907061852 +0000 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-05-08 14:08:20.083512354 +0000 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-05-08 14:08:20.083512354 +0000 2024-05-08T14:08:46.423 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-05-08 14:08:20.083512354 +0000 2024-05-08T14:08:46.423 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:08:46.488 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-05-08T14:08:46.488 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-05-08T14:08:46.488 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000198197 s, 2.6 MB/s 2024-05-08T14:08:46.489 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:08:46.546 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-05-08 14:08:42.907061852 +0000 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-05-08 14:08:20.423505634 +0000 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-05-08 14:08:20.423505634 +0000 2024-05-08T14:08:46.604 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-05-08 14:08:20.423505634 +0000 2024-05-08T14:08:46.605 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:08:46.668 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-05-08T14:08:46.668 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-05-08T14:08:46.669 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000228817 s, 2.2 MB/s 2024-05-08T14:08:46.670 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:08:46.727 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:46.864 INFO:teuthology.orchestra.run.smithi082.stdout:loop 2024-05-08T14:08:46.865 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_1... 2024-05-08T14:08:46.866 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:46.898 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-05-08T14:08:46.929 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:08:46.951 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_2... 2024-05-08T14:08:46.951 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:47.025 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-05-08T14:08:47.054 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:08:47.086 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_3... 2024-05-08T14:08:47.086 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:47.159 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-05-08T14:08:47.188 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:08:47.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_4... 2024-05-08T14:08:47.218 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:47.291 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-05-08T14:08:47.320 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:08:47.343 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-05-08T14:08:47.343 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:08:47.399 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme list 2024-05-08T14:08:47.462 INFO:teuthology.orchestra.run.smithi082.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:08:47.462 INFO:teuthology.orchestra.run.smithi082.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:08:47.462 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/nvme0n1 PHFT620400SD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T14:08:47.462 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/nvme1n1 f9df931a0078a54033ab Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:47.462 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/nvme2n1 2863a4d2047932e38e30 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:47.463 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/nvme3n1 c8acc7d068d2d2abefb1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:47.463 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/nvme4n1 e7772df8100e23828964 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:08:47.463 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:08:47.464 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-05-08T14:08:47.464 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/scratch_devs 2024-05-08T14:08:47.529 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T14:08:47.623 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:08:47.623 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T14:08:47.624 INFO:tasks.cephadm:Cluster fsid is 7ce73ce0-0d44-11ef-bc97-c7b262605968 2024-05-08T14:08:47.624 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T14:08:47.624 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T14:08:47.624 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi002': '172.21.15.2', 'mon.smithi082': '172.21.15.82'} 2024-05-08T14:08:47.624 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T14:08:47.624 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2024-05-08T14:08:47.656 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2024-05-08T14:08:47.681 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T14:08:47.681 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:08:47.899 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:08:48.117 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:08:48.119 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:08:48.119 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:08:48.119 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:49.472 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:08 /home/ubuntu/cephtest/cephadm 2024-05-08T14:08:49.472 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:50.009 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:08 /home/ubuntu/cephtest/cephadm 2024-05-08T14:08:50.009 DEBUG:teuthology.orchestra.run.smithi002:> 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:08:50.029 DEBUG:teuthology.orchestra.run.smithi082:> 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:08:50.058 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T14:08:50.059 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:08:50.072 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:08:51.584 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:08:51.649 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:09:29.193 INFO:teuthology.orchestra.run.smithi082.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=smithi082 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:09:29.193 INFO:teuthology.orchestra.run.smithi082.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:09:29.193 INFO:teuthology.orchestra.run.smithi082.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:09:29.193 INFO:teuthology.orchestra.run.smithi082.stderr:Traceback (most recent call last): 2024-05-08T14:09:29.193 INFO:teuthology.orchestra.run.smithi082.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:09:29.198 INFO:teuthology.orchestra.run.smithi082.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:09:29.198 INFO:teuthology.orchestra.run.smithi082.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:09:29.198 INFO:teuthology.orchestra.run.smithi082.stderr: exec(code, run_globals) 2024-05-08T14:09:29.198 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:09:29.199 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:09:29.200 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:09:29.200 INFO:teuthology.orchestra.run.smithi082.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:09:29.200 INFO:teuthology.orchestra.run.smithi082.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=smithi082 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:09:29.200 INFO:teuthology.orchestra.run.smithi082.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:09:29.200 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-05-08T14:09:29.647 INFO:teuthology.orchestra.run.smithi002.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=smithi002 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:09:29.647 INFO:teuthology.orchestra.run.smithi002.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:09:29.647 INFO:teuthology.orchestra.run.smithi002.stderr:ceph: stderr ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:09:29.647 INFO:teuthology.orchestra.run.smithi002.stderr:Traceback (most recent call last): 2024-05-08T14:09:29.647 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:09:29.654 INFO:teuthology.orchestra.run.smithi002.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:09:29.654 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:09:29.654 INFO:teuthology.orchestra.run.smithi002.stderr: exec(code, run_globals) 2024-05-08T14:09:29.654 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:09:29.655 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:09:29.655 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:09:29.655 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:09:29.655 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:09:29.655 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:09:29.656 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:09:29.656 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:09:29.656 INFO:teuthology.orchestra.run.smithi002.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:09:29.656 INFO:teuthology.orchestra.run.smithi002.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=smithi002 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:09:29.656 INFO:teuthology.orchestra.run.smithi002.stderr:ERROR (catatonit:2): failed to exec pid1: Exec format error 2024-05-08T14:09:29.656 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-05-08T14:09:29.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:29.689 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 smithi002 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:09:29.691 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T14:09:29.692 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/7ce73ce0-0d44-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/7697447/remote/smithi002/crash 2024-05-08T14:09:29.693 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/7ce73ce0-0d44-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:09:29.734 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/7ce73ce0-0d44-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:09:29.734 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:09:29.739 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/7ce73ce0-0d44-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/7697447/remote/smithi082/crash 2024-05-08T14:09:29.739 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/7ce73ce0-0d44-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:09:29.810 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/7ce73ce0-0d44-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:09:29.810 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:09:29.811 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T14:09:29.812 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7ce73ce0-0d44-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:09:29.842 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/7ce73ce0-0d44-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T14:09:29.844 INFO:tasks.cephadm:Compressing logs... 2024-05-08T14:09:29.844 DEBUG:teuthology.orchestra.run.smithi002:> 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:09:29.887 DEBUG:teuthology.orchestra.run.smithi082:> 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:09:29.911 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:09:29.912 INFO:teuthology.orchestra.run.smithi002.stderr:: No such file or directory 2024-05-08T14:09:29.912 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cephadm.log: 58.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:09:29.913 INFO:teuthology.orchestra.run.smithi082.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:09:29.913 INFO:teuthology.orchestra.run.smithi082.stderr:: No such file or directory 2024-05-08T14:09:29.913 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/cephadm.log: 58.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:09:29.914 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-05-08T14:09:29.914 INFO:teuthology.orchestra.run.smithi082.stderr:real 0m0.012s 2024-05-08T14:09:29.914 INFO:teuthology.orchestra.run.smithi082.stderr:user 0m0.008s 2024-05-08T14:09:29.914 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m0.013s 2024-05-08T14:09:29.915 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-05-08T14:09:29.915 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m0.014s 2024-05-08T14:09:29.915 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m0.011s 2024-05-08T14:09:29.915 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.014s 2024-05-08T14:09:29.915 INFO:tasks.cephadm:Archiving logs... 2024-05-08T14:09:29.916 DEBUG:teuthology.misc:Transferring archived files from smithi002:/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/7697447/remote/smithi002/log 2024-05-08T14:09:29.916 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:09:29.984 DEBUG:teuthology.misc:Transferring archived files from smithi082:/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/7697447/remote/smithi082/log 2024-05-08T14:09:29.985 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:09:30.010 INFO:tasks.cephadm:Removing cluster... 2024-05-08T14:09:30.010 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7ce73ce0-0d44-11ef-bc97-c7b262605968 --force 2024-05-08T14:09:30.215 INFO:teuthology.orchestra.run.smithi002.stdout:Deleting cluster with fsid: 7ce73ce0-0d44-11ef-bc97-c7b262605968 2024-05-08T14:09:30.345 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7ce73ce0-0d44-11ef-bc97-c7b262605968 --force 2024-05-08T14:09:30.521 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: 7ce73ce0-0d44-11ef-bc97-c7b262605968 2024-05-08T14:09:30.637 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T14:09:30.638 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:09:30.655 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:09:30.670 INFO:tasks.cephadm:Teardown complete 2024-05-08T14:09:30.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 smithi002 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:09:30.888 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3015ae1b21d54901a1919b6d2f9ed1d1 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 smithi002 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:09:30.892 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T14:09:30.900 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-08T14:09:30.908 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2024-05-08T14:09:30.908 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_1 2024-05-08T14:09:31.048 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:09:31.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.049 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2024-05-08T14:09:31.050 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_2 2024-05-08T14:09:31.180 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:09:31.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.181 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2024-05-08T14:09:31.182 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_3 2024-05-08T14:09:31.314 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:09:31.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.315 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2024-05-08T14:09:31.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_4 2024-05-08T14:09:31.450 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:09:31.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.452 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-08T14:09:31.452 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2024-05-08T14:09:31.480 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_1... 2024-05-08T14:09:31.480 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_1 2024-05-08T14:09:31.614 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:09:31.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.616 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_2... 2024-05-08T14:09:31.616 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_2 2024-05-08T14:09:31.735 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:09:31.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.737 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_3... 2024-05-08T14:09:31.737 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_3 2024-05-08T14:09:31.875 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:09:31.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:31.877 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_4... 2024-05-08T14:09:31.877 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_4 2024-05-08T14:09:32.013 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:09:32.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:32.015 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-05-08T14:09:32.015 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/scratch_devs 2024-05-08T14:09:32.042 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T14:09:32.051 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T14:09:32.051 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:09:32.054 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:09:32.069 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:09:32.074 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:09:32.074 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-05-08T14:09:32.074 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv01.front.sepia.ceph.com 3 6 17 41 -2341us[-2335us] +/- 52ms 2024-05-08T14:09:32.074 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 42 +323us[ +330us] +/- 56ms 2024-05-08T14:09:32.075 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 42 +3506us[+3512us] +/- 88ms 2024-05-08T14:09:32.075 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:09:32.097 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:09:32.102 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:09:32.102 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-05-08T14:09:32.102 INFO:teuthology.orchestra.run.smithi082.stdout:^* hv01.front.sepia.ceph.com 3 6 17 41 -2327us[-2318us] +/- 52ms 2024-05-08T14:09:32.102 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 42 +310us[ +320us] +/- 56ms 2024-05-08T14:09:32.102 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 42 +3515us[+3524us] +/- 88ms 2024-05-08T14:09:32.103 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:09:32.103 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T14:09:32.112 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T14:09:32.112 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T14:09:32.120 DEBUG:teuthology.orchestra.run.smithi002:> 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:09:32.186 DEBUG:teuthology.orchestra.run.smithi082:> 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:09:32.246 DEBUG:teuthology.orchestra.run.smithi002:> 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:09:32.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:32.277 DEBUG:teuthology.orchestra.run.smithi082:> 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:09:32.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:32.305 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T14:09:32.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T14:09:32.323 INFO:teuthology.task.internal:Duration was 297.366298 seconds 2024-05-08T14:09:32.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T14:09:32.332 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T14:09:32.332 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:09:32.334 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:09:32.375 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:09:32.385 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:09:32.703 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T14:09:32.703 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2024-05-08T14:09:32.703 DEBUG:teuthology.orchestra.run.smithi002:> 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:09:32.755 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-05-08T14:09:32.755 DEBUG:teuthology.orchestra.run.smithi082:> 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:09:32.782 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T14:09:32.782 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:09:32.798 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:09:32.848 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T14:09:32.849 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:09:32.868 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:09:32.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T14:09:32.989 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T14:09:32.989 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:09:33.015 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:09:33.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T14:09:33.051 DEBUG:teuthology.orchestra.run.smithi002:> 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:09:33.058 DEBUG:teuthology.orchestra.run.smithi082:> 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:09:33.080 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2024-05-08T14:09:33.104 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-05-08T14:09:33.144 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:09:33.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:33.200 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:09:33.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:09:33.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T14:09:33.225 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T14:09:33.225 DEBUG:teuthology.misc:Transferring archived files from smithi002:/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/7697447/remote/smithi002 2024-05-08T14:09:33.226 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:09:33.274 DEBUG:teuthology.misc:Transferring archived files from smithi082:/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/7697447/remote/smithi082 2024-05-08T14:09:33.275 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:09:33.312 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T14:09:33.312 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:09:33.315 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:09:33.361 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T14:09:33.374 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T14:09:33.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T14:09:33.383 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T14:09:33.383 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:09:33.386 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:09:33.399 INFO:teuthology.orchestra.run.smithi002.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:09 /home/ubuntu/cephtest 2024-05-08T14:09:33.415 INFO:teuthology.orchestra.run.smithi082.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:09 /home/ubuntu/cephtest 2024-05-08T14:09:33.418 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:09:33.428 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:09:33.451 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:09:33.477 DEBUG:teuthology.nuke:shortname: smithi002 2024-05-08T14:09:33.478 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:09:33.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.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/7697447', '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 13:56:04.530324', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPnh0ldP4YlaNkN65Ar6SNgoV58QazVFnxeTI56w40AcO8APbrnBd4EL7sP/hvBZqLnFECBHchIBjdrQ89sRfNI='} 2024-05-08T14:09:33.506 DEBUG:teuthology.nuke:shortname: smithi082 2024-05-08T14:09:33.507 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:09:33.530 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.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/7697447', '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 13:56:04.532141', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEg8/JFbFPQCx+K20UAEWXrZRjq2GmTOV9heqpFE2N03iLlOwf3AcQvRrqYhN44NXFGVO3nAn4uN9CequZSz5fI='} 2024-05-08T14:09:33.563 INFO:teuthology.orchestra.console.smithi002:Power off 2024-05-08T14:09:33.563 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:09:33.585 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2024-05-08T14:09:33.586 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:33.603 INFO:teuthology.orchestra.console.smithi082:Power off 2024-05-08T14:09:33.603 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:09:33.613 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2024-05-08T14:09:33.628 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2024-05-08T14:09:33.628 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:33.650 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-05-08T14:09:37.614 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:37.652 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:37.724 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2024-05-08T14:09:37.762 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-05-08T14:09:41.726 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:41.762 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:41.838 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2024-05-08T14:09:41.872 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-05-08T14:09:45.844 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:45.873 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:09:45.954 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2024-05-08T14:09:45.982 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2024-05-08T14:09:46.056 INFO:teuthology.orchestra.console.smithi002:Power off completed 2024-05-08T14:09:46.083 INFO:teuthology.orchestra.console.smithi082:Power off completed 2024-05-08T14:09:46.188 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 297.36629843711853 failure_reason: 'Command failed on smithi002 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=3015ae1b21d54901a1919b6d2f9ed1d1 status: fail success: false 2024-05-08T14:09:46.188 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:09:46.274 INFO:teuthology.run:FAIL