2024-07-03T12:48:47.566 INFO:root:teuthology version: 0.0.1.dev340+g5ad87b8 2024-07-03T12:48:47.567 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446 --name teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/orig.config.yaml 2024-07-03T12:48:47.599 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-03T12:48:47.680 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7782446' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-07-01_21:08:02-orch-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: 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: 35f2811dfc1cc3007e95a84b817a03959819f4ab ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 35f2811dfc1cc3007e95a84b817a03959819f4ab selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 3bf966ab66a674cc596126e26df696ffce2e3982 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9857 sha1: 35f2811dfc1cc3007e95a84b817a03959819f4ab sleep_before_teardown: 0 subset: 3/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 3bf966ab66a674cc596126e26df696ffce2e3982 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPTC38H3zJpuA/P5An8FyUZHClZIvReRMDKPtrT85spdYxKfFcurDwK9pWLxDU8wumSDVb4vTYgPEm13O+l5s4s= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDCkjcsPtmdF26UZraRZucTLy/UFjdsAr9TZrl91k16UirOKJyZu+Qms3tKJvU2l9/2yR5aLdwEFwnoL8SCkA+g= tasks: - pexec: all: - sudo dnf install nvmetcli nvme-cli -y - 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 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - 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 - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5ad87b854d2bf30b1bc95a8dc9873f44ff149931 timestamp: 2024-07-01_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-07-03T12:48:47.680 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa; will attempt to use it 2024-07-03T12:48:47.681 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks 2024-07-03T12:48:47.681 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-03T12:48:47.683 INFO:teuthology.task.internal:Checking packages... 2024-07-03T12:48:47.703 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '35f2811dfc1cc3007e95a84b817a03959819f4ab' 2024-07-03T12:48:47.703 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-03T12:48:47.703 INFO:teuthology.packaging:ref: None 2024-07-03T12:48:47.703 INFO:teuthology.packaging:tag: None 2024-07-03T12:48:47.703 INFO:teuthology.packaging:branch: squid 2024-07-03T12:48:47.703 INFO:teuthology.packaging:sha1: 35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:48:47.704 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-07-03T12:48:47.975 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3347.g3bf966ab 2024-07-03T12:48:47.977 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-03T12:48:47.984 INFO:teuthology.task.internal:no buildpackages task found 2024-07-03T12:48:47.984 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-03T12:48:47.999 INFO:teuthology.task.internal:Saving configuration 2024-07-03T12:48:48.012 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-03T12:48:48.020 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-03T12:48:48.045 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446', '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-07-03 12:43:39.089382', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPTC38H3zJpuA/P5An8FyUZHClZIvReRMDKPtrT85spdYxKfFcurDwK9pWLxDU8wumSDVb4vTYgPEm13O+l5s4s='} 2024-07-03T12:48:48.065 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446', '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-07-03 12:43:39.090963', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDCkjcsPtmdF26UZraRZucTLy/UFjdsAr9TZrl91k16UirOKJyZu+Qms3tKJvU2l9/2yR5aLdwEFwnoL8SCkA+g='} 2024-07-03T12:48:48.065 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-03T12:48:48.073 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-07-03T12:48:48.073 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-07-03T12:48:48.073 INFO:teuthology.run_tasks:Running task console_log... 2024-07-03T12:48:48.176 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5284833ac0>, signals=[15]) 2024-07-03T12:48:48.177 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-03T12:48:48.184 INFO:teuthology.task.internal:Opening connections... 2024-07-03T12:48:48.184 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-07-03T12:48:48.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:48:48.261 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-07-03T12:48:48.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:48:48.354 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-03T12:48:48.365 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-07-03T12:48:48.384 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-07-03T12:48:48.384 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-07-03T12:48:48.441 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-07-03T12:48:48.441 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="9" 2024-07-03T12:48:48.441 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="9" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el9" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:LOGO="fedora-logo-icon" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-03T12:48:48.442 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-03T12:48:48.443 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-07-03T12:48:48.474 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-07-03T12:48:48.492 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-07-03T12:48:48.492 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-07-03T12:48:48.549 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="CentOS Stream" 2024-07-03T12:48:48.549 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="9" 2024-07-03T12:48:48.549 INFO:teuthology.orchestra.run.smithi165.stdout:ID="centos" 2024-07-03T12:48:48.549 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE="rhel fedora" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="9" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:PLATFORM_ID="platform:el9" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:ANSI_COLOR="0;31" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:LOGO="fedora-logo-icon" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://centos.org/" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-03T12:48:48.550 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-03T12:48:48.551 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-07-03T12:48:48.573 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-03T12:48:48.583 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-03T12:48:48.591 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-03T12:48:48.591 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-07-03T12:48:48.594 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-07-03T12:48:48.609 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-03T12:48:48.617 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-03T12:48:48.618 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-07-03T12:48:48.652 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-07-03T12:48:48.691 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-03T12:48:48.749 INFO:teuthology.run_tasks:Running task kernel... 2024-07-03T12:48:48.769 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-03T12:48:48.769 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-07-03T12:48:48.770 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-03T12:48:48.770 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-03T12:48:48.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:48:48.787 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-07-03T12:48:48.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:48:48.788 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-07-03T12:48:48.844 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-437.el9.x86_64 2024-07-03T12:48:48.845 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.14.0-437.el9.x86_64 2024-07-03T12:48:48.845 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum install -y kernel 2024-07-03T12:48:48.847 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-437.el9.x86_64 2024-07-03T12:48:48.847 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.14.0-437.el9.x86_64 2024-07-03T12:48:48.848 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-07-03T12:48:51.344 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.1 MB 00:00 2024-07-03T12:48:55.443 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.1 MB 00:04 2024-07-03T12:48:59.494 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 6.9 MB/s | 20 MB 00:02 2024-07-03T12:49:01.302 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 2.2 MB/s | 20 MB 00:08 2024-07-03T12:49:06.411 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.4 MB 00:03 2024-07-03T12:49:09.253 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 17 kB 00:01 2024-07-03T12:49:10.390 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 22 MB/s | 22 MB 00:00 2024-07-03T12:49:10.768 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 1.1 MB/s | 6.4 MB 00:05 2024-07-03T12:49:12.243 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 66 kB/s | 17 kB 00:00 2024-07-03T12:49:13.122 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 30 MB/s | 22 MB 00:00 2024-07-03T12:49:15.863 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-07-03T12:49:17.969 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-03T12:49:17.969 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-03T12:49:18.062 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-07-03T12:49:18.074 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:49:18.074 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 5.14.0-467.el9 baseos 1.2 M 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 5.14.0-467.el9 baseos 16 M 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 5.14.0-467.el9 baseos 35 M 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core x86_64 5.14.0-467.el9 baseos 29 M 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-07-03T12:49:18.075 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:49:18.076 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 82 M 2024-07-03T12:49:18.076 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 125 M 2024-07-03T12:49:18.076 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-07-03T12:49:18.594 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-07-03T12:49:19.114 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): kernel-5.14.0-467.el9.x86_64.rpm 1.5 MB/s | 1.2 MB 00:00 2024-07-03T12:49:20.701 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-03T12:49:20.701 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-03T12:49:20.797 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: kernel x86_64 5.14.0-467.el9 baseos 1.2 M 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core x86_64 5.14.0-467.el9 baseos 16 M 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules x86_64 5.14.0-467.el9 baseos 35 M 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core x86_64 5.14.0-467.el9 baseos 29 M 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:49:20.813 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout:Install 4 Packages 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 82 M 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 125 M 2024-07-03T12:49:20.814 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-07-03T12:49:21.820 INFO:teuthology.orchestra.run.smithi165.stdout:(1/4): kernel-5.14.0-467.el9.x86_64.rpm 1.2 MB/s | 1.2 MB 00:00 2024-07-03T12:49:22.454 INFO:teuthology.orchestra.run.smithi165.stdout:(2/4): kernel-core-5.14.0-467.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-07-03T12:49:23.129 INFO:teuthology.orchestra.run.smithi165.stdout:(3/4): kernel-modules-5.14.0-467.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-07-03T12:49:24.187 INFO:teuthology.orchestra.run.smithi165.stdout:(4/4): kernel-modules-core-5.14.0-467.el9.x86_6 12 MB/s | 29 MB 00:02 2024-07-03T12:49:24.187 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-07-03T12:49:24.188 INFO:teuthology.orchestra.run.smithi165.stdout:Total 24 MB/s | 82 MB 00:03 2024-07-03T12:49:24.904 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-07-03T12:49:25.252 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-07-03T12:49:25.252 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-07-03T12:49:26.225 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-07-03T12:49:26.225 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-07-03T12:49:28.662 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-07-03T12:49:29.387 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-core-5.14.0-467.el9.x86_64 1/4 2024-07-03T12:49:29.478 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:49:32.191 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:49:32.255 INFO:teuthology.orchestra.run.smithi067.stdout:(2/4): kernel-core-5.14.0-467.el9.x86_64.rpm 1.2 MB/s | 16 MB 00:13 2024-07-03T12:49:32.335 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:49:37.125 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:49:37.216 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:49:42.032 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:49:54.536 INFO:teuthology.orchestra.run.smithi067.stdout:(3/4): kernel-modules-core-5.14.0-467.el9.x86_6 847 kB/s | 29 MB 00:35 2024-07-03T12:49:54.703 INFO:teuthology.orchestra.run.smithi067.stdout:(4/4): kernel-modules-5.14.0-467.el9.x86_64.rpm 995 kB/s | 35 MB 00:36 2024-07-03T12:49:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-07-03T12:49:54.704 INFO:teuthology.orchestra.run.smithi067.stdout:Total 2.2 MB/s | 82 MB 00:36 2024-07-03T12:49:55.447 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-07-03T12:49:55.848 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-07-03T12:49:55.848 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-07-03T12:49:56.845 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-07-03T12:49:56.845 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-07-03T12:49:59.389 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-07-03T12:50:00.053 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-core-5.14.0-467.el9.x86_64 1/4 2024-07-03T12:50:00.145 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:50:02.963 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:50:03.105 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:50:08.258 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:50:08.304 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:11.477 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:11.516 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:11.930 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:11.930 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-5.14.0-467.el9.x86_64 1/4 2024-07-03T12:50:11.931 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:50:11.931 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:50:12.706 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core-5.14.0-467.el9.x86_64 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-5.14.0-467.el9.x86_64 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core-5.14.0-467.el9.x86_64 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:50:12.707 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-07-03T12:50:13.076 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-07-03T12:50:13.158 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:13.158 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-07-03T12:50:13.159 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-07-03T12:50:13.159 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-03T12:50:13.159 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-03T12:50:13.159 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-07-03T12:50:13.159 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-07-03T12:50:13.159 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-07-03T12:50:13.214 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:13.214 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-07-03T12:50:13.214 DEBUG:teuthology.orchestra.run.smithi165:> sudo rpm -qi grub2-tools 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Name : grub2-tools 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Epoch : 1 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Version : 2.06 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Release : 68.el9 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: x86_64 2024-07-03T12:50:13.244 INFO:teuthology.orchestra.run.smithi165.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Group : Unspecified 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Size : 8264254 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:License : GPLv3+ 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Packager : builder@centos.org 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Vendor : CentOS 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Summary : Support tools for GRUB. 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout:Description : 2024-07-03T12:50:13.245 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout:hardware devices. 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:50:13.246 INFO:teuthology.orchestra.run.smithi165.stdout:This subpackage provides tools for support of all platforms. 2024-07-03T12:50:13.247 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-03T12:50:13.247 INFO:teuthology.task.kernel:Updating grub on smithi165 to boot 5.14.0-467.el9.x86_64 2024-07-03T12:50:13.247 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-03T12:50:13.487 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:13.923 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-07-03T12:50:15.307 INFO:teuthology.orchestra.run.smithi165.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-03T12:50:15.340 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-07-03T12:50:15.343 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-07-03T12:50:15.358 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.HFW0pQXh3x 2024-07-03T12:50:15.358 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HFW0pQXh3x 2024-07-03T12:50:15.423 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.HFW0pQXh3x 2024-07-03T12:50:15.560 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.HFW0pQXh3x is 6KB 2024-07-03T12:50:15.579 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.HFW0pQXh3x 2024-07-03T12:50:15.593 DEBUG:teuthology.orchestra.run.smithi165:> sudo /bin/ls /boot/loader/entries || true 2024-07-03T12:50:15.655 INFO:teuthology.orchestra.run.smithi165.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-03T12:50:15.655 INFO:teuthology.orchestra.run.smithi165.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-03T12:50:15.655 INFO:teuthology.orchestra.run.smithi165.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-03T12:50:15.655 INFO:teuthology.orchestra.run.smithi165.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64.conf 2024-07-03T12:50:15.656 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64 2024-07-03T12:50:15.804 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-07-03T12:50:44.640 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:44.682 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:45.034 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:45.034 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-5.14.0-467.el9.x86_64 1/4 2024-07-03T12:50:45.034 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-5.14.0-467.el9.x86_64 2/4 2024-07-03T12:50:45.034 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-5.14.0-467.el9.x86_64 3/4 2024-07-03T12:50:45.807 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-07-03T12:50:45.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:50:45.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-core-5.14.0-467.el9.x86_64 4/4 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core-5.14.0-467.el9.x86_64 2024-07-03T12:50:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-5.14.0-467.el9.x86_64 2024-07-03T12:50:45.859 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core-5.14.0-467.el9.x86_64 2024-07-03T12:50:45.859 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:50:45.859 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-07-03T12:50:46.217 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-07-03T12:50:46.297 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:46.297 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-07-03T12:50:46.298 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-07-03T12:50:46.298 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-03T12:50:46.298 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-03T12:50:46.298 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-07-03T12:50:46.298 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-07-03T12:50:46.298 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-07-03T12:50:46.353 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-467.el9.x86_64 2024-07-03T12:50:46.354 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-467.el9.x86_64 2024-07-03T12:50:46.354 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2024-07-03T12:50:46.385 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2024-07-03T12:50:46.385 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.06 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 68.el9 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Group : Unspecified 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 8264254 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-03T12:50:46.386 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : builder@centos.org 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:50:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2024-07-03T12:50:46.388 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-03T12:50:46.388 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 5.14.0-467.el9.x86_64 2024-07-03T12:50:46.388 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-03T12:50:46.977 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-07-03T12:50:48.358 INFO:teuthology.orchestra.run.smithi067.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-03T12:50:48.390 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-07-03T12:50:48.392 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-07-03T12:50:48.407 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.jqJBQcXUnN 2024-07-03T12:50:48.408 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jqJBQcXUnN 2024-07-03T12:50:48.475 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.jqJBQcXUnN 2024-07-03T12:50:48.611 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.jqJBQcXUnN is 6KB 2024-07-03T12:50:48.661 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.jqJBQcXUnN 2024-07-03T12:50:48.675 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2024-07-03T12:50:48.737 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-03T12:50:48.738 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-03T12:50:48.738 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-03T12:50:48.738 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64.conf 2024-07-03T12:50:48.739 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-467.el9.x86_64 2024-07-03T12:50:48.870 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-07-03T12:51:04.351 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-07-03T12:51:13.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:51:13.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:51:16.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-07-03T12:51:18.875 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-07-03T12:51:18.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:51:18.876 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:51:28.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:51:28.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:51:37.378 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-07-03T12:51:46.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:51:46.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:51:46.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-07-03T12:51:49.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-07-03T12:52:01.451 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:52:01.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:52:01.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:52:01.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:52:02.256 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-07-03T12:52:02.716 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:52:02.716 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-467.el9.x86_64"... 2024-07-03T12:52:02.716 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-07-03T12:52:02.731 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-467.el9.x86_64 2024-07-03T12:52:02.731 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-467.el9.x86_64 vs 5.14.0-467.el9.x86_64 2024-07-03T12:52:02.731 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-03T12:52:02.731 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-03T12:52:03.735 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-07-03T12:52:03.735 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-03T12:52:03.798 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-07-03T12:52:03.836 DEBUG:teuthology.parallel:result is None 2024-07-03T12:52:19.870 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-07-03T12:52:34.871 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:52:34.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:52:35.241 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-07-03T12:52:35.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:52:35.627 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-467.el9.x86_64"... 2024-07-03T12:52:35.627 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-07-03T12:52:35.643 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-467.el9.x86_64 2024-07-03T12:52:35.643 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-467.el9.x86_64 vs 5.14.0-467.el9.x86_64 2024-07-03T12:52:35.643 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-03T12:52:35.643 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-03T12:52:36.643 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-07-03T12:52:36.644 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-03T12:52:36.710 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-07-03T12:52:36.741 DEBUG:teuthology.parallel:result is None 2024-07-03T12:52:36.741 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-03T12:52:36.750 INFO:teuthology.task.internal:Creating test directory... 2024-07-03T12:52:36.750 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-03T12:52:36.752 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-03T12:52:36.773 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-03T12:52:36.822 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-03T12:52:36.831 INFO:teuthology.task.internal:Creating archive directory... 2024-07-03T12:52:36.831 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-03T12:52:36.833 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-03T12:52:37.118 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-03T12:52:37.128 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-03T12:52:37.129 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:52:37.132 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:52:37.164 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-03T12:52:37.175 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-03T12:52:37.186 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-03T12:52:37.196 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-03T12:52:37.198 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-03T12:52:37.206 INFO:teuthology.task.internal:Configuring sudo... 2024-07-03T12:52:37.206 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-03T12:52:37.208 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-03T12:52:37.244 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-03T12:52:37.254 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-03T12:52:37.254 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-03T12:52:37.272 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-03T12:52:37.302 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-03T12:52:37.359 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-03T12:52:37.403 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-03T12:52:37.482 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-03T12:52:37.521 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-07-03T12:52:37.521 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-03T12:52:37.583 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-03T12:52:37.628 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-03T12:52:37.688 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-03T12:52:37.731 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-03T12:52:37.773 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-07-03T12:52:37.773 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-03T12:52:37.839 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-07-03T12:52:37.841 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-07-03T12:52:37.889 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-03T12:52:37.920 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-03T12:52:38.360 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-03T12:52:38.368 INFO:teuthology.task.internal:Starting timer... 2024-07-03T12:52:38.368 INFO:teuthology.run_tasks:Running task pcp... 2024-07-03T12:52:38.382 INFO:teuthology.run_tasks:Running task selinux... 2024-07-03T12:52:38.391 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-07-03T12:52:38.391 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2024-07-03T12:52:38.481 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2024-07-03T12:52:38.483 DEBUG:teuthology.orchestra.run.smithi165:> sudo service auditd rotate 2024-07-03T12:52:38.542 INFO:teuthology.orchestra.run.smithi165.stdout:Rotating logs: 2024-07-03T12:52:38.544 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-03T12:52:38.544 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2024-07-03T12:52:38.566 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2024-07-03T12:52:38.567 DEBUG:teuthology.orchestra.run.smithi165:> /usr/sbin/getenforce 2024-07-03T12:52:38.660 INFO:teuthology.orchestra.run.smithi165.stdout:Permissive 2024-07-03T12:52:38.661 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi165.front.sepia.ceph.com': 'permissive'} 2024-07-03T12:52:38.661 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:52:38.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:52:38.714 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:52:38.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:52:38.740 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-03T12:52:38.741 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2024-07-03T12:52:38.767 DEBUG:teuthology.orchestra.run.smithi165:> sudo /usr/sbin/setenforce permissive 2024-07-03T12:52:38.806 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-03T12:52:38.816 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-03T12:52:38.828 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-07-03T12:52:38.829 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi165.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-03T12:57:04.490 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com')] 2024-07-03T12:57:04.492 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:57:04.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:57:04.571 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-07-03T12:57:04.651 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-07-03T12:57:04.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:57:04.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-03T12:57:04.726 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-07-03T12:57:04.809 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-07-03T12:57:04.810 INFO:teuthology.run_tasks:Running task clock... 2024-07-03T12:57:04.820 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-03T12:57:04.821 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-03T12:57:04.821 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:04.825 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-03T12:57:04.826 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:04.856 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-03T12:57:04.872 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-03T12:57:04.878 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-03T12:57:04.892 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-03T12:57:04.899 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2024-07-03T12:57:04.912 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2024-07-03T12:57:04.916 INFO:teuthology.orchestra.run.smithi165.stderr:sudo: ntpd: command not found 2024-07-03T12:57:04.927 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-03T12:57:04.928 INFO:teuthology.orchestra.run.smithi165.stdout:506 Cannot talk to daemon 2024-07-03T12:57:04.941 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-03T12:57:04.942 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-03T12:57:04.955 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-03T12:57:05.005 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-07-03T12:57:05.009 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-03T12:57:05.009 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-07-03T12:57:05.009 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.009 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.010 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.010 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.022 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-07-03T12:57:05.025 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-03T12:57:05.026 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-07-03T12:57:05.026 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.026 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.026 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.026 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:05.027 INFO:teuthology.run_tasks:Running task pexec... 2024-07-03T12:57:05.036 INFO:teuthology.task.pexec:Executing custom commands... 2024-07-03T12:57:05.036 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi067.front.sepia.ceph.com 2024-07-03T12:57:05.036 DEBUG:teuthology.orchestra.run.smithi067:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-03T12:57:05.037 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi165.front.sepia.ceph.com 2024-07-03T12:57:05.037 DEBUG:teuthology.orchestra.run.smithi165:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-03T12:57:05.650 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:10 ago on Wed 03 Jul 2024 12:55:55 PM UTC. 2024-07-03T12:57:05.656 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:05 ago on Wed 03 Jul 2024 12:56:00 PM UTC. 2024-07-03T12:57:05.733 INFO:teuthology.orchestra.run.smithi165.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-03T12:57:05.743 INFO:teuthology.orchestra.run.smithi067.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-03T12:57:05.774 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrading: 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-07-03T12:57:05.783 INFO:teuthology.orchestra.run.smithi165.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout:Install 4 Packages 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrade 2 Packages 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:57:05.784 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 2.0 M 2024-07-03T12:57:05.785 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-07-03T12:57:05.786 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrading: 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-07-03T12:57:05.788 INFO:teuthology.orchestra.run.smithi067.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrade 2 Packages 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:57:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 2.0 M 2024-07-03T12:57:05.790 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-07-03T12:57:05.967 INFO:teuthology.orchestra.run.smithi067.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 653 kB/s | 72 kB 00:00 2024-07-03T12:57:05.992 INFO:teuthology.orchestra.run.smithi067.stdout:(2/6): python3-kmod-0.9-32.el9.x86_64.rpm 624 kB/s | 84 kB 00:00 2024-07-03T12:57:06.051 INFO:teuthology.orchestra.run.smithi067.stdout:(3/6): libnvme-1.9-1.el9.x86_64.rpm 1.7 MB/s | 104 kB 00:00 2024-07-03T12:57:06.085 INFO:teuthology.orchestra.run.smithi067.stdout:(4/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-07-03T12:57:06.135 INFO:teuthology.orchestra.run.smithi067.stdout:(5/6): nvme-cli-2.9.1-2.el9.x86_64.rpm 11 MB/s | 906 kB 00:00 2024-07-03T12:57:06.533 INFO:teuthology.orchestra.run.smithi165.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 105 kB/s | 72 kB 00:00 2024-07-03T12:57:06.549 INFO:teuthology.orchestra.run.smithi165.stdout:(2/6): nvmetcli-0.7-3.el9.noarch.rpm 64 kB/s | 44 kB 00:00 2024-07-03T12:57:06.575 INFO:teuthology.orchestra.run.smithi165.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 117 kB/s | 84 kB 00:00 2024-07-03T12:57:07.283 INFO:teuthology.orchestra.run.smithi165.stdout:(4/6): libnvme-1.9-1.el9.x86_64.rpm 142 kB/s | 104 kB 00:00 2024-07-03T12:57:07.517 INFO:teuthology.orchestra.run.smithi165.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 852 kB/s | 837 kB 00:00 2024-07-03T12:57:07.550 INFO:teuthology.orchestra.run.smithi165.stdout:(6/6): nvme-cli-2.9.1-2.el9.x86_64.rpm 929 kB/s | 906 kB 00:00 2024-07-03T12:57:07.551 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-07-03T12:57:07.551 INFO:teuthology.orchestra.run.smithi165.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2024-07-03T12:57:07.625 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-07-03T12:57:07.641 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-07-03T12:57:07.641 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-07-03T12:57:07.818 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-07-03T12:57:07.819 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-07-03T12:57:08.154 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-07-03T12:57:08.369 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/8 2024-07-03T12:57:08.422 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2024-07-03T12:57:08.458 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2024-07-03T12:57:08.497 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/8 2024-07-03T12:57:08.522 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/8 2024-07-03T12:57:08.796 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/8 2024-07-03T12:57:08.883 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/8 2024-07-03T12:57:09.119 INFO:teuthology.orchestra.run.smithi067.stdout:(6/6): nvmetcli-0.7-3.el9.noarch.rpm 14 kB/s | 44 kB 00:03 2024-07-03T12:57:09.119 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-07-03T12:57:09.119 INFO:teuthology.orchestra.run.smithi067.stdout:Total 615 kB/s | 2.0 MB 00:03 2024-07-03T12:57:09.170 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/8 2024-07-03T12:57:09.201 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-07-03T12:57:09.213 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 7/8 2024-07-03T12:57:09.219 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-07-03T12:57:09.219 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-07-03T12:57:09.300 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 8/8 2024-07-03T12:57:09.412 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-07-03T12:57:09.412 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-07-03T12:57:09.780 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-07-03T12:57:10.007 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/8 2024-07-03T12:57:10.066 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2024-07-03T12:57:10.101 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2024-07-03T12:57:10.133 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/8 2024-07-03T12:57:10.158 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 8/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libnvme-1.9-1.el9.x86_64 5/8 2024-07-03T12:57:10.191 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libnvme-1.6-1.el9.x86_64 6/8 2024-07-03T12:57:10.192 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 7/8 2024-07-03T12:57:10.436 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/8 2024-07-03T12:57:10.502 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/8 2024-07-03T12:57:10.526 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 8/8 2024-07-03T12:57:10.526 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout:Upgraded: 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-07-03T12:57:10.527 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-07-03T12:57:10.838 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/8 2024-07-03T12:57:10.865 DEBUG:teuthology.parallel:result is None 2024-07-03T12:57:10.871 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 7/8 2024-07-03T12:57:10.962 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 8/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 8/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libnvme-1.9-1.el9.x86_64 5/8 2024-07-03T12:57:11.775 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libnvme-1.6-1.el9.x86_64 6/8 2024-07-03T12:57:11.776 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 7/8 2024-07-03T12:57:12.227 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 8/8 2024-07-03T12:57:12.227 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:57:12.227 INFO:teuthology.orchestra.run.smithi067.stdout:Upgraded: 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-07-03T12:57:12.228 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-07-03T12:57:12.554 DEBUG:teuthology.parallel:result is None 2024-07-03T12:57:12.555 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-07-03T12:57:12.568 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-07-03T12:57:12.569 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-07-03T12:57:12.569 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-07-03T12:57:12.586 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-07-03T12:57:12.586 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2024-07-03T12:57:12.642 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-03T12:57:12.642 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:12.642 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-07-03T12:57:12.642 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:12.643 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:12.643 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-07-03 12:57:11.212478309 +0000 2024-07-03T12:57:12.643 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.643 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.643 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.643 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-03T12:57:12.709 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-07-03T12:57:12.709 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-07-03T12:57:12.709 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.00025855 s, 2.0 MB/s 2024-07-03T12:57:12.710 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-03T12:57:12.766 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-07-03 12:57:11.212478309 +0000 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.823 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-07-03 12:57:10.963483772 +0000 2024-07-03T12:57:12.824 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-03T12:57:12.887 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-07-03T12:57:12.887 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-07-03T12:57:12.887 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000168163 s, 3.0 MB/s 2024-07-03T12:57:12.888 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-03T12:57:12.944 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2024-07-03T12:57:13.000 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-07-03 12:57:11.213478287 +0000 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-07-03 12:57:10.964483750 +0000 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-07-03 12:57:10.964483750 +0000 2024-07-03T12:57:13.001 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-07-03 12:57:10.964483750 +0000 2024-07-03T12:57:13.001 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-03T12:57:13.064 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-07-03T12:57:13.064 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-07-03T12:57:13.065 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000174417 s, 2.9 MB/s 2024-07-03T12:57:13.066 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-03T12:57:13.122 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 957 Links: 1 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-07-03 12:57:11.213478287 +0000 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-07-03 12:57:10.962483794 +0000 2024-07-03T12:57:13.178 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-07-03 12:57:10.962483794 +0000 2024-07-03T12:57:13.179 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-07-03 12:57:10.962483794 +0000 2024-07-03T12:57:13.179 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-03T12:57:13.242 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-07-03T12:57:13.242 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-07-03T12:57:13.242 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000217714 s, 2.4 MB/s 2024-07-03T12:57:13.243 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-03T12:57:13.300 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:13.429 INFO:teuthology.orchestra.run.smithi067.stdout:loop 2024-07-03T12:57:13.430 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2024-07-03T12:57:13.431 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:13.465 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-07-03T12:57:13.496 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_11 2024-07-03T12:57:13.538 INFO:teuthology.orchestra.run.smithi067.stdout:connecting to device: nvme1 2024-07-03T12:57:13.540 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2024-07-03T12:57:13.540 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:13.615 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-07-03T12:57:13.645 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_21 2024-07-03T12:57:13.681 INFO:teuthology.orchestra.run.smithi067.stdout:connecting to device: nvme2 2024-07-03T12:57:13.683 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2024-07-03T12:57:13.683 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:13.758 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-07-03T12:57:13.788 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_31 2024-07-03T12:57:13.823 INFO:teuthology.orchestra.run.smithi067.stdout:connecting to device: nvme3 2024-07-03T12:57:13.825 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2024-07-03T12:57:13.826 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:13.901 INFO:teuthology.orchestra.run.smithi067.stdout:1 2024-07-03T12:57:13.932 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_41 2024-07-03T12:57:13.967 INFO:teuthology.orchestra.run.smithi067.stdout:connecting to device: nvme4 2024-07-03T12:57:13.970 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-07-03T12:57:13.970 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-07-03T12:57:14.027 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme list -o json 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "Devices":[ 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "NameSpace":1, 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "DevicePath":"/dev/nvme4n1", 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "GenericPath":"/dev/ng4n1", 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:14.094 INFO:teuthology.orchestra.run.smithi067.stdout: "SerialNumber":"f436529bbc5392b079f2", 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: "SectorSize":512 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-07-03T12:57:14.095 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "NameSpace":1, 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "DevicePath":"/dev/nvme3n1", 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "GenericPath":"/dev/ng3n1", 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "SerialNumber":"cad940b8ce18b5e0ca2e", 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:14.096 INFO:teuthology.orchestra.run.smithi067.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "SectorSize":512 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "NameSpace":1, 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "DevicePath":"/dev/nvme2n1", 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "GenericPath":"/dev/ng2n1", 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "SerialNumber":"9c9ddfe0251a351ebe14", 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:14.097 INFO:teuthology.orchestra.run.smithi067.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "SectorSize":512 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "NameSpace":1, 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "DevicePath":"/dev/nvme1n1", 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "GenericPath":"/dev/ng1n1", 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "SerialNumber":"02cd3fc1cc7eddc26e88", 2024-07-03T12:57:14.098 INFO:teuthology.orchestra.run.smithi067.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "SectorSize":512 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "NameSpace":1, 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "DevicePath":"/dev/nvme0n1", 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "GenericPath":"/dev/ng0n1", 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "Firmware":"8DV101H0", 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "SerialNumber":"CVFT53440042400BGN", 2024-07-03T12:57:14.099 INFO:teuthology.orchestra.run.smithi067.stdout: "UsedBytes":400088457216, 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout: "MaximumLBA":781422768, 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout: "PhysicalSize":400088457216, 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout: "SectorSize":512 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2024-07-03T12:57:14.100 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-07-03T12:57:14.101 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-07-03T12:57:14.101 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-07-03T12:57:14.101 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2024-07-03T12:57:14.166 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-07-03T12:57:14.166 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-07-03T12:57:14.189 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-07-03T12:57:14.190 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_1 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-07-03 12:57:09.549829921 +0000 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.248 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.249 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-03T12:57:14.316 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-07-03T12:57:14.317 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-07-03T12:57:14.317 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000241127 s, 2.1 MB/s 2024-07-03T12:57:14.318 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-03T12:57:14.377 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_2 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 988 Links: 1 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-07-03 12:57:09.550829906 +0000 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.434 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.435 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-03T12:57:14.499 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-07-03T12:57:14.499 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-07-03T12:57:14.499 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000203723 s, 2.5 MB/s 2024-07-03T12:57:14.501 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-03T12:57:14.558 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_3 2024-07-03T12:57:14.615 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-03T12:57:14.615 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:14.615 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-07-03 12:57:09.550829906 +0000 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.616 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-07-03 12:57:09.307833677 +0000 2024-07-03T12:57:14.616 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-03T12:57:14.680 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-07-03T12:57:14.681 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-07-03T12:57:14.681 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.00018949 s, 2.7 MB/s 2024-07-03T12:57:14.682 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-03T12:57:14.739 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_4 2024-07-03T12:57:14.797 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-03T12:57:14.797 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-03T12:57:14.797 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 987 Links: 1 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-07-03 12:57:09.551829890 +0000 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.798 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-07-03 12:57:09.309833646 +0000 2024-07-03T12:57:14.798 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-03T12:57:14.863 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-07-03T12:57:14.863 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-07-03T12:57:14.864 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000192177 s, 2.7 MB/s 2024-07-03T12:57:14.864 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-03T12:57:14.922 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:15.050 INFO:teuthology.orchestra.run.smithi165.stdout:loop 2024-07-03T12:57:15.051 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_1... 2024-07-03T12:57:15.052 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:15.084 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-07-03T12:57:15.113 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_11 2024-07-03T12:57:15.172 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme1 2024-07-03T12:57:15.173 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_2... 2024-07-03T12:57:15.174 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:15.249 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-07-03T12:57:15.278 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_21 2024-07-03T12:57:15.312 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme2 2024-07-03T12:57:15.314 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_3... 2024-07-03T12:57:15.314 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:15.387 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-07-03T12:57:15.416 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_31 2024-07-03T12:57:15.451 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme3 2024-07-03T12:57:15.452 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_4... 2024-07-03T12:57:15.453 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:15.526 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-07-03T12:57:15.556 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_41 2024-07-03T12:57:15.590 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme4 2024-07-03T12:57:15.592 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-07-03T12:57:15.592 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-07-03T12:57:15.647 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme list -o json 2024-07-03T12:57:15.713 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-07-03T12:57:15.713 INFO:teuthology.orchestra.run.smithi165.stdout: "Devices":[ 2024-07-03T12:57:15.713 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-07-03T12:57:15.713 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme4n1", 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng4n1", 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"2896fe84e21e88e24fd6", 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-07-03T12:57:15.714 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme3n1", 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng3n1", 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"57a9deb269361ff3f803", 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-07-03T12:57:15.715 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme2n1", 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng2n1", 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"f08dbc9724003ccf96b6", 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-07-03T12:57:15.716 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme1n1", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng1n1", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-4", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"425e06b138c3e81edb13", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme0n1", 2024-07-03T12:57:15.717 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng0n1", 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"8DV101H0", 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"CVFT623300CE400BGN", 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":400088457216, 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":781422768, 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":400088457216, 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: } 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-07-03T12:57:15.718 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-07-03T12:57:15.719 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-07-03T12:57:15.719 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-07-03T12:57:15.719 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/scratch_devs 2024-07-03T12:57:15.783 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-03T12:57:15.880 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '35f2811dfc1cc3007e95a84b817a03959819f4ab'} 2024-07-03T12:57:15.880 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:15.880 INFO:tasks.cephadm:Cluster fsid is c5f52cbc-393b-11ef-bcab-c7b262605968 2024-07-03T12:57:15.881 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-03T12:57:15.881 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-07-03T12:57:15.881 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi165': '172.21.15.165'} 2024-07-03T12:57:15.881 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-03T12:57:15.881 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-07-03T12:57:15.913 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-07-03T12:57:15.937 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-07-03T12:57:15.938 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:16.078 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '35f2811dfc1cc3007e95a84b817a03959819f4ab', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55511/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3332-g35f2811d', 'node_name': '172.21.4.69+confusa07', 'job_name': 'ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3332.g35f2811d'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-07-01 02:12:51.346943', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/flavors/default/', 'archs': ['arm64', 'x86_64', 'source'], 'distro': 'centos'}] 2024-07-03T12:57:16.219 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 35f2811dfc1cc3007e95a84b817a03959819f4ab from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:16.221 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/x86_64/flavors/default/cephadm 2024-07-03T12:57:16.221 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/x86_64/flavors/default/cephadm 2024-07-03T12:57:16.221 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:16.971 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-r--r--. 1 ubuntu ubuntu 782955 Jul 3 12:57 /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:16.971 DEBUG:teuthology.orchestra.run.smithi165:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/35f2811dfc1cc3007e95a84b817a03959819f4ab/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:17.652 INFO:teuthology.orchestra.run.smithi165.stdout:-rw-r--r--. 1 ubuntu ubuntu 782955 Jul 3 12:57 /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:17.652 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:17.673 DEBUG:teuthology.orchestra.run.smithi165:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:17.702 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab on all hosts... 2024-07-03T12:57:17.703 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull 2024-07-03T12:57:17.715 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull 2024-07-03T12:57:18.604 INFO:teuthology.orchestra.run.smithi165.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab... 2024-07-03T12:57:18.651 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab... 2024-07-03T12:57:21.845 INFO:teuthology.orchestra.run.smithi165.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:21.845 INFO:teuthology.orchestra.run.smithi165.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab... 2024-07-03T12:57:21.846 INFO:teuthology.orchestra.run.smithi165.stderr:/bin/podman: stderr time="2024-07-03T12:57:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.846 INFO:teuthology.orchestra.run.smithi165.stderr:/bin/podman: stderr time="2024-07-03T12:57:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.846 INFO:teuthology.orchestra.run.smithi165.stderr:/bin/podman: stderr time="2024-07-03T12:57:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.846 INFO:teuthology.orchestra.run.smithi165.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine 2024-07-03T12:57:21.846 INFO:teuthology.orchestra.run.smithi165.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab... 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr time="2024-07-03T12:57:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr time="2024-07-03T12:57:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr time="2024-07-03T12:57:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine" 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab: reading manifest 35f2811dfc1cc3007e95a84b817a03959819f4ab in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 35f2811dfc1cc3007e95a84b817a03959819f4ab was deleted or has expired. To pull, revive via time machine 2024-07-03T12:57:21.907 INFO:teuthology.orchestra.run.smithi067.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab 2024-07-03T12:57:21.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:57:21.939 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull' 2024-07-03T12:57:21.941 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-03T12:57:21.943 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi067/crash 2024-07-03T12:57:21.943 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash -- . 2024-07-03T12:57:21.985 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash: Cannot open: No such file or directory 2024-07-03T12:57:21.985 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2024-07-03T12:57:21.987 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi165/crash 2024-07-03T12:57:21.988 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash -- . 2024-07-03T12:57:22.055 INFO:teuthology.orchestra.run.smithi165.stderr:tar: /var/lib/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/crash: Cannot open: No such file or directory 2024-07-03T12:57:22.055 INFO:teuthology.orchestra.run.smithi165.stderr:tar: Error is not recoverable: exiting now 2024-07-03T12:57:22.056 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-03T12:57:22.056 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-07-03T12:57:22.084 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/c5f52cbc-393b-11ef-bcab-c7b262605968/ceph.log: No such file or directory 2024-07-03T12:57:22.086 INFO:tasks.cephadm:Compressing logs... 2024-07-03T12:57:22.086 DEBUG:teuthology.orchestra.run.smithi067:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-03T12:57:22.129 DEBUG:teuthology.orchestra.run.smithi165:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-03T12:57:22.153 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-03T12:57:22.154 INFO:teuthology.orchestra.run.smithi067.stderr:: No such file or directory 2024-07-03T12:57:22.154 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: 83.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-03T12:57:22.155 INFO:teuthology.orchestra.run.smithi165.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-03T12:57:22.155 INFO:teuthology.orchestra.run.smithi165.stderr:: No such file or directory 2024-07-03T12:57:22.157 INFO:teuthology.orchestra.run.smithi165.stderr:/var/log/ceph/cephadm.log: 83.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-03T12:57:22.157 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-07-03T12:57:22.157 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.013s 2024-07-03T12:57:22.158 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m0.012s 2024-07-03T12:57:22.158 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.012s 2024-07-03T12:57:22.159 INFO:teuthology.orchestra.run.smithi165.stderr: 2024-07-03T12:57:22.159 INFO:teuthology.orchestra.run.smithi165.stderr:real 0m0.013s 2024-07-03T12:57:22.159 INFO:teuthology.orchestra.run.smithi165.stderr:user 0m0.011s 2024-07-03T12:57:22.159 INFO:teuthology.orchestra.run.smithi165.stderr:sys 0m0.012s 2024-07-03T12:57:22.159 INFO:tasks.cephadm:Archiving logs... 2024-07-03T12:57:22.159 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi067/log 2024-07-03T12:57:22.160 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-03T12:57:22.226 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi165/log 2024-07-03T12:57:22.227 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-03T12:57:22.255 INFO:tasks.cephadm:Removing cluster... 2024-07-03T12:57:22.255 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c5f52cbc-393b-11ef-bcab-c7b262605968 --force 2024-07-03T12:57:22.467 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: c5f52cbc-393b-11ef-bcab-c7b262605968 2024-07-03T12:57:22.588 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c5f52cbc-393b-11ef-bcab-c7b262605968 --force 2024-07-03T12:57:22.788 INFO:teuthology.orchestra.run.smithi165.stdout:Deleting cluster with fsid: c5f52cbc-393b-11ef-bcab-c7b262605968 2024-07-03T12:57:22.905 INFO:tasks.cephadm:Removing cephadm ... 2024-07-03T12:57:22.905 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:22.922 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-03T12:57:22.938 INFO:tasks.cephadm:Teardown complete 2024-07-03T12:57:22.938 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/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/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 2201, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 1830, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull' 2024-07-03T12:57:23.135 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6619380e9ca54630a8904f2cd68f32f1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/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/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 2201, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 1830, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_3bf966ab66a674cc596126e26df696ffce2e3982/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5ad87b854d2bf30b1bc95a8dc9873f44ff149931/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull' 2024-07-03T12:57:23.138 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-03T12:57:23.150 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-07-03T12:57:23.158 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2024-07-03T12:57:23.158 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_1 2024-07-03T12:57:23.307 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-07-03T12:57:23.309 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2024-07-03T12:57:23.309 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_2 2024-07-03T12:57:23.455 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-07-03T12:57:23.457 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2024-07-03T12:57:23.457 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_3 2024-07-03T12:57:23.606 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-07-03T12:57:23.608 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2024-07-03T12:57:23.608 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_4 2024-07-03T12:57:23.761 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-07-03T12:57:23.763 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-07-03T12:57:23.763 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2024-07-03T12:57:23.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_1... 2024-07-03T12:57:23.790 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_1 2024-07-03T12:57:23.935 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-07-03T12:57:23.937 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_2... 2024-07-03T12:57:23.937 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_2 2024-07-03T12:57:24.080 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-07-03T12:57:24.083 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_3... 2024-07-03T12:57:24.083 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_3 2024-07-03T12:57:24.246 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-07-03T12:57:24.248 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_4... 2024-07-03T12:57:24.248 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_4 2024-07-03T12:57:24.381 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-07-03T12:57:24.383 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-07-03T12:57:24.383 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/scratch_devs 2024-07-03T12:57:24.408 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-03T12:57:24.420 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-03T12:57:24.421 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-03T12:57:24.424 DEBUG:teuthology.orchestra.run.smithi165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-03T12:57:24.439 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-07-03T12:57:24.444 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-03T12:57:24.444 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-07-03T12:57:24.444 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv01.front.sepia.ceph.com 3 6 17 13 +154us[ +156us] +/- 39ms 2024-07-03T12:57:24.444 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 13 -1211us[-1209us] +/- 57ms 2024-07-03T12:57:24.444 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 13 +1295us[+1297us] +/- 75ms 2024-07-03T12:57:24.445 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:24.462 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-07-03T12:57:24.466 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-03T12:57:24.467 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-07-03T12:57:24.467 INFO:teuthology.orchestra.run.smithi165.stdout:^* hv01.front.sepia.ceph.com 3 6 17 13 +133us[ +135us] +/- 39ms 2024-07-03T12:57:24.467 INFO:teuthology.orchestra.run.smithi165.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 13 -1207us[-1204us] +/- 57ms 2024-07-03T12:57:24.467 INFO:teuthology.orchestra.run.smithi165.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 13 +1316us[+1319us] +/- 75ms 2024-07-03T12:57:24.467 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-07-03T12:57:24.468 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-03T12:57:24.477 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-03T12:57:24.477 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-03T12:57:24.485 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:24.552 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:24.609 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:24.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:57:24.641 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:24.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:57:24.668 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-03T12:57:24.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-03T12:57:24.686 INFO:teuthology.task.internal:Duration was 286.317357 seconds 2024-07-03T12:57:24.686 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-03T12:57:24.695 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-03T12:57:24.695 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-03T12:57:24.697 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-03T12:57:24.738 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-03T12:57:24.747 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-03T12:57:24.908 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-03T12:57:24.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-07-03T12:57:24.909 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:24.969 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi165.front.sepia.ceph.com 2024-07-03T12:57:24.969 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:24.994 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-03T12:57:24.995 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-03T12:57:25.012 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-03T12:57:25.060 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-03T12:57:25.061 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-03T12:57:25.082 DEBUG:teuthology.orchestra.run.smithi165:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-03T12:57:25.191 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-03T12:57:25.201 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-03T12:57:25.201 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-03T12:57:25.227 DEBUG:teuthology.orchestra.run.smithi165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-03T12:57:25.252 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-03T12:57:25.263 DEBUG:teuthology.orchestra.run.smithi067:> 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-07-03T12:57:25.269 DEBUG:teuthology.orchestra.run.smithi165:> 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-07-03T12:57:25.291 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-07-03T12:57:25.317 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = core 2024-07-03T12:57:25.363 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-03T12:57:25.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:57:25.378 DEBUG:teuthology.orchestra.run.smithi165:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-03T12:57:25.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-03T12:57:25.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-03T12:57:25.430 INFO:teuthology.task.internal:Transferring archived files... 2024-07-03T12:57:25.431 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi067 2024-07-03T12:57:25.431 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-03T12:57:25.466 DEBUG:teuthology.misc:Transferring archived files from smithi165:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-01_21:08:02-orch-squid-distro-default-smithi/7782446/remote/smithi165 2024-07-03T12:57:25.467 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-03T12:57:25.499 INFO:teuthology.task.internal:Removing archive directory... 2024-07-03T12:57:25.499 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-03T12:57:25.502 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-03T12:57:25.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-03T12:57:25.561 INFO:teuthology.task.internal:Not uploading archives. 2024-07-03T12:57:25.561 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-03T12:57:25.633 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-03T12:57:25.633 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-03T12:57:25.636 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-03T12:57:25.649 INFO:teuthology.orchestra.run.smithi067.stdout: 265706 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 3 12:57 /home/ubuntu/cephtest 2024-07-03T12:57:25.651 INFO:teuthology.orchestra.run.smithi165.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 3 12:57 /home/ubuntu/cephtest 2024-07-03T12:57:25.652 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-03T12:57:25.661 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-03T12:57:25.685 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 286.3173565864563 failure_reason: 'Command failed on smithi067 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:35f2811dfc1cc3007e95a84b817a03959819f4ab pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6619380e9ca54630a8904f2cd68f32f1 status: fail success: false 2024-07-03T12:57:25.685 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-03T12:57:25.767 INFO:teuthology.run:FAIL