2024-06-26T15:58:47.058 INFO:root:teuthology version: 0.0.1.dev329+g544fecb 2024-06-26T15:58:47.058 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696 --name gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose -- /home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696/orig.config.yaml 2024-06-26T15:58:47.096 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-26T15:58:47.184 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696 branch: wip-guits-squid-2024-06-24-0735-squid description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7773696' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-squid-2024-06-24-0735-squid 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: 6f4ab6ce5a91205bcb03e77f39c5a6590874b4fb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6f4ab6ce5a91205bcb03e77f39c5a6590874b4fb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-squid-2024-06-24-0735-squid-debug-nvme_loop sha1: 972188b6e47477d4b5fc60439c0e49069a676190 owner: scheduled_gabrioux@teuthology priority: 69 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4462 sha1: 6f4ab6ce5a91205bcb03e77f39c5a6590874b4fb sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-squid-2024-06-24-0735-squid-debug-nvme_loop suite_path: /home/teuthworker/src/github.com_guits_ceph_972188b6e47477d4b5fc60439c0e49069a676190/qa suite_relpath: qa suite_repo: https://github.com/guits/ceph suite_sha1: 972188b6e47477d4b5fc60439c0e49069a676190 targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGMt3OE49wLcxnQJ0xHjsTaIXhkg8mJIzGSvCb/dTHMEKe+xu/tEJCyhg649u0KCfK+bmkytQu+Ejdg88nZX4tE= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBax/Lv72Uqv0DrsRulAFuRrA6ucKFcuttWmnmHw9rn5J5JrOsk/HI+5Br346HX40OTdEstiP04C4ttkCOiHrqM= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -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: 544fecbcd55f3d2b6f478823823ce40cbefef1d4 timestamp: 2024-06-26_15:30:59 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-26T15:58:47.184 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_guits_ceph_972188b6e47477d4b5fc60439c0e49069a676190/qa; will attempt to use it 2024-06-26T15:58:47.185 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_guits_ceph_972188b6e47477d4b5fc60439c0e49069a676190/qa/tasks 2024-06-26T15:58:47.185 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-26T15:58:47.186 INFO:teuthology.task.internal:Checking packages... 2024-06-26T15:58:47.207 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6f4ab6ce5a91205bcb03e77f39c5a6590874b4fb' 2024-06-26T15:58:47.208 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-26T15:58:47.208 INFO:teuthology.packaging:ref: None 2024-06-26T15:58:47.208 INFO:teuthology.packaging:tag: None 2024-06-26T15:58:47.208 INFO:teuthology.packaging:branch: wip-guits-squid-2024-06-24-0735-squid 2024-06-26T15:58:47.208 INFO:teuthology.packaging:sha1: 6f4ab6ce5a91205bcb03e77f39c5a6590874b4fb 2024-06-26T15:58:47.208 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-squid-2024-06-24-0735-squid 2024-06-26T15:58:47.423 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3300.g6f4ab6ce 2024-06-26T15:58:47.425 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-26T15:58:47.434 INFO:teuthology.task.internal:no buildpackages task found 2024-06-26T15:58:47.435 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-26T15:58:47.476 INFO:teuthology.task.internal:Saving configuration 2024-06-26T15:58:47.490 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-26T15:58:47.503 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-26T15:58:47.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-26 15:53:49.669823', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGMt3OE49wLcxnQJ0xHjsTaIXhkg8mJIzGSvCb/dTHMEKe+xu/tEJCyhg649u0KCfK+bmkytQu+Ejdg88nZX4tE='} 2024-06-26T15:58:47.552 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-26 15:53:49.671259', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBax/Lv72Uqv0DrsRulAFuRrA6ucKFcuttWmnmHw9rn5J5JrOsk/HI+5Br346HX40OTdEstiP04C4ttkCOiHrqM='} 2024-06-26T15:58:47.552 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-26T15:58:47.564 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-26T15:58:47.564 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-26T15:58:47.564 INFO:teuthology.run_tasks:Running task console_log... 2024-06-26T15:58:47.642 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3d4ca3bac0>, signals=[15]) 2024-06-26T15:58:47.642 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-26T15:58:47.653 INFO:teuthology.task.internal:Opening connections... 2024-06-26T15:58:47.653 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-06-26T15:58:47.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T15:58:47.734 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-06-26T15:58:47.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T15:58:47.812 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-26T15:58:47.818 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-06-26T15:58:47.836 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-06-26T15:58:47.836 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-06-26T15:58:47.893 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-26T15:58:47.894 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-26T15:58:47.895 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-06-26T15:58:47.916 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-06-26T15:58:47.933 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-06-26T15:58:47.934 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-06-26T15:58:47.990 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="9" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="9" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el9" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:LOGO="fedora-logo-icon" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2024-06-26T15:58:47.991 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-26T15:58:47.992 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-26T15:58:47.992 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-26T15:58:47.992 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-06-26T15:58:48.024 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-26T15:58:48.035 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-26T15:58:48.071 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-26T15:58:48.071 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-06-26T15:58:48.074 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-06-26T15:58:48.090 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-26T15:58:48.101 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-26T15:58:48.102 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-06-26T15:58:48.132 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-06-26T15:58:48.216 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-26T15:58:48.278 INFO:teuthology.run_tasks:Running task kernel... 2024-06-26T15:58:48.297 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-26T15:58:48.297 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-26T15:58:48.298 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-26T15:58:48.298 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-26T15:58:48.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T15:58:48.315 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-06-26T15:58:48.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T15:58:48.316 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-06-26T15:58:48.372 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-437.el9.x86_64 2024-06-26T15:58:48.373 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.14.0-437.el9.x86_64 2024-06-26T15:58:48.373 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2024-06-26T15:58:48.374 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-437.el9.x86_64 2024-06-26T15:58:48.374 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-437.el9.x86_64 2024-06-26T15:58:48.374 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-06-26T15:58:50.812 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.1 MB 00:00 2024-06-26T15:58:52.954 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 20 MB/s | 20 MB 00:00 2024-06-26T15:58:54.653 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.1 MB 00:04 2024-06-26T15:58:57.565 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - AppStream 11 MB/s | 20 MB 00:01 2024-06-26T15:58:57.638 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 6.4 MB 00:00 2024-06-26T15:58:59.881 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 17 kB 00:00 2024-06-26T15:59:01.142 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-06-26T15:59:01.921 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.4 MB 00:00 2024-06-26T15:59:03.646 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 17 kB 00:00 2024-06-26T15:59:04.567 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 28 MB/s | 21 MB 00:00 2024-06-26T15:59:06.348 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-06-26T15:59:08.429 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-26T15:59:08.430 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-26T15:59:08.522 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-467.el9 baseos 1.2 M 2024-06-26T15:59:08.540 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 5.14.0-467.el9 baseos 16 M 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 5.14.0-467.el9 baseos 35 M 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core x86_64 5.14.0-467.el9 baseos 29 M 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-06-26T15:59:08.541 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T15:59:08.542 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 82 M 2024-06-26T15:59:08.542 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 125 M 2024-06-26T15:59:08.542 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-06-26T15:59:09.033 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): kernel-5.14.0-467.el9.x86_64.rpm 3.4 MB/s | 1.2 MB 00:00 2024-06-26T15:59:09.756 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-06-26T15:59:11.829 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-26T15:59:11.829 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-26T15:59:11.923 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-06-26T15:59:11.934 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 5.14.0-467.el9 baseos 1.2 M 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 5.14.0-467.el9 baseos 16 M 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 5.14.0-467.el9 baseos 35 M 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core x86_64 5.14.0-467.el9 baseos 29 M 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-06-26T15:59:11.935 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T15:59:11.936 INFO:teuthology.orchestra.run.smithi190.stdout:Install 4 Packages 2024-06-26T15:59:11.936 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T15:59:11.936 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 82 M 2024-06-26T15:59:11.936 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 125 M 2024-06-26T15:59:11.936 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-06-26T15:59:12.318 INFO:teuthology.orchestra.run.smithi190.stdout:(1/4): kernel-5.14.0-467.el9.x86_64.rpm 3.7 MB/s | 1.2 MB 00:00 2024-06-26T15:59:14.099 INFO:teuthology.orchestra.run.smithi190.stdout:(2/4): kernel-core-5.14.0-467.el9.x86_64.rpm 7.8 MB/s | 16 MB 00:02 2024-06-26T15:59:15.932 INFO:teuthology.orchestra.run.smithi190.stdout:(3/4): kernel-modules-core-5.14.0-467.el9.x86_6 8.1 MB/s | 29 MB 00:03 2024-06-26T15:59:16.349 INFO:teuthology.orchestra.run.smithi190.stdout:(4/4): kernel-modules-5.14.0-467.el9.x86_64.rpm 8.1 MB/s | 35 MB 00:04 2024-06-26T15:59:16.350 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-06-26T15:59:16.350 INFO:teuthology.orchestra.run.smithi190.stdout:Total 19 MB/s | 82 MB 00:04 2024-06-26T15:59:16.399 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): kernel-core-5.14.0-467.el9.x86_64.rpm 2.1 MB/s | 16 MB 00:07 2024-06-26T15:59:17.066 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-06-26T15:59:17.420 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-06-26T15:59:17.420 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-06-26T15:59:18.416 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-06-26T15:59:18.416 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-06-26T15:59:20.829 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-06-26T15:59:21.484 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-core-5.14.0-467.el9.x86_64 1/4 2024-06-26T15:59:21.583 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T15:59:23.724 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): kernel-modules-core-5.14.0-467.el9.x86_6 2.0 MB/s | 29 MB 00:14 2024-06-26T15:59:24.293 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T15:59:24.442 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T15:59:26.249 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): kernel-modules-5.14.0-467.el9.x86_64.rpm 2.0 MB/s | 35 MB 00:17 2024-06-26T15:59:26.249 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-06-26T15:59:26.249 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.6 MB/s | 82 MB 00:17 2024-06-26T15:59:26.960 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-06-26T15:59:27.308 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-06-26T15:59:27.308 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-06-26T15:59:28.283 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-06-26T15:59:28.284 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-06-26T15:59:29.226 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T15:59:29.299 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-5.14.0-467.el9.x86_64 4/4 2024-06-26T15:59:30.785 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-06-26T15:59:31.494 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-core-5.14.0-467.el9.x86_64 1/4 2024-06-26T15:59:31.576 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T15:59:34.110 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T15:59:34.248 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T15:59:34.390 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T15:59:39.220 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T15:59:39.364 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-5.14.0-467.el9.x86_64 4/4 2024-06-26T15:59:44.170 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:03.837 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:03.877 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:04.159 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:04.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-5.14.0-467.el9.x86_64 1/4 2024-06-26T16:00:04.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T16:00:04.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T16:00:04.950 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:04.950 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core-5.14.0-467.el9.x86_64 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-5.14.0-467.el9.x86_64 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core-5.14.0-467.el9.x86_64 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:00:04.951 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-06-26T16:00:05.358 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-06-26T16:00:05.433 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:05.433 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-06-26T16:00:05.433 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-467.el9.x86_64 2024-06-26T16:00:05.433 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-26T16:00:05.433 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-26T16:00:05.434 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-26T16:00:05.434 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-06-26T16:00:05.434 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-06-26T16:00:05.488 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:05.489 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-06-26T16:00:05.489 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.06 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 68.el9 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Group : Unspecified 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 8264254 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-26T16:00:05.519 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : builder@centos.org 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:00:05.520 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2024-06-26T16:00:05.521 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-26T16:00:05.521 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 5.14.0-467.el9.x86_64 2024-06-26T16:00:05.521 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-26T16:00:06.073 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-06-26T16:00:07.492 INFO:teuthology.orchestra.run.smithi190.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-26T16:00:07.524 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-06-26T16:00:07.526 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-06-26T16:00:07.542 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.c1hMXcwxxF 2024-06-26T16:00:07.542 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.c1hMXcwxxF 2024-06-26T16:00:07.608 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.c1hMXcwxxF 2024-06-26T16:00:07.747 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.c1hMXcwxxF is 6KB 2024-06-26T16:00:07.796 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.c1hMXcwxxF 2024-06-26T16:00:07.810 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2024-06-26T16:00:07.882 INFO:teuthology.orchestra.run.smithi190.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-26T16:00:07.882 INFO:teuthology.orchestra.run.smithi190.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-26T16:00:07.882 INFO:teuthology.orchestra.run.smithi190.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-26T16:00:07.882 INFO:teuthology.orchestra.run.smithi190.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64.conf 2024-06-26T16:00:07.884 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64 2024-06-26T16:00:08.039 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-06-26T16:00:13.567 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:13.607 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:13.881 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:13.881 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-467.el9.x86_64 1/4 2024-06-26T16:00:13.881 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-06-26T16:00:13.881 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-06-26T16:00:14.692 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-06-26T16:00:14.692 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core-5.14.0-467.el9.x86_64 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-5.14.0-467.el9.x86_64 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core-5.14.0-467.el9.x86_64 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:00:14.693 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-06-26T16:00:15.032 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-06-26T16:00:15.156 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:15.156 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-06-26T16:00:15.156 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-467.el9.x86_64 2024-06-26T16:00:15.156 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-26T16:00:15.156 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-26T16:00:15.156 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-26T16:00:15.157 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-06-26T16:00:15.157 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-06-26T16:00:15.211 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-467.el9.x86_64 2024-06-26T16:00:15.211 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-06-26T16:00:15.212 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2024-06-26T16:00:15.252 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2024-06-26T16:00:15.252 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2024-06-26T16:00:15.252 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.06 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 68.el9 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Group : Unspecified 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 8264254 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : builder@centos.org 2024-06-26T16:00:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:00:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2024-06-26T16:00:15.255 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-26T16:00:15.255 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 5.14.0-467.el9.x86_64 2024-06-26T16:00:15.255 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-26T16:00:15.840 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-06-26T16:00:17.244 INFO:teuthology.orchestra.run.smithi077.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-26T16:00:17.272 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-06-26T16:00:17.274 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-06-26T16:00:17.289 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.7YPDVeBqmE 2024-06-26T16:00:17.290 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7YPDVeBqmE 2024-06-26T16:00:17.356 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.7YPDVeBqmE 2024-06-26T16:00:17.502 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.7YPDVeBqmE is 6KB 2024-06-26T16:00:17.551 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.7YPDVeBqmE 2024-06-26T16:00:17.565 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2024-06-26T16:00:17.627 INFO:teuthology.orchestra.run.smithi077.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-26T16:00:17.627 INFO:teuthology.orchestra.run.smithi077.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-26T16:00:17.627 INFO:teuthology.orchestra.run.smithi077.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-26T16:00:17.627 INFO:teuthology.orchestra.run.smithi077.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64.conf 2024-06-26T16:00:17.628 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64 2024-06-26T16:00:17.782 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-06-26T16:00:38.058 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-26T16:00:38.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:00:38.060 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:00:47.794 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-26T16:00:47.794 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:00:47.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:00:56.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-06-26T16:01:05.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:01:05.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:01:06.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-06-26T16:01:08.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-06-26T16:01:15.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:01:15.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:01:18.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-06-26T16:01:20.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:01:20.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:01:30.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:01:30.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:01:52.450 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-06-26T16:01:52.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:01:52.810 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-467.el9.x86_64"... 2024-06-26T16:01:52.810 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-06-26T16:01:52.825 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-467.el9.x86_64 2024-06-26T16:01:52.825 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-467.el9.x86_64 vs 5.14.0-467.el9.x86_64 2024-06-26T16:01:52.825 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-26T16:01:52.825 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-26T16:01:53.826 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-26T16:01:53.826 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-26T16:01:53.898 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-06-26T16:01:53.926 DEBUG:teuthology.parallel:result is None 2024-06-26T16:02:02.248 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-06-26T16:02:02.658 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:02:02.658 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-467.el9.x86_64"... 2024-06-26T16:02:02.658 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-06-26T16:02:02.673 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-467.el9.x86_64 2024-06-26T16:02:02.673 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-467.el9.x86_64 vs 5.14.0-467.el9.x86_64 2024-06-26T16:02:02.673 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-26T16:02:02.673 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-26T16:02:03.674 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-26T16:02:03.674 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-26T16:02:03.763 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-06-26T16:02:03.806 DEBUG:teuthology.parallel:result is None 2024-06-26T16:02:03.806 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-26T16:02:03.814 INFO:teuthology.task.internal:Creating test directory... 2024-06-26T16:02:03.814 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-26T16:02:03.817 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-26T16:02:03.836 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-26T16:02:03.844 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-26T16:02:03.878 INFO:teuthology.task.internal:Creating archive directory... 2024-06-26T16:02:03.879 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-26T16:02:03.881 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-26T16:02:04.003 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-26T16:02:04.010 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-26T16:02:04.010 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:02:04.013 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:02:04.041 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-26T16:02:04.046 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-26T16:02:04.051 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-26T16:02:04.057 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-26T16:02:04.059 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-26T16:02:04.066 INFO:teuthology.task.internal:Configuring sudo... 2024-06-26T16:02:04.067 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-26T16:02:04.098 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-26T16:02:04.127 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-26T16:02:04.137 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-26T16:02:04.137 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-26T16:02:04.166 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-26T16:02:04.184 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-26T16:02:04.267 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-26T16:02:04.315 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-26T16:02:04.401 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-26T16:02:04.447 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-06-26T16:02:04.447 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-26T16:02:04.515 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-26T16:02:04.560 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-26T16:02:04.607 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-26T16:02:04.694 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-26T16:02:04.737 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-06-26T16:02:04.738 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-26T16:02:04.804 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-06-26T16:02:04.806 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-06-26T16:02:04.856 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-26T16:02:04.885 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-26T16:02:05.403 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-26T16:02:05.411 INFO:teuthology.task.internal:Starting timer... 2024-06-26T16:02:05.411 INFO:teuthology.run_tasks:Running task pcp... 2024-06-26T16:02:05.457 INFO:teuthology.run_tasks:Running task selinux... 2024-06-26T16:02:05.489 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-06-26T16:02:05.489 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-06-26T16:02:05.594 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-06-26T16:02:05.596 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2024-06-26T16:02:05.675 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2024-06-26T16:02:05.677 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-26T16:02:05.677 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-06-26T16:02:05.731 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-06-26T16:02:05.731 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2024-06-26T16:02:05.758 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2024-06-26T16:02:05.758 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2024-06-26T16:02:05.758 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:02:05.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:02:05.827 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:02:05.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:02:05.855 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-26T16:02:05.855 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-06-26T16:02:06.076 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2024-06-26T16:02:06.102 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-26T16:02:06.112 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-26T16:02:06.115 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-26T16:02:06.255 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-26T16:02:06.265 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-06-26T16:02:06.267 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-26T16:06:28.703 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-06-26T16:06:28.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:06:28.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:06:28.783 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-06-26T16:06:28.860 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-06-26T16:06:28.861 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:06:28.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-26T16:06:28.934 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-06-26T16:06:28.969 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-06-26T16:06:28.969 INFO:teuthology.run_tasks:Running task clock... 2024-06-26T16:06:28.983 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-26T16:06:28.983 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-26T16:06:28.984 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:28.986 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-26T16:06:28.986 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:06:29.012 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-26T16:06:29.026 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-26T16:06:29.039 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-26T16:06:29.050 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-06-26T16:06:29.054 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-26T16:06:29.061 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-06-26T16:06:29.075 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-26T16:06:29.077 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2024-06-26T16:06:29.088 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2024-06-26T16:06:29.089 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-26T16:06:29.102 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-26T16:06:29.116 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-26T16:06:29.145 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.149 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.179 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.183 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:29.183 INFO:teuthology.run_tasks:Running task pexec... 2024-06-26T16:06:29.193 INFO:teuthology.task.pexec:Executing custom commands... 2024-06-26T16:06:29.193 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-06-26T16:06:29.193 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-26T16:06:29.193 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2024-06-26T16:06:29.194 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-26T16:06:29.764 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:10 ago on Wed 26 Jun 2024 04:05:19 PM UTC. 2024-06-26T16:06:29.795 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:10 ago on Wed 26 Jun 2024 04:05:19 PM UTC. 2024-06-26T16:06:29.848 INFO:teuthology.orchestra.run.smithi077.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-06-26T16:06:29.880 INFO:teuthology.orchestra.run.smithi190.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-06-26T16:06:29.888 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-06-26T16:06:29.907 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-06-26T16:06:29.908 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-06-26T16:06:29.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout:Install 5 Packages 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2024-06-26T16:06:29.910 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:06:29.914 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.2 M 2024-06-26T16:06:29.915 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-06-26T16:06:29.921 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-06-26T16:06:29.923 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T16:06:29.923 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrading: 2024-06-26T16:06:29.924 INFO:teuthology.orchestra.run.smithi190.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-06-26T16:06:29.925 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:06:29.926 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-06-26T16:06:29.926 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-06-26T16:06:29.926 INFO:teuthology.orchestra.run.smithi190.stdout:Install 5 Packages 2024-06-26T16:06:29.926 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrade 2 Packages 2024-06-26T16:06:29.927 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:06:29.944 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 5.2 M 2024-06-26T16:06:29.944 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-06-26T16:06:30.331 INFO:teuthology.orchestra.run.smithi190.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 377 kB/s | 72 kB 00:00 2024-06-26T16:06:30.356 INFO:teuthology.orchestra.run.smithi190.stdout:(2/7): nvmetcli-0.7-3.el9.noarch.rpm 206 kB/s | 44 kB 00:00 2024-06-26T16:06:30.381 INFO:teuthology.orchestra.run.smithi190.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 350 kB/s | 84 kB 00:00 2024-06-26T16:06:30.412 INFO:teuthology.orchestra.run.smithi077.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 192 kB/s | 44 kB 00:00 2024-06-26T16:06:30.437 INFO:teuthology.orchestra.run.smithi077.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 280 kB/s | 72 kB 00:00 2024-06-26T16:06:30.462 INFO:teuthology.orchestra.run.smithi077.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 299 kB/s | 84 kB 00:00 2024-06-26T16:06:30.498 INFO:teuthology.orchestra.run.smithi190.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 896 kB/s | 104 kB 00:00 2024-06-26T16:06:30.579 INFO:teuthology.orchestra.run.smithi077.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 895 kB/s | 104 kB 00:00 2024-06-26T16:06:30.590 INFO:teuthology.orchestra.run.smithi190.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2024-06-26T16:06:30.715 INFO:teuthology.orchestra.run.smithi190.stdout:(6/7): nvme-cli-2.9.1-2.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-06-26T16:06:30.730 INFO:teuthology.orchestra.run.smithi077.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.6 MB/s | 837 kB 00:00 2024-06-26T16:06:30.970 INFO:teuthology.orchestra.run.smithi077.stdout:(6/7): nvme-cli-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 906 kB 00:00 2024-06-26T16:06:31.624 INFO:teuthology.orchestra.run.smithi190.stdout:(7/7): runc-1.1.13-1.el9.x86_64.rpm 2.6 MB/s | 3.2 MB 00:01 2024-06-26T16:06:31.624 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-06-26T16:06:31.624 INFO:teuthology.orchestra.run.smithi190.stdout:Total 3.1 MB/s | 5.2 MB 00:01 2024-06-26T16:06:31.739 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-06-26T16:06:31.756 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-06-26T16:06:31.757 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-06-26T16:06:31.905 INFO:teuthology.orchestra.run.smithi077.stdout:(7/7): runc-1.1.13-1.el9.x86_64.rpm 2.2 MB/s | 3.2 MB 00:01 2024-06-26T16:06:31.905 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-06-26T16:06:31.906 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.6 MB/s | 5.2 MB 00:01 2024-06-26T16:06:31.980 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-06-26T16:06:31.981 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-06-26T16:06:32.022 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-06-26T16:06:32.039 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-06-26T16:06:32.039 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-06-26T16:06:32.261 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-06-26T16:06:32.262 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-06-26T16:06:32.388 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-06-26T16:06:32.596 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-06-26T16:06:32.653 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-06-26T16:06:32.693 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-06-26T16:06:32.711 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-06-26T16:06:32.729 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-06-26T16:06:32.754 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-06-26T16:06:32.919 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-06-26T16:06:32.968 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-06-26T16:06:33.009 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-06-26T16:06:33.015 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-06-26T16:06:33.044 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-06-26T16:06:33.070 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-06-26T16:06:33.090 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-06-26T16:06:33.327 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-06-26T16:06:33.390 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-06-26T16:06:33.469 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-06-26T16:06:33.494 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 7/9 2024-06-26T16:06:33.526 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-06-26T16:06:33.586 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-06-26T16:06:33.770 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-06-26T16:06:33.809 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 7/9 2024-06-26T16:06:33.842 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-06-26T16:06:33.901 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-06-26T16:06:34.553 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-06-26T16:06:34.553 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 5/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-06-26T16:06:34.554 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 8/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 5/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-06-26T16:06:34.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 8/9 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout:Upgraded: 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-06-26T16:06:34.920 INFO:teuthology.orchestra.run.smithi190.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-06-26T16:06:34.921 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-06-26T16:06:34.921 INFO:teuthology.orchestra.run.smithi190.stdout: runc-4:1.1.13-1.el9.x86_64 2024-06-26T16:06:34.921 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-06-26T16:06:34.921 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-06-26T16:06:35.217 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-06-26T16:06:35.218 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:06:35.218 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2024-06-26T16:06:35.218 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-06-26T16:06:35.218 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-06-26T16:06:35.218 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-06-26T16:06:35.219 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-06-26T16:06:35.219 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.13-1.el9.x86_64 2024-06-26T16:06:35.219 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-06-26T16:06:35.219 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-06-26T16:06:35.298 DEBUG:teuthology.parallel:result is None 2024-06-26T16:06:35.622 DEBUG:teuthology.parallel:result is None 2024-06-26T16:06:35.622 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-26T16:06:35.633 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-26T16:06:35.633 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-06-26T16:06:35.634 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-06-26T16:06:35.649 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-06-26T16:06:35.649 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-06-26T16:06:35.705 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-06-26 16:06:34.166567597 +0000 2024-06-26T16:06:35.706 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.706 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.706 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.706 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-26T16:06:35.769 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-06-26T16:06:35.769 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-06-26T16:06:35.769 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000276425 s, 1.9 MB/s 2024-06-26T16:06:35.770 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-26T16:06:35.827 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-06-26 16:06:34.167567298 +0000 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.882 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.883 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:35.883 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-26T16:06:35.944 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-06-26T16:06:35.944 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-06-26T16:06:35.944 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000213466 s, 2.4 MB/s 2024-06-26T16:06:35.945 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-26T16:06:36.001 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-06-26 16:06:34.167567298 +0000 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-06-26 16:06:33.818609189 +0000 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-06-26 16:06:33.818609189 +0000 2024-06-26T16:06:36.057 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-06-26 16:06:33.818609189 +0000 2024-06-26T16:06:36.057 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-26T16:06:36.119 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-06-26T16:06:36.119 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-06-26T16:06:36.119 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000197604 s, 2.6 MB/s 2024-06-26T16:06:36.121 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-26T16:06:36.177 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-06-26 16:06:34.167567298 +0000 2024-06-26T16:06:36.232 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:36.233 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:36.233 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-06-26 16:06:33.817609209 +0000 2024-06-26T16:06:36.233 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-26T16:06:36.296 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-06-26T16:06:36.296 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-06-26T16:06:36.296 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.00026567 s, 1.9 MB/s 2024-06-26T16:06:36.297 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-26T16:06:36.354 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:36.503 INFO:teuthology.orchestra.run.smithi077.stdout:loop 2024-06-26T16:06:36.505 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_1... 2024-06-26T16:06:36.505 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:36.537 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-06-26T16:06:36.566 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_11 2024-06-26T16:06:36.639 INFO:teuthology.orchestra.run.smithi077.stdout:connecting to device: nvme1 2024-06-26T16:06:36.641 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_2... 2024-06-26T16:06:36.641 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:36.714 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-06-26T16:06:36.743 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_21 2024-06-26T16:06:36.779 INFO:teuthology.orchestra.run.smithi077.stdout:connecting to device: nvme2 2024-06-26T16:06:36.779 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_3... 2024-06-26T16:06:36.779 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:36.852 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-06-26T16:06:36.882 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_31 2024-06-26T16:06:36.916 INFO:teuthology.orchestra.run.smithi077.stdout:connecting to device: nvme3 2024-06-26T16:06:36.918 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_4... 2024-06-26T16:06:36.918 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:36.991 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-06-26T16:06:37.020 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_41 2024-06-26T16:06:37.054 INFO:teuthology.orchestra.run.smithi077.stdout:connecting to device: nvme4 2024-06-26T16:06:37.056 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-06-26T16:06:37.056 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-06-26T16:06:37.112 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:37.177 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:37.178 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:38.179 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:38.211 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:38.212 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:39.212 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:39.242 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:39.243 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:39.244 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:40.245 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:40.277 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:41.278 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:41.309 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:41.309 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:41.309 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:41.309 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:41.309 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:41.310 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:41.310 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:41.311 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:42.311 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:42.342 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:42.343 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:42.343 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:43.344 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:43.375 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:43.376 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:43.376 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:44.378 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:44.408 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:44.409 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:45.410 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:45.441 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:45.442 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:46.444 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:46.470 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:46.471 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:46.471 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:47.472 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:47.502 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:47.503 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:48.504 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:48.534 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:48.534 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:48.534 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:48.534 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:48.534 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:48.535 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:48.535 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:48.536 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:49.537 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:49.568 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:49.569 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:50.571 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:50.601 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:50.601 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:50.601 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:50.601 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:50.601 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:50.602 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:50.602 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:50.603 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:51.604 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:Node Generic SN Model Namespace Usage Format FW Rev 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 /dev/ng0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 0x1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 /dev/ng1n1 42dfcd9286d3d6016931 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 /dev/ng2n1 5b7931aaaa6c97a83030 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 /dev/ng3n1 ba15079a1530c3bb0071 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:51.635 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 /dev/ng4n1 923a12fada165fd47846 Linux 0x1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-26T16:06:51.636 INFO:tasks.nvme_loop:new_devs [] 2024-06-26T16:06:51.637 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_guits_ceph_972188b6e47477d4b5fc60439c0e49069a676190/qa/tasks/nvme_loop.py", line 68, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (16) after waiting for 15 seconds 2024-06-26T16:06:51.846 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=243efbad90a244b2b0e2cd40b60eea8a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_guits_ceph_972188b6e47477d4b5fc60439c0e49069a676190/qa/tasks/nvme_loop.py", line 68, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (16) after waiting for 15 seconds 2024-06-26T16:06:51.848 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-26T16:06:51.857 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-26T16:06:51.901 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-26T16:06:51.902 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-26T16:06:51.915 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-26T16:06:51.922 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-06-26T16:06:51.927 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-26T16:06:51.927 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-06-26T16:06:51.927 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 17 16 +1586us[+1599us] +/- 56ms 2024-06-26T16:06:51.928 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 15 -1600us[-1600us] +/- 72ms 2024-06-26T16:06:51.928 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 16 -513us[ -513us] +/- 78ms 2024-06-26T16:06:51.928 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:51.934 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-06-26T16:06:51.939 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-26T16:06:51.939 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-06-26T16:06:51.939 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv01.front.sepia.ceph.com 3 6 17 16 +1596us[+1599us] +/- 56ms 2024-06-26T16:06:51.939 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 16 -1590us[-1587us] +/- 72ms 2024-06-26T16:06:51.940 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 16 -504us[ -500us] +/- 78ms 2024-06-26T16:06:51.940 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-06-26T16:06:51.941 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-26T16:06:51.951 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-26T16:06:51.951 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-26T16:06:51.973 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:52.037 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:06:52.102 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:52.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:06:52.134 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:06:52.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:06:52.163 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-26T16:06:52.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-26T16:06:52.190 INFO:teuthology.task.internal:Duration was 286.778832 seconds 2024-06-26T16:06:52.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-26T16:06:52.223 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-26T16:06:52.223 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-26T16:06:52.226 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-26T16:06:52.266 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-26T16:06:52.267 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-26T16:06:52.780 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-26T16:06:52.780 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-06-26T16:06:52.780 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:52.851 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-06-26T16:06:52.851 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:06:52.885 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-26T16:06:52.885 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-26T16:06:52.894 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-26T16:06:52.954 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-26T16:06:52.955 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-26T16:06:52.964 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-26T16:06:53.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-26T16:06:53.095 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-26T16:06:53.095 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-26T16:06:53.120 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-26T16:06:53.144 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-26T16:06:53.153 DEBUG:teuthology.orchestra.run.smithi077:> 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-06-26T16:06:53.162 DEBUG:teuthology.orchestra.run.smithi190:> 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-06-26T16:06:53.182 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-06-26T16:06:53.207 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-06-26T16:06:53.227 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-26T16:06:53.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:06:53.258 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-26T16:06:53.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-26T16:06:53.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-26T16:06:53.291 INFO:teuthology.task.internal:Transferring archived files... 2024-06-26T16:06:53.292 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696/remote/smithi077 2024-06-26T16:06:53.293 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-26T16:06:53.355 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-06-26_15:30:59-orch:cephadm-wip-guits-squid-2024-06-24-0735-squid-distro-default-smithi/7773696/remote/smithi190 2024-06-26T16:06:53.356 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-26T16:06:53.400 INFO:teuthology.task.internal:Removing archive directory... 2024-06-26T16:06:53.401 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-26T16:06:53.404 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-26T16:06:53.450 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-26T16:06:53.461 INFO:teuthology.task.internal:Not uploading archives. 2024-06-26T16:06:53.461 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-26T16:06:53.484 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-26T16:06:53.485 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-26T16:06:53.487 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-26T16:06:53.500 INFO:teuthology.orchestra.run.smithi077.stdout: 265929 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 26 16:06 /home/ubuntu/cephtest 2024-06-26T16:06:53.504 INFO:teuthology.orchestra.run.smithi190.stdout: 265300 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 26 16:06 /home/ubuntu/cephtest 2024-06-26T16:06:53.505 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-26T16:06:53.515 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-26T16:06:53.585 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: 286.77883219718933 failure_reason: reached maximum tries (16) after waiting for 15 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=243efbad90a244b2b0e2cd40b60eea8a status: fail success: false 2024-06-26T16:06:53.585 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-26T16:06:53.712 INFO:teuthology.run:FAIL