2024-05-08T14:27:00.531 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:27:00.532 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --owner scheduled_adking@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-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/7697486 --verbose -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697486/orig.config.yaml 2024-05-08T14:27:00.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:27:00.648 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/7697486 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7697486' 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: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAndJATb0utp1ciDcdS0iPwgKcYUEqF0OeSs9rNV7Hb5XaUIqONvwqgihBrvxLBBpXzvLBIqAktFLZ8LV7jewoc= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCt/LY+OZuq8ale37EfFjAZmYl0ATT9hvvgZl3FjxGQdXL2TeOdO8mf6Y3fx7eC5EvJm+p4JUH/0B/rFRKNiw6o= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - 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:27:00.649 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:27:00.649 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:27:00.649 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:27:00.651 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:27:00.676 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:27:00.676 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:27:00.676 INFO:teuthology.packaging:ref: None 2024-05-08T14:27:00.676 INFO:teuthology.packaging:tag: None 2024-05-08T14:27:00.676 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:27:00.676 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:27:00.676 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:27:00.819 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T14:27:00.821 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:27:00.828 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:27:00.828 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:27:00.873 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:27:00.886 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:27:00.892 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:27:00.916 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.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/7697486', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:21:34.133713', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAndJATb0utp1ciDcdS0iPwgKcYUEqF0OeSs9rNV7Hb5XaUIqONvwqgihBrvxLBBpXzvLBIqAktFLZ8LV7jewoc='} 2024-05-08T14:27:00.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.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/7697486', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:21:34.132238', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCt/LY+OZuq8ale37EfFjAZmYl0ATT9hvvgZl3FjxGQdXL2TeOdO8mf6Y3fx7eC5EvJm+p4JUH/0B/rFRKNiw6o='} 2024-05-08T14:27:00.941 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:27:00.948 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-08T14:27:00.948 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-08T14:27:00.948 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:27:01.027 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbaf6d39160>, signals=[15]) 2024-05-08T14:27:01.028 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:27:01.035 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:27:01.035 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-05-08T14:27:01.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:27:01.138 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-05-08T14:27:01.138 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:27:01.213 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:27:01.220 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-05-08T14:27:01.239 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-05-08T14:27:01.239 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:27:01.297 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:27:01.298 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-05-08T14:27:01.324 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-05-08T14:27:01.342 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-05-08T14:27:01.342 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="CentOS Stream" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="9" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:ID="centos" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="9" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:27:01.399 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:ANSI_COLOR="0;31" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:27:01.400 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:27:01.400 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-05-08T14:27:01.424 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:27:01.433 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:27:01.614 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:27:01.614 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:27:01.617 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:27:01.634 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:27:01.641 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:27:01.641 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:27:01.674 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:27:01.705 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:27:01.751 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:27:01.764 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:27:01.764 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T14:27:01.764 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:27:01.765 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:27:01.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:01.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:01.783 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-05-08T14:27:01.783 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-05-08T14:27:01.841 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:27:01.841 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:27:01.841 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-437.el9.x86_64 2024-05-08T14:27:01.841 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-05-08T14:27:01.842 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.14.0-437.el9.x86_64 2024-05-08T14:27:01.842 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum install -y kernel 2024-05-08T14:27:05.023 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.1 MB 00:01 2024-05-08T14:27:05.476 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 4.0 MB/s | 8.1 MB 00:02 2024-05-08T14:27:06.990 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-08T14:27:07.443 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-05-08T14:27:11.099 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-05-08T14:27:11.686 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-08T14:27:12.941 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-05-08T14:27:13.170 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 16 kB 00:00 2024-05-08T14:27:14.055 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 28 MB/s | 21 MB 00:00 2024-05-08T14:27:18.037 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-05-08T14:27:19.396 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 48 kB/s | 1.7 kB 00:00 2024-05-08T14:27:21.428 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:27:21.428 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:27:21.537 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-05-08T14:27:21.549 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:27:21.550 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-05-08T14:27:21.551 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:27:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 78 M 2024-05-08T14:27:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 123 M 2024-05-08T14:27:21.551 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-05-08T14:27:21.798 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.7 MB/s | 484 kB 00:00 2024-05-08T14:27:22.309 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 23 MB/s | 15 MB 00:00 2024-05-08T14:27:22.657 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 33 MB/s | 34 MB 00:01 2024-05-08T14:27:22.998 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 23 MB/s | 28 MB 00:01 2024-05-08T14:27:22.999 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:27:22.999 INFO:teuthology.orchestra.run.smithi007.stdout:Total 54 MB/s | 78 MB 00:01 2024-05-08T14:27:23.209 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-05-08T14:27:23.712 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-05-08T14:27:24.121 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-05-08T14:27:24.121 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-05-08T14:27:25.108 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-05-08T14:27:25.108 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-05-08T14:27:25.165 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:27:25.165 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:27:25.256 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-05-08T14:27:25.262 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:27:25.262 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout:Install 4 Packages 2024-05-08T14:27:25.263 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:27:25.264 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 78 M 2024-05-08T14:27:25.264 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 123 M 2024-05-08T14:27:25.264 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-05-08T14:27:26.218 INFO:teuthology.orchestra.run.smithi174.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 715 kB/s | 484 kB 00:00 2024-05-08T14:27:27.648 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-05-08T14:27:28.323 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:27:28.408 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:27:31.230 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:27:31.390 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:27:36.472 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:27:36.518 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:27:38.959 INFO:teuthology.orchestra.run.smithi174.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 1.1 MB/s | 15 MB 00:13 2024-05-08T14:27:41.621 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:27:56.857 INFO:teuthology.orchestra.run.smithi174.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 935 kB/s | 28 MB 00:30 2024-05-08T14:28:04.456 INFO:teuthology.orchestra.run.smithi174.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 893 kB/s | 34 MB 00:38 2024-05-08T14:28:04.456 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:28:04.456 INFO:teuthology.orchestra.run.smithi174.stdout:Total 2.0 MB/s | 78 MB 00:39 2024-05-08T14:28:05.136 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-05-08T14:28:05.480 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-05-08T14:28:05.480 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-05-08T14:28:06.404 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-05-08T14:28:06.404 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-05-08T14:28:08.817 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-05-08T14:28:09.462 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:28:09.547 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:28:12.201 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:28:12.339 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:28:12.649 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:12.689 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:13.055 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:13.055 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:28:13.055 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:28:13.055 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:28:13.883 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:13.883 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:28:13.883 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-05-08T14:28:13.883 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:13.883 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:28:13.884 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:28:13.884 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:28:13.884 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:28:13.884 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-05-08T14:28:14.239 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:28:14.334 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:14.335 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:28:14.335 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:28:14.335 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:28:14.335 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:28:14.335 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:28:14.335 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:28:14.335 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:28:14.387 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:14.387 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:28:14.387 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-05-08T14:28:14.418 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 68.el9 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8264254 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-05-08T14:28:14.419 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:28:14.420 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:28:14.421 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:28:14.421 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:28:14.421 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:28:15.046 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-05-08T14:28:16.457 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:28:16.490 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-05-08T14:28:16.492 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-05-08T14:28:16.510 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.uFirCIr4Nm 2024-05-08T14:28:16.510 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.uFirCIr4Nm 2024-05-08T14:28:16.575 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.uFirCIr4Nm 2024-05-08T14:28:16.719 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.uFirCIr4Nm is 6KB 2024-05-08T14:28:16.767 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.uFirCIr4Nm 2024-05-08T14:28:16.782 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:28:16.843 INFO:teuthology.orchestra.run.smithi007.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:28:16.843 INFO:teuthology.orchestra.run.smithi007.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:28:16.843 INFO:teuthology.orchestra.run.smithi007.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:28:16.843 INFO:teuthology.orchestra.run.smithi007.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:28:16.845 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:28:16.965 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-05-08T14:28:17.072 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:28:17.199 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:21.928 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:46.968 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:28:47.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:28:47.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:28:51.447 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:51.485 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:51.765 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:51.765 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:28:51.765 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:28:51.765 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:28:52.563 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:28:52.564 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-05-08T14:28:52.908 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:28:52.978 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:52.979 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:28:52.980 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:28:52.980 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:28:52.980 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:28:52.980 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:28:52.980 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:28:52.980 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:28:53.030 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:28:53.030 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:28:53.031 DEBUG:teuthology.orchestra.run.smithi174:> sudo rpm -qi grub2-tools 2024-05-08T14:28:53.060 INFO:teuthology.orchestra.run.smithi174.stdout:Name : grub2-tools 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Epoch : 1 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Version : 2.06 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Release : 68.el9 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: x86_64 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Group : Unspecified 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Size : 8264254 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:License : GPLv3+ 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:28:53.061 INFO:teuthology.orchestra.run.smithi174.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Packager : builder@centos.org 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Vendor : CentOS 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Summary : Support tools for GRUB. 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:Description : 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:28:53.062 INFO:teuthology.orchestra.run.smithi174.stdout:hardware devices. 2024-05-08T14:28:53.063 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:28:53.063 INFO:teuthology.orchestra.run.smithi174.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:28:53.063 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:28:53.064 INFO:teuthology.task.kernel:Updating grub on smithi174 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:28:53.064 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:28:53.700 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-05-08T14:28:55.068 INFO:teuthology.orchestra.run.smithi174.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:28:55.099 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-05-08T14:28:55.106 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-05-08T14:28:55.121 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.xN94OBxKBN 2024-05-08T14:28:55.121 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xN94OBxKBN 2024-05-08T14:28:55.197 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.xN94OBxKBN 2024-05-08T14:28:55.328 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.xN94OBxKBN is 6KB 2024-05-08T14:28:55.376 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.xN94OBxKBN 2024-05-08T14:28:55.390 DEBUG:teuthology.orchestra.run.smithi174:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:28:55.452 INFO:teuthology.orchestra.run.smithi174.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:28:55.452 INFO:teuthology.orchestra.run.smithi174.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:28:55.452 INFO:teuthology.orchestra.run.smithi174.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:28:55.452 INFO:teuthology.orchestra.run.smithi174.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:28:55.453 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:28:55.609 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-05-08T14:29:06.210 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2024-05-08T14:29:15.218 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:29:15.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:25.623 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:29:25.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:29:25.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:33.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2024-05-08T14:29:44.094 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-05-08T14:29:45.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:29:45.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:48.896 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-05-08T14:29:49.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:29:49.308 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:29:49.308 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-05-08T14:29:49.327 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:29:49.327 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:29:49.327 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:29:49.328 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:29:50.328 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:29:50.328 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:29:50.389 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-05-08T14:29:50.438 DEBUG:teuthology.parallel:result is None 2024-05-08T14:29:53.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:29:53.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:29:56.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-05-08T14:30:08.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:30:08.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:30:40.093 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-05-08T14:30:40.499 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:30:40.500 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:30:40.500 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-05-08T14:30:40.515 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:30:40.516 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:30:40.516 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:30:40.516 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:30:41.516 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:30:41.517 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:30:41.602 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-05-08T14:30:41.659 DEBUG:teuthology.parallel:result is None 2024-05-08T14:30:41.660 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T14:30:41.668 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T14:30:41.668 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:30:41.672 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:30:41.698 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T14:30:41.742 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T14:30:41.775 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T14:30:41.776 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:30:41.778 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:30:41.818 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T14:30:41.825 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T14:30:41.826 DEBUG:teuthology.orchestra.run.smithi007:> 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:30:41.844 DEBUG:teuthology.orchestra.run.smithi174:> 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:30:41.885 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:30:41.898 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:30:41.973 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:30:41.992 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:30:41.994 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T14:30:42.002 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T14:30:42.002 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:30:42.005 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:30:42.048 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T14:30:42.057 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T14:30:42.058 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:30:42.076 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:30:42.119 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:30:42.177 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:30:42.233 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:30:42.319 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:30:42.364 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-05-08T14:30:42.364 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:30:42.434 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:30:42.490 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:30:42.545 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:30:42.630 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:30:42.676 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-05-08T14:30:42.676 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:30:42.744 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-05-08T14:30:42.747 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-05-08T14:30:42.797 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:30:42.988 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:30:43.537 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T14:30:43.546 INFO:teuthology.task.internal:Starting timer... 2024-05-08T14:30:43.546 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T14:30:43.570 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T14:30:43.602 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T14:30:43.603 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-05-08T14:30:43.673 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-05-08T14:30:43.675 DEBUG:teuthology.orchestra.run.smithi174:> sudo service auditd rotate 2024-05-08T14:30:43.711 INFO:teuthology.orchestra.run.smithi174.stdout:Rotating logs: 2024-05-08T14:30:43.713 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T14:30:43.713 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-05-08T14:30:43.738 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-05-08T14:30:43.739 DEBUG:teuthology.orchestra.run.smithi174:> /usr/sbin/getenforce 2024-05-08T14:30:43.791 INFO:teuthology.orchestra.run.smithi174.stdout:Permissive 2024-05-08T14:30:43.792 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi174.front.sepia.ceph.com': 'permissive'} 2024-05-08T14:30:43.792 DEBUG:teuthology.orchestra.run.smithi007:> 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:30:43.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:30:43.821 DEBUG:teuthology.orchestra.run.smithi174:> 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:30:43.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:30:43.860 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T14:30:43.860 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:30:43.890 DEBUG:teuthology.orchestra.run.smithi174:> sudo /usr/sbin/setenforce permissive 2024-05-08T14:30:43.935 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T14:30:43.945 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T14:30:43.960 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:30:43.961 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T14:34:45.789 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-05-08T14:34:45.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:34:45.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:34:45.868 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-05-08T14:34:45.947 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-05-08T14:34:45.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:34:45.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:34:46.024 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-05-08T14:34:46.109 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-05-08T14:34:46.110 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T14:34:46.120 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T14:34:46.121 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:34:46.121 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:46.125 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:34:46.125 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:46.154 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:34:46.171 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:34:46.178 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T14:34:46.193 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T14:34:46.196 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2024-05-08T14:34:46.208 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2024-05-08T14:34:46.216 INFO:teuthology.orchestra.run.smithi174.stderr:sudo: ntpd: command not found 2024-05-08T14:34:46.223 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:34:46.227 INFO:teuthology.orchestra.run.smithi174.stdout:506 Cannot talk to daemon 2024-05-08T14:34:46.238 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:34:46.241 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T14:34:46.255 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T14:34:46.300 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:34:46.306 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:34:46.306 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-05-08T14:34:46.306 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.306 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.306 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.307 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.307 INFO:teuthology.orchestra.run.smithi174.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.311 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:34:46.311 INFO:teuthology.run_tasks:Running task pexec... 2024-05-08T14:34:46.321 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-08T14:34:46.322 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2024-05-08T14:34:46.322 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T14:34:46.322 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi174.front.sepia.ceph.com 2024-05-08T14:34:46.322 DEBUG:teuthology.orchestra.run.smithi174:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T14:34:46.944 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:49 ago on Wed 08 May 2024 02:33:57 PM UTC. 2024-05-08T14:34:46.958 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:43 ago on Wed 08 May 2024 02:34:03 PM UTC. 2024-05-08T14:34:47.064 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-05-08T14:34:47.081 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-05-08T14:34:47.083 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:34:47.083 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-05-08T14:34:47.084 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout:Install 1 Package 2024-05-08T14:34:47.090 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:34:47.094 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 3.1 M 2024-05-08T14:34:47.094 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 9.8 M 2024-05-08T14:34:47.094 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-05-08T14:34:47.096 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 3.1 M 2024-05-08T14:34:47.097 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 9.8 M 2024-05-08T14:34:47.097 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-05-08T14:34:47.627 INFO:teuthology.orchestra.run.smithi007.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-05-08T14:34:47.627 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:34:47.627 INFO:teuthology.orchestra.run.smithi007.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-05-08T14:34:47.665 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-05-08T14:34:47.672 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-05-08T14:34:47.672 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-05-08T14:34:47.772 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-05-08T14:34:47.772 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-05-08T14:34:47.993 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-05-08T14:34:48.082 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:48.492 INFO:teuthology.orchestra.run.smithi174.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.5 MB/s | 3.1 MB 00:01 2024-05-08T14:34:48.492 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:34:48.492 INFO:teuthology.orchestra.run.smithi174.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-05-08T14:34:48.530 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-05-08T14:34:48.536 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-05-08T14:34:48.536 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-05-08T14:34:48.632 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-05-08T14:34:48.633 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-05-08T14:34:48.713 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-05-08T14:34:48.962 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:48.973 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:48.973 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:34:48.973 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-05-08T14:34:48.973 INFO:teuthology.orchestra.run.smithi007.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T14:34:48.974 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-05-08T14:34:48.974 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-05-08T14:34:49.242 DEBUG:teuthology.parallel:result is None 2024-05-08T14:34:49.578 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-05-08T14:34:49.866 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-05-08T14:34:50.123 DEBUG:teuthology.parallel:result is None 2024-05-08T14:34:50.123 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-08T14:34:50.135 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-08T14:34:50.135 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-05-08T14:34:50.135 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:34:50.160 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:34:50.160 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2024-05-08T14:34:50.219 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:34:50.219 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:50.219 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-08T14:34:50.219 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:50.220 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:50.220 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-05-08 14:34:44.826189653 +0000 2024-05-08T14:34:50.220 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-05-08 14:34:25.677475094 +0000 2024-05-08T14:34:50.220 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-05-08 14:34:25.677475094 +0000 2024-05-08T14:34:50.220 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-05-08 14:34:25.677475094 +0000 2024-05-08T14:34:50.220 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:34:50.288 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-05-08T14:34:50.288 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-05-08T14:34:50.288 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000118682 s, 4.3 MB/s 2024-05-08T14:34:50.290 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:34:50.349 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-05-08 14:34:44.826189653 +0000 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-05-08 14:34:26.028469862 +0000 2024-05-08T14:34:50.408 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-05-08 14:34:26.028469862 +0000 2024-05-08T14:34:50.409 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-05-08 14:34:26.028469862 +0000 2024-05-08T14:34:50.409 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:34:50.476 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-05-08T14:34:50.476 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-05-08T14:34:50.476 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000116362 s, 4.4 MB/s 2024-05-08T14:34:50.477 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:34:50.536 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-05-08 14:34:44.826189653 +0000 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-05-08 14:34:26.371464750 +0000 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-05-08 14:34:26.371464750 +0000 2024-05-08T14:34:50.594 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-05-08 14:34:26.371464750 +0000 2024-05-08T14:34:50.595 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:34:50.660 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-05-08T14:34:50.660 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-05-08T14:34:50.660 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 8.571e-05 s, 6.0 MB/s 2024-05-08T14:34:50.661 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:34:50.720 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2024-05-08T14:34:50.778 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:34:50.778 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:50.778 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-05-08 14:34:44.826189653 +0000 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-05-08 14:34:26.720459547 +0000 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-05-08 14:34:26.720459547 +0000 2024-05-08T14:34:50.779 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: 2024-05-08 14:34:26.720459547 +0000 2024-05-08T14:34:50.779 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:34:50.844 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-05-08T14:34:50.844 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-05-08T14:34:50.844 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000107265 s, 4.8 MB/s 2024-05-08T14:34:50.846 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:34:50.903 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:51.037 INFO:teuthology.orchestra.run.smithi007.stdout:loop 2024-05-08T14:34:51.039 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-05-08T14:34:51.040 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:51.074 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-05-08T14:34:51.104 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:34:51.130 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-05-08T14:34:51.130 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:51.205 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-05-08T14:34:51.238 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:34:51.260 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-05-08T14:34:51.260 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:51.337 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-05-08T14:34:51.366 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:34:51.390 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-05-08T14:34:51.391 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:51.467 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-05-08T14:34:51.497 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:34:51.528 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-05-08T14:34:51.528 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:34:51.584 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme list 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme0n1 PHMB751300GE480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme1n1 e563323f69d935b5e124 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme2n1 2237d88a411878b1527e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme3n1 ce0b6cbd2e890bb8b58f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme4n1 1624a4a830d7fb74574e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:51.651 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:34:51.651 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-05-08T14:34:51.651 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-05-08T14:34:51.717 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-05-08T14:34:51.718 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:34:51.737 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:34:51.738 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-05-08 14:34:44.779969718 +0000 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-05-08 14:34:20.613262213 +0000 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-05-08 14:34:20.613262213 +0000 2024-05-08T14:34:51.796 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-05-08 14:34:20.613262213 +0000 2024-05-08T14:34:51.797 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T14:34:51.863 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-05-08T14:34:51.863 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-05-08T14:34:51.863 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000221344 s, 2.3 MB/s 2024-05-08T14:34:51.864 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T14:34:51.922 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2024-05-08T14:34:51.979 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T14:34:51.979 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:51.979 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-08T14:34:51.979 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:51.980 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:51.980 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-05-08 14:34:44.779969718 +0000 2024-05-08T14:34:51.980 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-05-08 14:34:20.972257868 +0000 2024-05-08T14:34:51.980 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-05-08 14:34:20.972257868 +0000 2024-05-08T14:34:51.980 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-05-08 14:34:20.972257868 +0000 2024-05-08T14:34:51.980 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T14:34:52.045 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-05-08T14:34:52.045 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-05-08T14:34:52.045 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000205572 s, 2.5 MB/s 2024-05-08T14:34:52.047 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T14:34:52.105 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2024-05-08T14:34:52.163 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T14:34:52.163 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:52.163 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-08T14:34:52.163 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:52.163 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:52.164 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-05-08 14:34:44.779969718 +0000 2024-05-08T14:34:52.164 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-05-08 14:34:21.331253523 +0000 2024-05-08T14:34:52.164 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-05-08 14:34:21.331253523 +0000 2024-05-08T14:34:52.164 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-05-08 14:34:21.331253523 +0000 2024-05-08T14:34:52.164 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T14:34:52.228 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-05-08T14:34:52.229 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-05-08T14:34:52.229 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.00028612 s, 1.8 MB/s 2024-05-08T14:34:52.230 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T14:34:52.288 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2024-05-08T14:34:52.344 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-05-08 14:34:44.779969718 +0000 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-05-08 14:34:21.677249335 +0000 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-05-08 14:34:21.677249335 +0000 2024-05-08T14:34:52.345 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-05-08 14:34:21.677249335 +0000 2024-05-08T14:34:52.345 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T14:34:52.410 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-05-08T14:34:52.411 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-05-08T14:34:52.411 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000328306 s, 1.6 MB/s 2024-05-08T14:34:52.412 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T14:34:52.469 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:52.596 INFO:teuthology.orchestra.run.smithi174.stdout:loop 2024-05-08T14:34:52.597 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_1... 2024-05-08T14:34:52.598 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:52.630 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-05-08T14:34:52.659 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_11 2024-05-08T14:34:52.684 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_2... 2024-05-08T14:34:52.684 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:52.759 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-05-08T14:34:52.789 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_21 2024-05-08T14:34:52.812 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_3... 2024-05-08T14:34:52.812 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:52.885 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-05-08T14:34:52.914 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_31 2024-05-08T14:34:52.944 INFO:tasks.nvme_loop:Connecting nvme_loop smithi174:/dev/vg_nvme/lv_4... 2024-05-08T14:34:52.944 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:53.021 INFO:teuthology.orchestra.run.smithi174.stdout:1 2024-05-08T14:34:53.050 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/vg_nvme/lv_41 2024-05-08T14:34:53.073 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-05-08T14:34:53.074 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T14:34:53.130 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme list 2024-05-08T14:34:53.193 INFO:teuthology.orchestra.run.smithi174.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T14:34:53.193 INFO:teuthology.orchestra.run.smithi174.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T14:34:53.193 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme0n1 PHFT62050074400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T14:34:53.194 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme1n1 79a06f79049faa988733 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:53.194 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme2n1 778da0cc0097250e4477 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:53.194 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme3n1 4e0f9974516829c0ad3a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:53.194 INFO:teuthology.orchestra.run.smithi174.stdout:/dev/nvme4n1 97b590aaee4df3137023 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T14:34:53.195 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T14:34:53.195 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-05-08T14:34:53.195 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/scratch_devs 2024-05-08T14:34:53.259 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T14:34:53.372 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:34:53.372 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T14:34:53.373 INFO:tasks.cephadm:Cluster fsid is 2229988a-0d48-11ef-bc97-c7b262605968 2024-05-08T14:34:53.373 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T14:34:53.373 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T14:34:53.373 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi007': '172.21.15.7', 'mon.smithi174': '172.21.15.174'} 2024-05-08T14:34:53.373 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T14:34:53.373 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-05-08T14:34:53.405 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2024-05-08T14:34:53.431 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T14:34:53.431 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:34:53.648 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:34:53.784 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:34:53.785 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:34:53.786 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:34:53.786 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:54.394 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:34 /home/ubuntu/cephtest/cephadm 2024-05-08T14:34:54.394 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:55.039 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 14:34 /home/ubuntu/cephtest/cephadm 2024-05-08T14:34:55.040 DEBUG:teuthology.orchestra.run.smithi007:> 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:34:55.058 DEBUG:teuthology.orchestra.run.smithi174:> 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:34:55.087 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T14:34:55.087 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:34:55.101 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:34:56.699 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:34:56.703 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:35:23.205 INFO:teuthology.orchestra.run.smithi174.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=smithi174 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:35:23.206 INFO:teuthology.orchestra.run.smithi174.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:35:23.206 INFO:teuthology.orchestra.run.smithi174.stderr:ceph: stderr ERROR (catatonit:7): failed to exec pid1: Exec format error 2024-05-08T14:35:23.206 INFO:teuthology.orchestra.run.smithi174.stderr:Traceback (most recent call last): 2024-05-08T14:35:23.206 INFO:teuthology.orchestra.run.smithi174.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:35:23.209 INFO:teuthology.orchestra.run.smithi174.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:35:23.209 INFO:teuthology.orchestra.run.smithi174.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:35:23.209 INFO:teuthology.orchestra.run.smithi174.stderr: exec(code, run_globals) 2024-05-08T14:35:23.209 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:35:23.209 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.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=smithi174 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:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr:ERROR (catatonit:7): failed to exec pid1: Exec format error 2024-05-08T14:35:23.210 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-05-08T14:35:30.815 INFO:teuthology.orchestra.run.smithi007.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=smithi007 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:35:30.815 INFO:teuthology.orchestra.run.smithi007.stderr:ceph: stderr WARNING: image platform (linux/arm64/v8) does not match the expected platform (linux/amd64) 2024-05-08T14:35:30.815 INFO:teuthology.orchestra.run.smithi007.stderr:ceph: stderr ERROR (catatonit:7): failed to exec pid1: Exec format error 2024-05-08T14:35:30.816 INFO:teuthology.orchestra.run.smithi007.stderr:Traceback (most recent call last): 2024-05-08T14:35:30.816 INFO:teuthology.orchestra.run.smithi007.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-05-08T14:35:30.824 INFO:teuthology.orchestra.run.smithi007.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:35:30.825 INFO:teuthology.orchestra.run.smithi007.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-05-08T14:35:30.825 INFO:teuthology.orchestra.run.smithi007.stderr: exec(code, run_globals) 2024-05-08T14:35:30.825 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:35:30.825 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:35:30.825 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:35:30.826 INFO:teuthology.orchestra.run.smithi007.stderr: File "/tmp/tmpx5wirb9h.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:35:30.827 INFO:teuthology.orchestra.run.smithi007.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=smithi007 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:35:30.827 INFO:teuthology.orchestra.run.smithi007.stderr:ERROR (catatonit:7): failed to exec pid1: Exec format error 2024-05-08T14:35:30.827 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-05-08T14:35:30.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:30.855 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 smithi007 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:35:30.857 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T14:35:30.859 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697486/remote/smithi007/crash 2024-05-08T14:35:30.859 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:35:30.904 INFO:teuthology.orchestra.run.smithi007.stderr:tar: /var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:35:30.904 INFO:teuthology.orchestra.run.smithi007.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:35:30.906 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697486/remote/smithi174/crash 2024-05-08T14:35:30.907 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:35:31.028 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/2229988a-0d48-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:35:31.028 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:35:31.030 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T14:35:31.030 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2229988a-0d48-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T14:35:31.064 INFO:teuthology.orchestra.run.smithi007.stderr:grep: /var/log/ceph/2229988a-0d48-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T14:35:31.066 INFO:tasks.cephadm:Compressing logs... 2024-05-08T14:35:31.067 DEBUG:teuthology.orchestra.run.smithi007:> 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:35:31.110 DEBUG:teuthology.orchestra.run.smithi174:> 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:35:31.135 INFO:teuthology.orchestra.run.smithi007.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:35:31.135 INFO:teuthology.orchestra.run.smithi007.stderr:: No such file or directory 2024-05-08T14:35:31.135 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/cephadm.log: 58.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:35:31.137 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-05-08T14:35:31.137 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m0.014s 2024-05-08T14:35:31.137 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m0.007s 2024-05-08T14:35:31.137 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m0.017s 2024-05-08T14:35:31.139 INFO:teuthology.orchestra.run.smithi174.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:35:31.139 INFO:teuthology.orchestra.run.smithi174.stderr:: No such file or directory 2024-05-08T14:35:31.140 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/cephadm.log: 58.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:35:31.142 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-05-08T14:35:31.142 INFO:teuthology.orchestra.run.smithi174.stderr:real 0m0.014s 2024-05-08T14:35:31.142 INFO:teuthology.orchestra.run.smithi174.stderr:user 0m0.014s 2024-05-08T14:35:31.142 INFO:teuthology.orchestra.run.smithi174.stderr:sys 0m0.011s 2024-05-08T14:35:31.143 INFO:tasks.cephadm:Archiving logs... 2024-05-08T14:35:31.143 DEBUG:teuthology.misc:Transferring archived files from smithi007:/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/7697486/remote/smithi007/log 2024-05-08T14:35:31.144 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:35:31.206 DEBUG:teuthology.misc:Transferring archived files from smithi174:/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/7697486/remote/smithi174/log 2024-05-08T14:35:31.207 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:35:31.237 INFO:tasks.cephadm:Removing cluster... 2024-05-08T14:35:31.237 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2229988a-0d48-11ef-bc97-c7b262605968 --force 2024-05-08T14:35:31.435 INFO:teuthology.orchestra.run.smithi007.stdout:Deleting cluster with fsid: 2229988a-0d48-11ef-bc97-c7b262605968 2024-05-08T14:35:31.562 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2229988a-0d48-11ef-bc97-c7b262605968 --force 2024-05-08T14:35:31.752 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: 2229988a-0d48-11ef-bc97-c7b262605968 2024-05-08T14:35:31.869 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T14:35:31.869 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:35:31.886 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:35:31.902 INFO:tasks.cephadm:Teardown complete 2024-05-08T14:35:31.902 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 smithi007 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:35:32.147 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ce66c412010d4b348466665056f2b75d 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 smithi007 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:35:32.151 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T14:35:32.164 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-08T14:35:32.204 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-05-08T14:35:32.205 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_1 2024-05-08T14:35:32.365 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:35:32.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:32.367 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-05-08T14:35:32.367 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_2 2024-05-08T14:35:32.490 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:35:32.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:32.492 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-05-08T14:35:32.492 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_3 2024-05-08T14:35:32.665 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:35:32.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:32.667 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-05-08T14:35:32.667 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_4 2024-05-08T14:35:32.800 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:35:32.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:32.802 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-05-08T14:35:32.802 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-05-08T14:35:32.828 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_1... 2024-05-08T14:35:32.828 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_1 2024-05-08T14:35:32.979 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T14:35:32.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:32.981 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_2... 2024-05-08T14:35:32.981 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_2 2024-05-08T14:35:33.161 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T14:35:33.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:33.163 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_3... 2024-05-08T14:35:33.164 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_3 2024-05-08T14:35:33.347 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T14:35:33.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:33.349 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi174:/dev/vg_nvme/lv_4... 2024-05-08T14:35:33.349 DEBUG:teuthology.orchestra.run.smithi174:> sudo nvme disconnect -n lv_4 2024-05-08T14:35:33.530 INFO:teuthology.orchestra.run.smithi174.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T14:35:33.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:33.532 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-05-08T14:35:33.532 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/scratch_devs 2024-05-08T14:35:33.557 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T14:35:33.566 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T14:35:33.567 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:35:33.569 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:35:33.582 INFO:teuthology.orchestra.run.smithi007.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv01.front.sepia.ceph.com 3 6 17 41 -2636us[-2666us] +/- 75ms 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 41 +244us[ +213us] +/- 79ms 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 40 +2709us[+2709us] +/- 81ms 2024-05-08T14:35:33.586 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:35:33.611 INFO:teuthology.orchestra.run.smithi174.stderr:bash: line 1: ntpq: command not found 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:^* hv01.front.sepia.ceph.com 3 6 17 41 -2662us[-2656us] +/- 75ms 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 41 +205us[ +211us] +/- 79ms 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 41 +2671us[+2677us] +/- 81ms 2024-05-08T14:35:33.616 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T14:35:33.617 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T14:35:33.626 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T14:35:33.627 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T14:35:33.646 DEBUG:teuthology.orchestra.run.smithi007:> 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:35:33.706 DEBUG:teuthology.orchestra.run.smithi174:> 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:35:33.763 DEBUG:teuthology.orchestra.run.smithi007:> 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:35:33.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:33.792 DEBUG:teuthology.orchestra.run.smithi174:> 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:35:33.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:33.819 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T14:35:33.828 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T14:35:33.846 INFO:teuthology.task.internal:Duration was 290.300319 seconds 2024-05-08T14:35:33.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T14:35:33.880 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T14:35:33.881 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:35:33.884 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:35:33.922 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:35:33.923 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T14:35:34.107 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T14:35:34.107 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-05-08T14:35:34.107 DEBUG:teuthology.orchestra.run.smithi007:> 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:35:34.129 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2024-05-08T14:35:34.129 DEBUG:teuthology.orchestra.run.smithi174:> 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:35:34.171 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T14:35:34.171 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:35:34.173 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:35:34.237 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T14:35:34.238 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:35:34.241 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:35:34.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T14:35:34.376 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T14:35:34.377 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:35:34.403 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:35:34.428 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T14:35:34.438 DEBUG:teuthology.orchestra.run.smithi007:> 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:35:34.445 DEBUG:teuthology.orchestra.run.smithi174:> 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:35:34.467 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-05-08T14:35:34.491 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2024-05-08T14:35:34.508 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:35:34.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:34.540 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:35:34.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:35:34.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T14:35:34.573 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T14:35:34.574 DEBUG:teuthology.misc:Transferring archived files from smithi007:/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/7697486/remote/smithi007 2024-05-08T14:35:34.574 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:35:34.617 DEBUG:teuthology.misc:Transferring archived files from smithi174:/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/7697486/remote/smithi174 2024-05-08T14:35:34.617 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:35:34.652 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T14:35:34.653 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:35:34.657 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:35:34.701 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T14:35:34.712 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T14:35:34.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T14:35:34.747 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T14:35:34.747 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:35:34.753 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:35:34.763 INFO:teuthology.orchestra.run.smithi007.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:35 /home/ubuntu/cephtest 2024-05-08T14:35:34.769 INFO:teuthology.orchestra.run.smithi174.stdout: 266036 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:35 /home/ubuntu/cephtest 2024-05-08T14:35:34.770 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:35:34.780 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:35:34.848 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:35:34.877 DEBUG:teuthology.nuke:shortname: smithi007 2024-05-08T14:35:34.877 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:35:34.905 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.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/7697486', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:21:34.133713', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAndJATb0utp1ciDcdS0iPwgKcYUEqF0OeSs9rNV7Hb5XaUIqONvwqgihBrvxLBBpXzvLBIqAktFLZ8LV7jewoc='} 2024-05-08T14:35:34.909 DEBUG:teuthology.nuke:shortname: smithi174 2024-05-08T14:35:34.909 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:35:34.932 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.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/7697486', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:21:34.132238', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCt/LY+OZuq8ale37EfFjAZmYl0ATT9hvvgZl3FjxGQdXL2TeOdO8mf6Y3fx7eC5EvJm+p4JUH/0B/rFRKNiw6o='} 2024-05-08T14:35:34.965 INFO:teuthology.orchestra.console.smithi007:Power off 2024-05-08T14:35:34.966 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:35:35.002 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2024-05-08T14:35:35.002 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:35.020 INFO:teuthology.orchestra.console.smithi174:Power off 2024-05-08T14:35:35.020 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:35:35.030 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-05-08T14:35:35.043 DEBUG:teuthology.orchestra.console.smithi174:power off output: Chassis Power Control: Down/Off 2024-05-08T14:35:35.043 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:35.068 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-05-08T14:35:39.031 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:39.070 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:39.146 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-05-08T14:35:39.182 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-05-08T14:35:43.150 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:43.183 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:43.262 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-05-08T14:35:43.293 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-05-08T14:35:47.266 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:47.294 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:35:47.376 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2024-05-08T14:35:47.405 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is off 2024-05-08T14:35:47.477 INFO:teuthology.orchestra.console.smithi007:Power off completed 2024-05-08T14:35:47.506 INFO:teuthology.orchestra.console.smithi174:Power off completed 2024-05-08T14:35:47.611 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 290.3003194332123 failure_reason: 'Command failed on smithi007 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=ce66c412010d4b348466665056f2b75d status: fail success: false 2024-05-08T14:35:47.611 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:35:47.699 INFO:teuthology.run:FAIL