2024-04-15T21:37:38.583 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:37:38.584 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485 --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/orig.config.yaml 2024-04-15T21:37:38.616 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:37:38.699 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485 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: '7657485' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: 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\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6Y+fWZRXw8DzWVvrLVmQ1ClMOQhJE5ZPMzlw3DcLnalcz9KeKKSJ5XV8k9ISAbEO1TGtsDtwQuWl3HZh4M0v8= smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEXmJcCp6W0wdqiQu9Wxr60hQIAsJWQNQMpIQNUKc1zZMdgBXMbISVN/GO0oEJy92iKv651dQIdCQgCU05ez9eM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:37:38.700 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:37:38.700 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:37:38.700 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:37:38.702 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:37:38.724 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:37:38.724 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:37:38.724 INFO:teuthology.packaging:ref: None 2024-04-15T21:37:38.724 INFO:teuthology.packaging:tag: None 2024-04-15T21:37:38.725 INFO:teuthology.packaging:branch: squid 2024-04-15T21:37:38.725 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:37:38.725 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-15T21:37:38.890 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T21:37:38.891 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:37:38.898 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:37:38.898 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:37:38.903 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:37:38.916 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:37:38.922 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:37:38.947 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:31.075633', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6Y+fWZRXw8DzWVvrLVmQ1ClMOQhJE5ZPMzlw3DcLnalcz9KeKKSJ5XV8k9ISAbEO1TGtsDtwQuWl3HZh4M0v8='} 2024-04-15T21:37:38.967 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:31.077284', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEXmJcCp6W0wdqiQu9Wxr60hQIAsJWQNQMpIQNUKc1zZMdgBXMbISVN/GO0oEJy92iKv651dQIdCQgCU05ez9eM='} 2024-04-15T21:37:38.967 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:37:38.973 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T21:37:38.973 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T21:37:38.973 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:37:39.042 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7bad016f70>, signals=[15]) 2024-04-15T21:37:39.042 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:37:39.048 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:37:39.048 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-04-15T21:37:39.050 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:39.141 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2024-04-15T21:37:39.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:39.232 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:37:39.238 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-04-15T21:37:39.255 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-04-15T21:37:39.256 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="9" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="9" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:37:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:37:39.313 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:37:39.313 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-04-15T21:37:39.334 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2024-04-15T21:37:39.351 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2024-04-15T21:37:39.352 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2024-04-15T21:37:39.408 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="CentOS Stream" 2024-04-15T21:37:39.408 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="9" 2024-04-15T21:37:39.408 INFO:teuthology.orchestra.run.smithi123.stdout:ID="centos" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="9" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:37:39.409 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:37:39.409 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2024-04-15T21:37:39.434 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:37:39.443 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:37:39.448 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:37:39.448 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:37:39.451 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:37:39.466 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:37:39.472 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:37:39.472 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:37:39.507 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:37:39.602 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:37:39.660 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:37:39.674 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:37:39.674 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:37:39.674 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:37:39.675 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:37:39.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:37:39.691 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-15T21:37:39.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:37:39.692 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-04-15T21:37:39.748 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:37:39.748 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.14.0-361.el9.x86_64 2024-04-15T21:37:39.748 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-04-15T21:37:39.750 INFO:teuthology.orchestra.run.smithi123.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:37:39.750 INFO:teuthology.task.kernel:Running kernel on smithi123: 5.14.0-361.el9.x86_64 2024-04-15T21:37:39.750 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2024-04-15T21:37:42.095 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS-9 - AppStream 9.1 MB/s | 6.7 MB 00:00 2024-04-15T21:37:42.166 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - AppStream 9.9 MB/s | 6.7 MB 00:00 2024-04-15T21:37:43.587 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS-9 - BaseOS 5.1 MB/s | 2.0 MB 00:00 2024-04-15T21:37:43.649 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - BaseOS 5.3 MB/s | 2.0 MB 00:00 2024-04-15T21:37:44.611 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-15T21:37:44.659 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-15T21:37:46.499 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-15T21:37:50.983 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.2 MB 00:00 2024-04-15T21:37:52.426 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-04-15T21:37:52.811 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 19 MB 00:07 2024-04-15T21:37:53.743 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-15T21:37:57.995 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.2 MB 00:01 2024-04-15T21:37:58.760 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-15T21:37:59.420 INFO:teuthology.orchestra.run.smithi123.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-15T21:38:00.874 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-15T21:38:01.183 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:38:01.183 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:38:01.283 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:38:01.288 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:38:01.288 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:38:01.288 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:38:01.288 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:38:01.288 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout:Install 4 Packages 2024-04-15T21:38:01.289 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:01.290 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 77 M 2024-04-15T21:38:01.290 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 123 M 2024-04-15T21:38:01.290 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:38:01.461 INFO:teuthology.orchestra.run.smithi089.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.6 MB/s | 277 kB 00:00 2024-04-15T21:38:01.978 INFO:teuthology.orchestra.run.smithi089.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 22 MB/s | 15 MB 00:00 2024-04-15T21:38:03.062 INFO:teuthology.orchestra.run.smithi089.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-04-15T21:38:03.412 INFO:teuthology.orchestra.run.smithi089.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 14 MB/s | 28 MB 00:01 2024-04-15T21:38:03.415 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:38:03.415 INFO:teuthology.orchestra.run.smithi089.stdout:Total 36 MB/s | 77 MB 00:02 2024-04-15T21:38:03.415 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:38:03.801 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:38:03.801 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:38:04.684 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:38:04.685 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:38:05.880 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T21:38:06.994 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:38:07.600 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:07.688 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:08.195 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:38:08.195 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:38:08.296 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:08.305 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout:Install 4 Packages 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 77 M 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 123 M 2024-04-15T21:38:08.306 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2024-04-15T21:38:08.481 INFO:teuthology.orchestra.run.smithi123.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.5 MB/s | 277 kB 00:00 2024-04-15T21:38:09.090 INFO:teuthology.orchestra.run.smithi123.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-04-15T21:38:10.073 INFO:teuthology.orchestra.run.smithi123.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 17 MB/s | 28 MB 00:01 2024-04-15T21:38:10.374 INFO:teuthology.orchestra.run.smithi123.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 16 MB/s | 34 MB 00:02 2024-04-15T21:38:10.376 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:38:10.377 INFO:teuthology.orchestra.run.smithi123.stdout:Total 37 MB/s | 77 MB 00:02 2024-04-15T21:38:10.377 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2024-04-15T21:38:10.435 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:10.583 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:10.738 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2024-04-15T21:38:10.738 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2024-04-15T21:38:11.562 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2024-04-15T21:38:11.562 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2024-04-15T21:38:13.862 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2024-04-15T21:38:14.551 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:14.640 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:15.287 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:15.399 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:17.361 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:17.493 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:20.116 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:22.187 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:22.233 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:26.925 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:49.575 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:49.575 INFO:teuthology.orchestra.run.smithi089.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:38:49.575 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:49.618 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:50.009 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:50.009 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:50.009 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:50.009 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:50.401 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:50.401 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:50.401 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:38:50.401 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.402 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.402 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.402 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.402 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:50.402 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:38:50.736 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:50.855 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.855 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:50.855 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:38:50.855 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:38:50.855 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:38:50.856 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:38:50.856 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:38:50.856 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:50.936 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:50.936 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:50.937 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.06 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 68.el9 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Group : Unspecified 2024-04-15T21:38:50.980 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 8264254 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : builder@centos.org 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-04-15T21:38:50.981 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:38:50.982 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:38:50.982 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:38:50.983 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:38:50.983 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:38:51.627 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-04-15T21:38:52.982 INFO:teuthology.orchestra.run.smithi089.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:38:53.023 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-04-15T21:38:53.025 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-04-15T21:38:53.039 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.q1zOjCNKjD 2024-04-15T21:38:53.040 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.q1zOjCNKjD 2024-04-15T21:38:53.110 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.q1zOjCNKjD 2024-04-15T21:38:53.250 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.q1zOjCNKjD is 6KB 2024-04-15T21:38:53.298 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.q1zOjCNKjD 2024-04-15T21:38:53.313 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:38:53.376 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:38:53.376 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:38:53.376 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:38:53.376 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:38:53.377 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:38:53.523 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-04-15T21:38:56.273 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:56.273 INFO:teuthology.orchestra.run.smithi123.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:38:56.273 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:56.316 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:56.716 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:56.717 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:56.717 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:56.717 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:57.143 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2024-04-15T21:38:57.484 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:57.587 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.587 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:57.588 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:38:57.588 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:38:57.588 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:38:57.588 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:38:57.588 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi123.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:38:57.588 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:57.669 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:57.669 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:57.669 DEBUG:teuthology.orchestra.run.smithi123:> sudo rpm -qi grub2-tools 2024-04-15T21:38:57.702 INFO:teuthology.orchestra.run.smithi123.stdout:Name : grub2-tools 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Epoch : 1 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Version : 2.06 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Release : 68.el9 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: x86_64 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Group : Unspecified 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Size : 8264254 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:License : GPLv3+ 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Packager : builder@centos.org 2024-04-15T21:38:57.703 INFO:teuthology.orchestra.run.smithi123.stdout:Vendor : CentOS 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:Summary : Support tools for GRUB. 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:Description : 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:hardware devices. 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout: 2024-04-15T21:38:57.704 INFO:teuthology.orchestra.run.smithi123.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:38:57.705 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:38:57.705 INFO:teuthology.task.kernel:Updating grub on smithi123 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:38:57.705 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:38:58.332 INFO:teuthology.orchestra.run.smithi123.stderr:Generating grub configuration file ... 2024-04-15T21:38:59.842 INFO:teuthology.orchestra.run.smithi123.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:38:59.871 INFO:teuthology.orchestra.run.smithi123.stderr:done 2024-04-15T21:38:59.873 DEBUG:teuthology.orchestra.run.smithi123:> mktemp 2024-04-15T21:38:59.929 INFO:teuthology.orchestra.run.smithi123.stdout:/tmp/tmp.oHGUBLnxeI 2024-04-15T21:38:59.929 DEBUG:teuthology.orchestra.run.smithi123:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oHGUBLnxeI 2024-04-15T21:39:00.000 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0666 /tmp/tmp.oHGUBLnxeI 2024-04-15T21:39:00.136 DEBUG:teuthology.orchestra.remote:smithi123:/tmp/tmp.oHGUBLnxeI is 6KB 2024-04-15T21:39:00.185 DEBUG:teuthology.orchestra.run.smithi123:> rm -fr /tmp/tmp.oHGUBLnxeI 2024-04-15T21:39:00.199 DEBUG:teuthology.orchestra.run.smithi123:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:39:00.264 INFO:teuthology.orchestra.run.smithi123.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:39:00.264 INFO:teuthology.orchestra.run.smithi123.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:39:00.264 INFO:teuthology.orchestra.run.smithi123.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:39:00.265 INFO:teuthology.orchestra.run.smithi123.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:39:00.266 DEBUG:teuthology.orchestra.run.smithi123:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:39:00.431 DEBUG:teuthology.orchestra.run.smithi123:> sudo shutdown -r now 2024-04-15T21:39:23.544 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:39:23.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:39:23.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:30.438 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:39:30.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:39:30.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:41.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:39:48.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-04-15T21:39:50.990 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:39:50.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:54.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:39:57.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:39:57.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:00.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-04-15T21:40:06.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:40:06.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:12.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:40:12.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:24.479 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:40:39.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:40:39.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:39.898 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-15T21:40:40.341 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:40:40.341 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:40:40.341 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-15T21:40:40.357 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:40:40.357 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:40:40.357 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:40:40.357 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:40:41.358 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:40:41.358 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:40:41.422 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-04-15T21:40:41.455 DEBUG:teuthology.parallel:result is None 2024-04-15T21:40:44.791 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-04-15T21:40:45.233 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:40:45.233 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:40:45.234 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-04-15T21:40:45.249 INFO:teuthology.orchestra.run.smithi123.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:40:45.250 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:40:45.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:40:45.250 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:40:46.251 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:40:46.252 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:40:46.306 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2024-04-15T21:40:46.355 DEBUG:teuthology.parallel:result is None 2024-04-15T21:40:46.355 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:40:46.364 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:40:46.364 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:40:46.367 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:40:46.383 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:40:46.407 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:40:46.421 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:40:46.421 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:40:46.425 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:40:46.549 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:40:46.560 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:40:46.560 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:40:46.563 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:40:46.603 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:46.604 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:46.617 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:46.618 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:46.620 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:40:46.628 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:40:46.628 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:40:46.662 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:40:46.691 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:40:46.703 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:40:46.703 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:40:46.735 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:40:46.750 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:46.829 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:46.900 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:46.948 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:46.985 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:40:46.986 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:40:47.053 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:47.096 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:47.149 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:47.232 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:47.273 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-04-15T21:40:47.273 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:40:47.337 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-04-15T21:40:47.340 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2024-04-15T21:40:47.393 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:40:47.428 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:40:47.818 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:40:47.826 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:40:47.826 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:40:47.842 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:40:47.854 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:40:47.855 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-04-15T21:40:47.933 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-04-15T21:40:47.935 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2024-04-15T21:40:47.995 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2024-04-15T21:40:48.001 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:40:48.001 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-04-15T21:40:48.023 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-04-15T21:40:48.024 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2024-04-15T21:40:48.052 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2024-04-15T21:40:48.053 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi123.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:40:48.053 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:40:48.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:40:48.092 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:40:48.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:40:48.152 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:40:48.153 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:40:48.191 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:40:48.405 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:40:48.415 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:40:48.434 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-04-15T21:40:48.435 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:45:07.144 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2024-04-15T21:45:07.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:45:07.148 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:45:07.255 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-15T21:45:07.331 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:45:07.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:45:07.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:45:07.420 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-04-15T21:45:07.505 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-04-15T21:45:07.506 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:45:07.518 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:45:07.518 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:45:07.518 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:07.521 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:45:07.521 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:07.551 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:45:07.569 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:45:07.577 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:45:07.594 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:45:07.600 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-04-15T21:45:07.614 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-04-15T21:45:07.625 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2024-04-15T21:45:07.632 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:45:07.639 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2024-04-15T21:45:07.649 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:45:07.657 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:45:07.674 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:45:07.711 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.715 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.726 INFO:teuthology.orchestra.run.smithi123.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.730 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:07.730 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T21:45:07.740 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T21:45:07.741 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:45:07.741 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:07.772 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-04-15T21:45:07.772 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-04-15T21:45:07.827 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:45:06.082497667 +0000 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:44:44.256996684 +0000 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:44:44.256996684 +0000 2024-04-15T21:45:07.828 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:44:44.256996684 +0000 2024-04-15T21:45:07.828 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:45:07.895 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:45:07.895 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:45:07.895 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.00023089 s, 2.2 MB/s 2024-04-15T21:45:07.896 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:45:07.953 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-04-15T21:45:08.009 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:45:08.009 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:45:06.082497667 +0000 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:44:44.595988930 +0000 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:44:44.595988930 +0000 2024-04-15T21:45:08.010 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:44:44.595988930 +0000 2024-04-15T21:45:08.010 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:45:08.076 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:45:08.076 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:45:08.076 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000217706 s, 2.4 MB/s 2024-04-15T21:45:08.077 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:45:08.134 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-04-15T21:45:08.190 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:45:06.082497667 +0000 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:44:44.951980786 +0000 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:44:44.951980786 +0000 2024-04-15T21:45:08.191 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:44:44.951980786 +0000 2024-04-15T21:45:08.191 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:45:08.258 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:45:08.258 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:45:08.258 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000211055 s, 2.4 MB/s 2024-04-15T21:45:08.259 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:45:08.315 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-04-15T21:45:08.371 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:45:08.371 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:45:06.082497667 +0000 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:44:45.283973191 +0000 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:44:45.283973191 +0000 2024-04-15T21:45:08.372 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:44:45.283973191 +0000 2024-04-15T21:45:08.372 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:45:08.438 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:45:08.438 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:45:08.438 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000179496 s, 2.9 MB/s 2024-04-15T21:45:08.439 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:45:08.496 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:08.641 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-04-15T21:45:08.642 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-15T21:45:08.643 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:08.682 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-15T21:45:08.721 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:45:08.753 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-15T21:45:08.753 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:08.839 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-15T21:45:08.878 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:45:08.908 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-15T21:45:08.909 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:08.994 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-15T21:45:09.034 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:45:09.063 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-15T21:45:09.063 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:09.143 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-15T21:45:09.183 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:45:09.225 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:45:09.225 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:09.281 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 f4ccc04b46ba034cba8e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 8da4a1f1842a4dcdf48c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 9ac5c952f0d9fb5e638c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:09.348 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 ece35be9e7d5424302fb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:09.349 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:45:09.349 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:45:09.349 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-15T21:45:09.418 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-04-15T21:45:09.418 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:09.439 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-04-15T21:45:09.439 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_1 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-04-15 21:45:06.091762594 +0000 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-04-15 21:44:44.192270951 +0000 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-04-15 21:44:44.192270951 +0000 2024-04-15T21:45:09.498 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: 2024-04-15 21:44:44.192270951 +0000 2024-04-15T21:45:09.499 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:45:09.571 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-04-15T21:45:09.571 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-04-15T21:45:09.571 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.00022662 s, 2.3 MB/s 2024-04-15T21:45:09.572 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:45:09.632 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_2 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-04-15 21:45:06.091762594 +0000 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-04-15 21:44:44.532263056 +0000 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-04-15 21:44:44.532263056 +0000 2024-04-15T21:45:09.691 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: 2024-04-15 21:44:44.532263056 +0000 2024-04-15T21:45:09.692 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:45:09.762 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-04-15T21:45:09.762 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-04-15T21:45:09.762 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000194383 s, 2.6 MB/s 2024-04-15T21:45:09.763 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:45:09.823 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_3 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-04-15 21:45:06.091762594 +0000 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-04-15 21:44:44.868255254 +0000 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-04-15 21:44:44.868255254 +0000 2024-04-15T21:45:09.881 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: 2024-04-15 21:44:44.868255254 +0000 2024-04-15T21:45:09.882 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:45:09.950 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-04-15T21:45:09.950 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-04-15T21:45:09.950 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000218067 s, 2.3 MB/s 2024-04-15T21:45:09.951 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:45:10.010 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_4 2024-04-15T21:45:10.066 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:45:10.066 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:45:10.066 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-04-15 21:45:06.091762594 +0000 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-04-15 21:44:45.208247359 +0000 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-04-15 21:44:45.208247359 +0000 2024-04-15T21:45:10.067 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: 2024-04-15 21:44:45.208247359 +0000 2024-04-15T21:45:10.068 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:45:10.135 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-04-15T21:45:10.135 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-04-15T21:45:10.136 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000230547 s, 2.2 MB/s 2024-04-15T21:45:10.137 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:45:10.194 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:10.331 INFO:teuthology.orchestra.run.smithi123.stdout:loop 2024-04-15T21:45:10.333 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2024-04-15T21:45:10.333 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:10.373 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-04-15T21:45:10.412 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_11 2024-04-15T21:45:10.443 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2024-04-15T21:45:10.443 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:10.530 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-04-15T21:45:10.570 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_21 2024-04-15T21:45:10.599 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2024-04-15T21:45:10.599 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:10.679 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-04-15T21:45:10.718 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_31 2024-04-15T21:45:10.755 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2024-04-15T21:45:10.755 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:10.835 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-04-15T21:45:10.875 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_41 2024-04-15T21:45:10.916 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-04-15T21:45:10.917 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:45:10.972 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme list 2024-04-15T21:45:11.039 INFO:teuthology.orchestra.run.smithi123.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme0n1 PHFT620400YK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme1n1 c7118dc98ccdb40550ae Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme2n1 8bd797d03bff4c884697 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme3n1 10d1a48093e2be1f3d8e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme4n1 3bb54b88a53221697f92 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T21:45:11.041 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T21:45:11.041 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-04-15T21:45:11.041 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2024-04-15T21:45:11.109 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:45:11.206 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\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:45:11.206 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:11.207 INFO:tasks.cephadm:Cluster fsid is 6f4a206e-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:11.207 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:45:11.207 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T21:45:11.207 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi123': '172.21.15.123'} 2024-04-15T21:45:11.207 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:45:11.207 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-04-15T21:45:11.241 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2024-04-15T21:45:11.271 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:45:11.271 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:11.418 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:45:11.647 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:11.648 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:45:11.649 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.309 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:45 /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.309 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.907 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:45 /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.907 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.929 DEBUG:teuthology.orchestra.run.smithi123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:12.956 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:45:12.956 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:45:12.972 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:45:13.810 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:13.917 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:13.995 INFO:teuthology.orchestra.run.smithi089.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:13.996 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:13.996 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:45:13.996 INFO:teuthology.orchestra.run.smithi089.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:14.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:14.022 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:14.023 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:45:14.024 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi089/crash 2024-04-15T21:45:14.025 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:45:14.074 INFO:teuthology.orchestra.run.smithi123.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:14.074 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:45:14.074 INFO:teuthology.orchestra.run.smithi123.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:45:14.074 INFO:teuthology.orchestra.run.smithi123.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:45:14.077 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:45:14.077 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:45:14.079 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi123/crash 2024-04-15T21:45:14.080 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:45:14.120 INFO:teuthology.orchestra.run.smithi123.stderr:tar: /var/lib/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:45:14.120 INFO:teuthology.orchestra.run.smithi123.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:45:14.121 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:45:14.121 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T21:45:14.150 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/6f4a206e-fb71-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:45:14.151 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:45:14.152 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:14.194 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:14.219 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-15T21:45:14.220 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-15T21:45:14.220 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:45:14.222 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-15T21:45:14.222 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.016s 2024-04-15T21:45:14.222 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.010s 2024-04-15T21:45:14.222 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.019s 2024-04-15T21:45:14.223 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:45:14.223 INFO:teuthology.orchestra.run.smithi123.stderr:: No such file or directory 2024-04-15T21:45:14.223 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:45:14.224 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-04-15T21:45:14.224 INFO:teuthology.orchestra.run.smithi123.stderr:real 0m0.015s 2024-04-15T21:45:14.224 INFO:teuthology.orchestra.run.smithi123.stderr:user 0m0.012s 2024-04-15T21:45:14.224 INFO:teuthology.orchestra.run.smithi123.stderr:sys 0m0.016s 2024-04-15T21:45:14.224 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:45:14.225 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi089/log 2024-04-15T21:45:14.226 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:45:14.290 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi123/log 2024-04-15T21:45:14.291 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:45:14.320 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:45:14.320 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6f4a206e-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:45:14.513 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 6f4a206e-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:14.638 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6f4a206e-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:45:14.814 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: 6f4a206e-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:45:14.927 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:45:14.927 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:14.943 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:45:14.959 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:45:14.959 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:15.166 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0a467c2a27574c258e150e3edd5817a2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:45:15.169 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:45:15.179 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T21:45:15.187 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-15T21:45:15.187 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-04-15T21:45:15.333 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:45:15.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:15.335 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-15T21:45:15.335 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-04-15T21:45:15.475 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:45:15.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:15.477 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-15T21:45:15.477 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-04-15T21:45:15.617 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:45:15.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:15.619 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-15T21:45:15.619 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-04-15T21:45:15.751 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:45:15.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:15.753 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:45:15.753 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-15T21:45:15.781 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2024-04-15T21:45:15.781 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_1 2024-04-15T21:45:15.926 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T21:45:15.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:15.928 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2024-04-15T21:45:15.928 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_2 2024-04-15T21:45:16.084 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T21:45:16.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:16.086 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2024-04-15T21:45:16.086 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_3 2024-04-15T21:45:16.225 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T21:45:16.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:16.227 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2024-04-15T21:45:16.227 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_4 2024-04-15T21:45:16.354 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T21:45:16.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:16.356 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-04-15T21:45:16.356 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2024-04-15T21:45:16.389 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:45:16.403 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:45:16.403 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:45:16.407 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:45:16.419 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:16.424 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:16.424 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-15T21:45:16.424 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +884us[ +873us] +/- 52ms 2024-04-15T21:45:16.424 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 2 -280us[ -292us] +/- 64ms 2024-04-15T21:45:16.425 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 3 -967us[ -978us] +/- 77ms 2024-04-15T21:45:16.425 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:16.443 INFO:teuthology.orchestra.run.smithi123.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:45:16.447 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:45:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2024-04-15T21:45:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +895us[ +894us] +/- 52ms 2024-04-15T21:45:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 2 -291us[ -292us] +/- 64ms 2024-04-15T21:45:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 3 -962us[ -963us] +/- 77ms 2024-04-15T21:45:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:45:16.449 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:45:16.458 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:45:16.459 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:45:16.468 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:16.532 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:16.600 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:16.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:16.632 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:16.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:16.664 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:45:16.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:45:16.681 INFO:teuthology.task.internal:Duration was 268.855527 seconds 2024-04-15T21:45:16.682 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:45:16.691 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:45:16.691 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:45:16.693 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:45:16.736 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:45:16.750 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:45:17.089 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:45:17.090 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-04-15T21:45:17.090 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:17.110 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2024-04-15T21:45:17.110 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:17.141 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:45:17.142 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:45:17.152 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:45:17.212 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:45:17.212 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:45:17.222 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:45:17.343 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:45:17.354 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:45:17.355 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:45:17.383 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:45:17.412 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:45:17.422 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:45:17.426 DEBUG:teuthology.orchestra.run.smithi123:> 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-04-15T21:45:17.451 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-04-15T21:45:17.479 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2024-04-15T21:45:17.506 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:45:17.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:17.548 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:45:17.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:45:17.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:45:17.573 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:45:17.573 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi089 2024-04-15T21:45:17.574 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:45:17.625 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485/remote/smithi123 2024-04-15T21:45:17.625 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:45:17.661 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:45:17.661 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:45:17.664 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:45:17.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:45:17.723 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:45:17.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:45:17.732 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:45:17.733 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:45:17.735 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:45:17.748 INFO:teuthology.orchestra.run.smithi089.stdout: 265317 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:45 /home/ubuntu/cephtest 2024-04-15T21:45:17.767 INFO:teuthology.orchestra.run.smithi123.stdout: 265876 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:45 /home/ubuntu/cephtest 2024-04-15T21:45:17.769 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:45:17.779 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:45:17.799 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:45:17.829 DEBUG:teuthology.nuke:shortname: smithi089 2024-04-15T21:45:17.829 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:45:17.852 DEBUG:teuthology.nuke:shortname: smithi123 2024-04-15T21:45:17.853 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:45:17.857 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:31.075633', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6Y+fWZRXw8DzWVvrLVmQ1ClMOQhJE5ZPMzlw3DcLnalcz9KeKKSJ5XV8k9ISAbEO1TGtsDtwQuWl3HZh4M0v8='} 2024-04-15T21:45:17.880 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657485', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:31.077284', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEXmJcCp6W0wdqiQu9Wxr60hQIAsJWQNQMpIQNUKc1zZMdgBXMbISVN/GO0oEJy92iKv651dQIdCQgCU05ez9eM='} 2024-04-15T21:45:17.910 INFO:teuthology.orchestra.console.smithi089:Power off 2024-04-15T21:45:17.911 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:45:17.933 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-04-15T21:45:17.934 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:17.949 INFO:teuthology.orchestra.console.smithi123:Power off 2024-04-15T21:45:17.950 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:45:17.960 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-15T21:45:17.973 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2024-04-15T21:45:17.973 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:18.000 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-04-15T21:45:21.961 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:22.002 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:22.072 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-15T21:45:22.112 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-04-15T21:45:26.074 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:26.114 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:26.184 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-15T21:45:26.225 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-04-15T21:45:30.186 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:30.226 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:45:30.297 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-04-15T21:45:30.336 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2024-04-15T21:45:30.399 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-04-15T21:45:30.438 INFO:teuthology.orchestra.console.smithi123:Power off completed 2024-04-15T21:45:30.542 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: 268.8555269241333 failure_reason: 'Command failed on smithi089 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0a467c2a27574c258e150e3edd5817a2 status: fail success: false 2024-04-15T21:45:30.543 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:45:30.619 INFO:teuthology.run:FAIL