2024-09-11T06:19:13.938 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T06:19:13.958 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T06:19:14.047 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901198 branch: wip-container description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: dmick@redhat.com first_in_suite: false job_id: '7901198' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-container 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-container sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 owner: scheduled_dmick@angus priority: 20 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9492 sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-container suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 targets: smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZkt5wrKPcUDkbc66cwrSuRMV6voE3YdSQDHYMXKFrOCApQ1peddKwivUOr3mvJRaEzTwQx2FT//bIDME1smV0= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAn7VvgktUBD1+NnHgAB6JO9AJa+0GfsRg4hUS9aJNuIdb8ymmN1ui7alRIWVpeQghz6c1/6Cwl56uRyL4oKMjI= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_23:12:30 tube: smithi user: dmick verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T06:19:14.047 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa; will attempt to use it 2024-09-11T06:19:14.147 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks 2024-09-11T06:19:14.147 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T06:19:14.149 INFO:teuthology.task.internal:Checking packages... 2024-09-11T06:19:14.170 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '13b3b28e04d9843d4e29bc0551de4e2872d74234' 2024-09-11T06:19:14.170 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T06:19:14.170 INFO:teuthology.packaging:ref: None 2024-09-11T06:19:14.170 INFO:teuthology.packaging:tag: None 2024-09-11T06:19:14.171 INFO:teuthology.packaging:branch: wip-container 2024-09-11T06:19:14.171 INFO:teuthology.packaging:sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 2024-09-11T06:19:14.171 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-container 2024-09-11T06:19:14.315 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4283.g13b3b28e 2024-09-11T06:19:14.316 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T06:19:14.323 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T06:19:14.323 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T06:19:14.333 INFO:teuthology.task.internal:Saving configuration 2024-09-11T06:19:14.356 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T06:19:14.363 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T06:19:14.390 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 06:14:19.277345', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZkt5wrKPcUDkbc66cwrSuRMV6voE3YdSQDHYMXKFrOCApQ1peddKwivUOr3mvJRaEzTwQx2FT//bIDME1smV0='} 2024-09-11T06:19:14.413 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 06:14:19.278872', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAn7VvgktUBD1+NnHgAB6JO9AJa+0GfsRg4hUS9aJNuIdb8ymmN1ui7alRIWVpeQghz6c1/6Cwl56uRyL4oKMjI='} 2024-09-11T06:19:14.413 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T06:19:14.419 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-11T06:19:14.419 INFO:teuthology.task.internal:roles: ubuntu@smithi181.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-11T06:19:14.419 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T06:19:14.477 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fed6c293ac0>, signals=[15]) 2024-09-11T06:19:14.477 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T06:19:14.484 INFO:teuthology.task.internal:Opening connections... 2024-09-11T06:19:14.484 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T06:19:14.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:19:14.574 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-09-11T06:19:14.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:19:14.651 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T06:19:14.658 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-09-11T06:19:14.676 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-09-11T06:19:14.676 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-09-11T06:19:14.732 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="CentOS Stream" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="9" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:ID="centos" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="rhel fedora" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="9" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el9" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:LOGO="fedora-logo-icon" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T06:19:14.733 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://centos.org/" 2024-09-11T06:19:14.734 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T06:19:14.734 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T06:19:14.734 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T06:19:14.734 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-09-11T06:19:14.757 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-09-11T06:19:14.775 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-09-11T06:19:14.775 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-09-11T06:19:14.832 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="CentOS Stream" 2024-09-11T06:19:14.832 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="9" 2024-09-11T06:19:14.832 INFO:teuthology.orchestra.run.smithi181.stdout:ID="centos" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="rhel fedora" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="9" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el9" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:LOGO="fedora-logo-icon" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://centos.org/" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T06:19:14.833 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T06:19:14.834 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-09-11T06:19:14.857 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T06:19:14.864 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T06:19:14.873 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T06:19:14.873 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-09-11T06:19:14.875 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-09-11T06:19:14.892 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T06:19:14.898 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T06:19:14.899 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-09-11T06:19:14.932 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-09-11T06:19:15.019 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T06:19:15.074 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T06:19:15.087 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T06:19:15.088 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T06:19:15.088 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T06:19:15.088 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T06:19:15.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:19:15.105 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-09-11T06:19:15.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:19:15.106 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-09-11T06:19:15.161 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-503.el9.x86_64 2024-09-11T06:19:15.162 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.14.0-503.el9.x86_64 2024-09-11T06:19:15.162 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2024-09-11T06:19:15.163 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-503.el9.x86_64 2024-09-11T06:19:15.163 INFO:teuthology.task.kernel:Running kernel on smithi181: 5.14.0-503.el9.x86_64 2024-09-11T06:19:15.163 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2024-09-11T06:19:17.708 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-09-11T06:19:20.122 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.2 MB 00:03 2024-09-11T06:19:21.900 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 6.7 MB/s | 20 MB 00:03 2024-09-11T06:19:27.108 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 6.5 MB 00:01 2024-09-11T06:19:27.164 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 20 MB 00:05 2024-09-11T06:19:28.809 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-11T06:19:29.679 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-11T06:19:31.415 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-11T06:19:35.210 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T06:19:37.199 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T06:19:37.199 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T06:19:37.231 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 4.0 kB/s | 19 kB 00:04 2024-09-11T06:19:37.278 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-09-11T06:19:37.289 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout:Install 4 Packages 2024-09-11T06:19:37.290 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:19:37.291 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 79 M 2024-09-11T06:19:37.291 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 126 M 2024-09-11T06:19:37.291 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-09-11T06:19:37.952 INFO:teuthology.orchestra.run.smithi082.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2024-09-11T06:19:38.077 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-11T06:19:39.502 INFO:teuthology.orchestra.run.smithi082.stdout:(2/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-11T06:19:39.678 INFO:teuthology.orchestra.run.smithi082.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 6.9 MB/s | 16 MB 00:02 2024-09-11T06:19:40.244 INFO:teuthology.orchestra.run.smithi082.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-11T06:19:40.245 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:19:40.245 INFO:teuthology.orchestra.run.smithi082.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-11T06:19:40.926 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-09-11T06:19:41.271 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-09-11T06:19:41.272 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-09-11T06:19:42.200 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-09-11T06:19:42.201 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-09-11T06:19:43.491 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T06:19:44.637 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-09-11T06:19:45.258 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:19:45.363 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:19:45.514 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T06:19:45.515 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T06:19:45.602 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T06:19:45.610 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T06:19:45.611 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:19:45.611 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-09-11T06:19:45.611 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:19:45.611 INFO:teuthology.orchestra.run.smithi181.stdout:Install 4 Packages 2024-09-11T06:19:45.611 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:19:45.612 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 79 M 2024-09-11T06:19:45.612 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 126 M 2024-09-11T06:19:45.612 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-09-11T06:19:45.918 INFO:teuthology.orchestra.run.smithi181.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 80 kB/s | 23 kB 00:00 2024-09-11T06:19:48.151 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:19:48.272 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:19:53.100 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:19:53.197 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:19:58.030 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:00.144 INFO:teuthology.orchestra.run.smithi181.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 1.1 MB/s | 16 MB 00:14 2024-09-11T06:20:02.783 INFO:teuthology.orchestra.run.smithi181.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 2.0 MB/s | 35 MB 00:17 2024-09-11T06:20:19.481 INFO:teuthology.orchestra.run.smithi181.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 871 kB/s | 29 MB 00:33 2024-09-11T06:20:19.482 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:20:19.482 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.3 MB/s | 79 MB 00:33 2024-09-11T06:20:20.157 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-09-11T06:20:20.533 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-09-11T06:20:20.533 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-09-11T06:20:21.491 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-09-11T06:20:21.492 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-09-11T06:20:23.948 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-09-11T06:20:24.605 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:20:24.698 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:27.506 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:27.651 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:32.460 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:32.560 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:36.309 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:36.348 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:36.700 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:36.700 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:20:36.700 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:36.700 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:37.387 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:20:37.548 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-09-11T06:20:37.904 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:20:37.986 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:37.987 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:20:37.987 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T06:20:37.987 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T06:20:37.987 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T06:20:37.987 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T06:20:37.987 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T06:20:37.987 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:20:38.046 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:38.046 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:20:38.047 DEBUG:teuthology.orchestra.run.smithi082:> sudo rpm -qi grub2-tools 2024-09-11T06:20:38.080 INFO:teuthology.orchestra.run.smithi082.stdout:Name : grub2-tools 2024-09-11T06:20:38.080 INFO:teuthology.orchestra.run.smithi082.stdout:Epoch : 1 2024-09-11T06:20:38.080 INFO:teuthology.orchestra.run.smithi082.stdout:Version : 2.06 2024-09-11T06:20:38.080 INFO:teuthology.orchestra.run.smithi082.stdout:Release : 82.el9 2024-09-11T06:20:38.080 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: x86_64 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Group : Unspecified 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Size : 8274670 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:License : GPLv3+ 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Packager : builder@centos.org 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Vendor : CentOS 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T06:20:38.081 INFO:teuthology.orchestra.run.smithi082.stdout:Summary : Support tools for GRUB. 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:Description : 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:hardware devices. 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:20:38.082 INFO:teuthology.orchestra.run.smithi082.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T06:20:38.083 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T06:20:38.083 INFO:teuthology.task.kernel:Updating grub on smithi082 to boot 5.14.0-505.el9.x86_64 2024-09-11T06:20:38.083 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T06:20:38.768 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2024-09-11T06:20:40.110 INFO:teuthology.orchestra.run.smithi082.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T06:20:40.139 INFO:teuthology.orchestra.run.smithi082.stderr:done 2024-09-11T06:20:40.141 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2024-09-11T06:20:40.157 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.3kKLOQfOxu 2024-09-11T06:20:40.157 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3kKLOQfOxu 2024-09-11T06:20:40.225 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.3kKLOQfOxu 2024-09-11T06:20:40.363 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.3kKLOQfOxu is 6KB 2024-09-11T06:20:40.411 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.3kKLOQfOxu 2024-09-11T06:20:40.426 DEBUG:teuthology.orchestra.run.smithi082:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T06:20:40.499 INFO:teuthology.orchestra.run.smithi082.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T06:20:40.499 INFO:teuthology.orchestra.run.smithi082.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T06:20:40.499 INFO:teuthology.orchestra.run.smithi082.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T06:20:40.499 INFO:teuthology.orchestra.run.smithi082.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T06:20:40.501 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T06:20:40.651 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2024-09-11T06:21:10.654 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T06:21:10.655 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:21:10.656 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:15.584 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:15.632 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:15.951 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:15.951 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:21:15.951 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:21:15.951 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:21:16.809 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-09-11T06:21:17.168 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:21:17.257 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:17.257 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:21:17.257 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T06:21:17.258 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T06:21:17.258 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T06:21:17.258 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T06:21:17.258 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi181.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T06:21:17.258 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:21:17.316 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:17.317 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:21:17.317 DEBUG:teuthology.orchestra.run.smithi181:> sudo rpm -qi grub2-tools 2024-09-11T06:21:17.355 INFO:teuthology.orchestra.run.smithi181.stdout:Name : grub2-tools 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Epoch : 1 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Version : 2.06 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Release : 82.el9 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: x86_64 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Group : Unspecified 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Size : 8274670 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:License : GPLv3+ 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T06:21:17.356 INFO:teuthology.orchestra.run.smithi181.stdout:Packager : builder@centos.org 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:Vendor : CentOS 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:Summary : Support tools for GRUB. 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:Description : 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:hardware devices. 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:21:17.357 INFO:teuthology.orchestra.run.smithi181.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T06:21:17.358 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T06:21:17.358 INFO:teuthology.task.kernel:Updating grub on smithi181 to boot 5.14.0-505.el9.x86_64 2024-09-11T06:21:17.358 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T06:21:17.986 INFO:teuthology.orchestra.run.smithi181.stderr:Generating grub configuration file ... 2024-09-11T06:21:19.350 INFO:teuthology.orchestra.run.smithi181.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T06:21:19.378 INFO:teuthology.orchestra.run.smithi181.stderr:done 2024-09-11T06:21:19.380 DEBUG:teuthology.orchestra.run.smithi181:> mktemp 2024-09-11T06:21:19.395 INFO:teuthology.orchestra.run.smithi181.stdout:/tmp/tmp.1LXlZMHJvM 2024-09-11T06:21:19.396 DEBUG:teuthology.orchestra.run.smithi181:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1LXlZMHJvM 2024-09-11T06:21:19.462 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0666 /tmp/tmp.1LXlZMHJvM 2024-09-11T06:21:19.608 DEBUG:teuthology.orchestra.remote:smithi181:/tmp/tmp.1LXlZMHJvM is 6KB 2024-09-11T06:21:19.657 DEBUG:teuthology.orchestra.run.smithi181:> rm -fr /tmp/tmp.1LXlZMHJvM 2024-09-11T06:21:19.672 DEBUG:teuthology.orchestra.run.smithi181:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T06:21:19.743 INFO:teuthology.orchestra.run.smithi181.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T06:21:19.744 INFO:teuthology.orchestra.run.smithi181.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T06:21:19.744 INFO:teuthology.orchestra.run.smithi181.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T06:21:19.744 INFO:teuthology.orchestra.run.smithi181.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T06:21:19.745 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T06:21:19.912 DEBUG:teuthology.orchestra.run.smithi181:> sudo shutdown -r now 2024-09-11T06:21:29.021 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-09-11T06:21:38.029 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:21:38.029 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:41.085 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2024-09-11T06:21:49.921 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T06:21:49.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:21:49.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:53.089 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:21:53.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:08.445 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-09-11T06:22:17.453 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:22:17.454 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:20.509 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-09-11T06:22:25.117 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-09-11T06:22:25.507 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:22:25.507 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T06:22:25.507 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-09-11T06:22:25.522 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-505.el9.x86_64 2024-09-11T06:22:25.522 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T06:22:25.522 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T06:22:25.523 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T06:22:26.524 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T06:22:26.524 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T06:22:26.592 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-09-11T06:22:26.618 DEBUG:teuthology.parallel:result is None 2024-09-11T06:22:32.509 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:22:32.510 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:23:04.365 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-09-11T06:23:04.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:23:04.742 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T06:23:04.742 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-09-11T06:23:04.757 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-505.el9.x86_64 2024-09-11T06:23:04.757 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T06:23:04.757 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T06:23:04.757 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T06:23:05.758 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T06:23:05.758 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T06:23:05.824 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-09-11T06:23:05.843 DEBUG:teuthology.parallel:result is None 2024-09-11T06:23:05.843 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T06:23:05.850 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T06:23:05.850 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T06:23:05.853 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T06:23:05.871 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T06:23:05.877 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T06:23:05.900 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T06:23:05.901 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T06:23:05.912 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T06:23:05.979 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T06:23:05.987 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T06:23:05.987 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T06:23:05.990 DEBUG:teuthology.orchestra.run.smithi181:> 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-09-11T06:23:06.026 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:23:06.037 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:23:06.042 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:23:06.053 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:23:06.055 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T06:23:06.062 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T06:23:06.062 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T06:23:06.081 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T06:23:06.108 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T06:23:06.117 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T06:23:06.118 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T06:23:06.149 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T06:23:06.167 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:23:06.246 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:23:06.334 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:23:06.379 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:23:06.419 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T06:23:06.419 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T06:23:06.486 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:23:06.532 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:23:06.612 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:23:06.662 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:23:06.699 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-09-11T06:23:06.699 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T06:23:06.766 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-09-11T06:23:06.768 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-09-11T06:23:06.817 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:23:06.853 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:23:07.312 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T06:23:07.319 INFO:teuthology.task.internal:Starting timer... 2024-09-11T06:23:07.319 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T06:23:07.335 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T06:23:07.343 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-11T06:23:07.344 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2024-09-11T06:23:07.418 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2024-09-11T06:23:07.420 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2024-09-11T06:23:07.488 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2024-09-11T06:23:07.490 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T06:23:07.490 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2024-09-11T06:23:07.513 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2024-09-11T06:23:07.513 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2024-09-11T06:23:07.539 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2024-09-11T06:23:07.540 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi082.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive'} 2024-09-11T06:23:07.540 DEBUG:teuthology.orchestra.run.smithi082:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T06:23:07.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:23:07.583 DEBUG:teuthology.orchestra.run.smithi181:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T06:23:07.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:23:07.612 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T06:23:07.612 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2024-09-11T06:23:07.655 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2024-09-11T06:23:07.688 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T06:23:07.697 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T06:23:07.708 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-09-11T06:23:07.709 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi082.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T06:26:46.800 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi082.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2024-09-11T06:26:46.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:26:46.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:26:46.878 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-09-11T06:26:46.955 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T06:26:46.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:26:46.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:26:47.037 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-09-11T06:26:47.120 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-09-11T06:26:47.120 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T06:26:47.129 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T06:26:47.130 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T06:26:47.130 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:26:47.132 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T06:26:47.132 DEBUG:teuthology.orchestra.run.smithi181:> 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-09-11T06:26:47.159 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T06:26:47.172 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T06:26:47.189 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T06:26:47.196 INFO:teuthology.orchestra.run.smithi082.stderr:sudo: ntpd: command not found 2024-09-11T06:26:47.204 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T06:26:47.207 INFO:teuthology.orchestra.run.smithi082.stdout:506 Cannot talk to daemon 2024-09-11T06:26:47.222 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T06:26:47.228 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2024-09-11T06:26:47.236 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T06:26:47.239 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2024-09-11T06:26:47.253 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T06:26:47.267 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T06:26:47.289 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:26:47.292 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:26:47.292 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-09-11T06:26:47.292 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.292 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.292 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.327 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.331 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:47.331 INFO:teuthology.run_tasks:Running task pexec... 2024-09-11T06:26:47.341 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-11T06:26:47.341 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T06:26:47.341 DEBUG:teuthology.orchestra.run.smithi082:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T06:26:47.342 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2024-09-11T06:26:47.342 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T06:26:47.931 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:44 ago on Wed 11 Sep 2024 06:26:03 AM UTC. 2024-09-11T06:26:47.961 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:44 ago on Wed 11 Sep 2024 06:26:03 AM UTC. 2024-09-11T06:26:48.020 INFO:teuthology.orchestra.run.smithi082.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-11T06:26:48.051 INFO:teuthology.orchestra.run.smithi181.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-11T06:26:48.062 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-09-11T06:26:48.063 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-09-11T06:26:48.064 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-09-11T06:26:48.065 INFO:teuthology.orchestra.run.smithi082.stdout:Install 5 Packages 2024-09-11T06:26:48.065 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:26:48.085 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 4.2 M 2024-09-11T06:26:48.085 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 14 M 2024-09-11T06:26:48.085 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-09-11T06:26:48.092 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T06:26:48.110 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout:Install 5 Packages 2024-09-11T06:26:48.111 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:26:48.118 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 4.2 M 2024-09-11T06:26:48.118 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 14 M 2024-09-11T06:26:48.118 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-09-11T06:26:48.501 INFO:teuthology.orchestra.run.smithi082.stdout:(1/5): nvmetcli-0.7-3.el9.noarch.rpm 392 kB/s | 44 kB 00:00 2024-09-11T06:26:48.526 INFO:teuthology.orchestra.run.smithi082.stdout:(2/5): python3-configshell-1.1.30-1.el9.noarch. 516 kB/s | 72 kB 00:00 2024-09-11T06:26:48.544 INFO:teuthology.orchestra.run.smithi082.stdout:(3/5): python3-kmod-0.9-32.el9.x86_64.rpm 541 kB/s | 84 kB 00:00 2024-09-11T06:26:48.561 INFO:teuthology.orchestra.run.smithi181.stdout:(1/5): nvmetcli-0.7-3.el9.noarch.rpm 269 kB/s | 44 kB 00:00 2024-09-11T06:26:48.587 INFO:teuthology.orchestra.run.smithi181.stdout:(2/5): python3-configshell-1.1.30-1.el9.noarch. 376 kB/s | 72 kB 00:00 2024-09-11T06:26:48.612 INFO:teuthology.orchestra.run.smithi181.stdout:(3/5): python3-kmod-0.9-32.el9.x86_64.rpm 390 kB/s | 84 kB 00:00 2024-09-11T06:26:48.752 INFO:teuthology.orchestra.run.smithi082.stdout:(4/5): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.3 MB/s | 837 kB 00:00 2024-09-11T06:26:48.762 INFO:teuthology.orchestra.run.smithi181.stdout:(4/5): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.1 MB/s | 837 kB 00:00 2024-09-11T06:26:48.819 INFO:teuthology.orchestra.run.smithi082.stdout:(5/5): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-11T06:26:48.820 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:26:48.820 INFO:teuthology.orchestra.run.smithi082.stdout:Total 5.7 MB/s | 4.2 MB 00:00 2024-09-11T06:26:48.903 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-09-11T06:26:48.914 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-09-11T06:26:48.914 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-09-11T06:26:49.220 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-09-11T06:26:49.221 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-09-11T06:26:49.388 INFO:teuthology.orchestra.run.smithi181.stdout:(5/5): runc-1.1.13-4.el9.x86_64.rpm 4.0 MB/s | 3.2 MB 00:00 2024-09-11T06:26:49.388 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:26:49.388 INFO:teuthology.orchestra.run.smithi181.stdout:Total 3.3 MB/s | 4.2 MB 00:01 2024-09-11T06:26:49.470 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-09-11T06:26:49.482 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-09-11T06:26:49.482 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-09-11T06:26:49.650 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-09-11T06:26:49.747 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/5 2024-09-11T06:26:49.782 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-11T06:26:49.789 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-09-11T06:26:49.789 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-09-11T06:26:49.839 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-11T06:26:49.872 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/5 2024-09-11T06:26:49.953 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/5 2024-09-11T06:26:50.018 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:50.232 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-09-11T06:26:50.331 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/5 2024-09-11T06:26:50.371 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-11T06:26:50.407 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-11T06:26:50.432 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/5 2024-09-11T06:26:50.518 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/5 2024-09-11T06:26:50.594 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:50.870 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:50.871 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/5 2024-09-11T06:26:50.871 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-11T06:26:50.871 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-11T06:26:50.871 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/5 2024-09-11T06:26:51.222 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:51.222 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T06:26:51.223 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-09-11T06:26:51.561 DEBUG:teuthology.parallel:result is None 2024-09-11T06:26:51.597 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:51.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/5 2024-09-11T06:26:51.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-11T06:26:51.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-11T06:26:51.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/5 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-09-11T06:26:51.962 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-09-11T06:26:52.320 DEBUG:teuthology.parallel:result is None 2024-09-11T06:26:52.320 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-11T06:26:52.383 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-11T06:26:52.384 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T06:26:52.384 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T06:26:52.401 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-09-11T06:26:52.401 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2024-09-11T06:26:52.457 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T06:26:52.457 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:26:52.457 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-11T06:26:52.457 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:26:52.458 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:26:52.458 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 06:26:50.231363473 +0000 2024-09-11T06:26:52.458 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 06:26:27.479217076 +0000 2024-09-11T06:26:52.458 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 06:26:27.479217076 +0000 2024-09-11T06:26:52.458 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-09-11 06:26:27.479217076 +0000 2024-09-11T06:26:52.458 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T06:26:52.522 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T06:26:52.522 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T06:26:52.522 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000269883 s, 1.9 MB/s 2024-09-11T06:26:52.523 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T06:26:52.579 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2024-09-11T06:26:52.635 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T06:26:52.635 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:26:52.635 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 06:26:50.231363473 +0000 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 06:26:27.808210117 +0000 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 06:26:27.808210117 +0000 2024-09-11T06:26:52.636 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-09-11 06:26:27.808210117 +0000 2024-09-11T06:26:52.636 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T06:26:52.698 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T06:26:52.698 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T06:26:52.698 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000166813 s, 3.1 MB/s 2024-09-11T06:26:52.699 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T06:26:52.755 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2024-09-11T06:26:52.810 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T06:26:52.810 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 06:26:50.232363452 +0000 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 06:26:28.138203138 +0000 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 06:26:28.138203138 +0000 2024-09-11T06:26:52.811 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-09-11 06:26:28.138203138 +0000 2024-09-11T06:26:52.812 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T06:26:52.874 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T06:26:52.874 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T06:26:52.874 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000168818 s, 3.0 MB/s 2024-09-11T06:26:52.875 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T06:26:52.932 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 06:26:50.232363452 +0000 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 06:26:28.472196074 +0000 2024-09-11T06:26:52.987 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 06:26:28.472196074 +0000 2024-09-11T06:26:52.988 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-09-11 06:26:28.472196074 +0000 2024-09-11T06:26:52.988 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T06:26:53.050 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T06:26:53.050 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T06:26:53.050 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000191134 s, 2.7 MB/s 2024-09-11T06:26:53.051 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T06:26:53.107 DEBUG:teuthology.orchestra.run.smithi082:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-11T06:26:53.253 INFO:teuthology.orchestra.run.smithi082.stdout:loop 2024-09-11T06:26:53.254 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_1... 2024-09-11T06:26:53.255 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-11T06:26:53.288 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T06:26:53.317 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_11 2024-09-11T06:26:53.336 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument 2024-09-11T06:26:53.337 DEBUG:teuthology.orchestra.run:got remote process result: 234 2024-09-11T06:26:53.338 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi082 with status 234: '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-09-11T06:26:53.518 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b11b3cc81a654490b520342ca702412c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi082 with status 234: '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-09-11T06:26:53.520 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-11T06:26:53.528 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T06:26:53.539 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T06:26:53.539 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:26:53.559 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:26:53.560 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:26:53.564 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:26:53.565 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-09-11T06:26:53.565 INFO:teuthology.orchestra.run.smithi082.stdout:^* hv01.front.sepia.ceph.com 3 6 7 2 +787us[ +722us] +/- 57ms 2024-09-11T06:26:53.565 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 2 -502us[ -567us] +/- 63ms 2024-09-11T06:26:53.566 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 2 -464us[ -528us] +/- 77ms 2024-09-11T06:26:53.566 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:53.580 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:26:53.584 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:26:53.584 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-09-11T06:26:53.585 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv01.front.sepia.ceph.com 3 6 7 2 +795us[ +586us] +/- 57ms 2024-09-11T06:26:53.585 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 2 -499us[ -708us] +/- 63ms 2024-09-11T06:26:53.585 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 0 -444us[ -444us] +/- 77ms 2024-09-11T06:26:53.585 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:26:53.586 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T06:26:53.594 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T06:26:53.594 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T06:26:53.602 DEBUG:teuthology.orchestra.run.smithi082:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T06:26:53.661 DEBUG:teuthology.orchestra.run.smithi181:> 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-09-11T06:26:53.723 DEBUG:teuthology.orchestra.run.smithi082:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T06:26:53.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:26:53.750 DEBUG:teuthology.orchestra.run.smithi181:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T06:26:53.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:26:53.781 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T06:26:53.789 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T06:26:53.796 INFO:teuthology.task.internal:Duration was 226.477153 seconds 2024-09-11T06:26:53.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T06:26:53.804 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T06:26:53.804 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T06:26:53.806 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T06:26:53.842 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:26:53.861 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:26:54.064 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T06:26:54.064 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T06:26:54.064 DEBUG:teuthology.orchestra.run.smithi082:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T06:26:54.119 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-09-11T06:26:54.119 DEBUG:teuthology.orchestra.run.smithi181:> 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-09-11T06:26:54.162 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T06:26:54.163 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T06:26:54.165 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T06:26:54.228 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T06:26:54.229 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T06:26:54.231 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T06:26:54.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T06:26:54.370 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T06:26:54.371 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T06:26:54.395 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T06:26:54.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T06:26:54.429 DEBUG:teuthology.orchestra.run.smithi082:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:26:54.439 DEBUG:teuthology.orchestra.run.smithi181:> 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-09-11T06:26:54.459 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-09-11T06:26:54.484 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-09-11T06:26:54.510 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:26:54.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:26:54.529 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:26:54.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:26:54.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T06:26:54.573 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T06:26:54.575 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901198/remote/smithi082 2024-09-11T06:26:54.575 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T06:26:54.622 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901198/remote/smithi181 2024-09-11T06:26:54.623 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T06:26:54.668 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T06:26:54.668 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T06:26:54.670 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T06:26:54.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T06:26:54.727 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T06:26:54.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T06:26:54.736 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T06:26:54.736 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T06:26:54.738 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T06:26:54.750 INFO:teuthology.orchestra.run.smithi082.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 06:26 /home/ubuntu/cephtest 2024-09-11T06:26:54.772 INFO:teuthology.orchestra.run.smithi181.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 06:26 /home/ubuntu/cephtest 2024-09-11T06:26:54.773 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T06:26:54.782 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T06:26:54.802 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 226.47715306282043 failure_reason: 'Command failed on smithi082 with status 234: ''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''' owner: scheduled_dmick@angus sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b11b3cc81a654490b520342ca702412c status: fail success: false 2024-09-11T06:26:54.802 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T06:26:54.888 INFO:teuthology.run:FAIL