2024-09-11T23:54:17.103 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T23:54:17.119 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T23:54:17.218 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901882 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: '7901882' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: dmick-2024-09-11_16:47:17-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: 3731 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: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAVhR/tOK20Sq2XMPkt66CCHlQ/z7xyzCXEqawhLG347mFIOJuAubS1fW3Kt5/h8mYb+moq7bFOHCkXVjxbL37g= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOIRIjZepd8Z03ebvxDg86G3Jf28/3EIW9jMJjeptbXdAYosVRiHaAnmz/3O74vUINe5A179ITMo4hWHh2HBWCw= 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-11_16:47:17 tube: smithi user: dmick verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T23:54:17.218 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-11T23:54:17.219 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks 2024-09-11T23:54:17.219 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T23:54:17.221 INFO:teuthology.task.internal:Checking packages... 2024-09-11T23:54:17.245 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '13b3b28e04d9843d4e29bc0551de4e2872d74234' 2024-09-11T23:54:17.245 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T23:54:17.245 INFO:teuthology.packaging:ref: None 2024-09-11T23:54:17.245 INFO:teuthology.packaging:tag: None 2024-09-11T23:54:17.245 INFO:teuthology.packaging:branch: wip-container 2024-09-11T23:54:17.245 INFO:teuthology.packaging:sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 2024-09-11T23:54:17.245 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-11T23:54:17.430 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4283.g13b3b28e 2024-09-11T23:54:17.432 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T23:54:17.437 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T23:54:17.437 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T23:54:17.471 INFO:teuthology.task.internal:Saving configuration 2024-09-11T23:54:17.484 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T23:54:17.497 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T23:54:17.532 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901882', '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 23:49:07.789928', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAVhR/tOK20Sq2XMPkt66CCHlQ/z7xyzCXEqawhLG347mFIOJuAubS1fW3Kt5/h8mYb+moq7bFOHCkXVjxbL37g='} 2024-09-11T23:54:17.564 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901882', '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 23:49:07.788595', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOIRIjZepd8Z03ebvxDg86G3Jf28/3EIW9jMJjeptbXdAYosVRiHaAnmz/3O74vUINe5A179ITMo4hWHh2HBWCw='} 2024-09-11T23:54:17.564 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T23:54:17.570 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-11T23:54:17.570 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-11T23:54:17.571 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T23:54:17.678 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb988be3ac0>, signals=[15]) 2024-09-11T23:54:17.678 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T23:54:17.687 INFO:teuthology.task.internal:Opening connections... 2024-09-11T23:54:17.687 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-09-11T23:54:17.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:54:17.786 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-09-11T23:54:17.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:54:17.873 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T23:54:17.880 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-09-11T23:54:17.898 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-09-11T23:54:17.899 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-09-11T23:54:17.956 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="CentOS Stream" 2024-09-11T23:54:17.956 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="9" 2024-09-11T23:54:17.956 INFO:teuthology.orchestra.run.smithi002.stdout:ID="centos" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="rhel fedora" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="9" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el9" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:LOGO="fedora-logo-icon" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://centos.org/" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T23:54:17.957 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T23:54:17.958 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-09-11T23:54:17.994 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-09-11T23:54:18.013 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-09-11T23:54:18.013 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-09-11T23:54:18.071 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T23:54:18.072 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T23:54:18.072 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-09-11T23:54:18.104 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T23:54:18.112 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T23:54:18.138 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T23:54:18.139 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-09-11T23:54:18.142 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-09-11T23:54:18.159 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T23:54:18.165 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T23:54:18.165 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-09-11T23:54:18.199 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-09-11T23:54:18.233 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T23:54:18.309 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T23:54:18.323 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T23:54:18.323 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T23:54:18.323 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T23:54:18.324 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T23:54:18.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:54:18.341 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-11T23:54:18.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:54:18.342 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-11T23:54:18.399 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-503.el9.x86_64 2024-09-11T23:54:18.399 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.14.0-503.el9.x86_64 2024-09-11T23:54:18.399 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2024-09-11T23:54:18.400 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-503.el9.x86_64 2024-09-11T23:54:18.401 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-503.el9.x86_64 2024-09-11T23:54:18.401 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-09-11T23:54:21.079 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.2 MB 00:00 2024-09-11T23:54:21.241 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 7.6 MB/s | 8.2 MB 00:01 2024-09-11T23:54:22.805 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 33 MB/s | 20 MB 00:00 2024-09-11T23:54:23.241 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-11T23:54:27.390 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-11T23:54:27.651 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-11T23:54:29.057 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-11T23:54:30.201 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-11T23:54:30.261 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-11T23:54:31.005 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-11T23:54:35.683 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-11T23:54:36.719 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-11T23:54:37.657 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T23:54:37.657 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T23:54:37.739 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-11T23:54:37.747 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-09-11T23:54:37.748 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:54:37.749 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 79 M 2024-09-11T23:54:37.749 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 126 M 2024-09-11T23:54:37.749 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-11T23:54:37.988 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 194 kB/s | 23 kB 00:00 2024-09-11T23:54:38.826 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T23:54:38.826 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T23:54:38.909 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-11T23:54:38.916 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-11T23:54:38.916 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-11T23:54:38.916 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2024-09-11T23:54:38.917 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:54:38.918 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 79 M 2024-09-11T23:54:38.918 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 126 M 2024-09-11T23:54:38.918 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-11T23:54:39.062 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 232 kB/s | 23 kB 00:00 2024-09-11T23:54:39.354 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2024-09-11T23:54:39.518 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 9.5 MB/s | 16 MB 00:01 2024-09-11T23:54:39.730 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 43 MB/s | 29 MB 00:00 2024-09-11T23:54:40.035 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-09-11T23:54:40.122 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 30 MB/s | 35 MB 00:01 2024-09-11T23:54:40.122 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-11T23:54:40.122 INFO:teuthology.orchestra.run.smithi002.stdout:Total 65 MB/s | 79 MB 00:01 2024-09-11T23:54:40.293 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-11T23:54:40.294 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-11T23:54:40.294 INFO:teuthology.orchestra.run.smithi155.stdout:Total 31 MB/s | 79 MB 00:02 2024-09-11T23:54:40.838 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-11T23:54:40.971 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-11T23:54:41.236 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-11T23:54:41.236 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-11T23:54:41.367 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-11T23:54:41.367 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-11T23:54:42.226 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-11T23:54:42.227 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-11T23:54:42.301 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-11T23:54:42.302 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-11T23:54:44.769 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-11T23:54:44.788 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-11T23:54:45.425 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:54:45.448 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:54:45.501 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:45.530 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:48.308 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:48.314 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:54:48.433 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:48.454 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:53.268 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:53.387 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:53.556 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:54:53.600 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:58.219 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:54:58.734 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:36.516 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:36.555 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:36.886 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:36.886 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:55:36.886 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:55:36.886 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:55:37.670 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:37.712 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:37.755 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:37.755 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:55:37.755 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-11T23:55:37.755 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:37.755 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:37.756 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T23:55:37.756 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:37.756 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:55:37.756 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-11T23:55:38.117 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:38.176 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.177 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T23:55:38.177 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T23:55:38.177 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T23:55:38.208 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:38.209 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-11T23:55:38.209 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T23:55:38.209 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T23:55:38.209 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T23:55:38.209 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T23:55:38.209 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:38.268 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.268 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:38.269 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 82.el9 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-09-11T23:55:38.302 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8274670 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T23:55:38.303 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T23:55:38.304 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T23:55:38.304 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-09-11T23:55:38.304 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-11T23:55:38.304 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T23:55:38.305 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T23:55:38.305 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-505.el9.x86_64 2024-09-11T23:55:38.305 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T23:55:38.967 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:55:38.999 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-11T23:55:39.358 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.451 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.452 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.452 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-11T23:55:39.452 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T23:55:39.452 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T23:55:39.452 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T23:55:39.452 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T23:55:39.452 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T23:55:39.511 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T23:55:39.511 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.511 DEBUG:teuthology.orchestra.run.smithi002:> sudo rpm -qi grub2-tools 2024-09-11T23:55:39.558 INFO:teuthology.orchestra.run.smithi002.stdout:Name : grub2-tools 2024-09-11T23:55:39.558 INFO:teuthology.orchestra.run.smithi002.stdout:Epoch : 1 2024-09-11T23:55:39.558 INFO:teuthology.orchestra.run.smithi002.stdout:Version : 2.06 2024-09-11T23:55:39.558 INFO:teuthology.orchestra.run.smithi002.stdout:Release : 82.el9 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: x86_64 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Group : Unspecified 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Size : 8274670 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:License : GPLv3+ 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Packager : builder@centos.org 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Vendor : CentOS 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T23:55:39.559 INFO:teuthology.orchestra.run.smithi002.stdout:Summary : Support tools for GRUB. 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:Description : 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:hardware devices. 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-11T23:55:39.560 INFO:teuthology.orchestra.run.smithi002.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T23:55:39.561 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T23:55:39.561 INFO:teuthology.task.kernel:Updating grub on smithi002 to boot 5.14.0-505.el9.x86_64 2024-09-11T23:55:39.561 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T23:55:40.157 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2024-09-11T23:55:40.310 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T23:55:40.349 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-09-11T23:55:40.351 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-09-11T23:55:40.366 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.Fh56zUFLsl 2024-09-11T23:55:40.366 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Fh56zUFLsl 2024-09-11T23:55:40.434 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.Fh56zUFLsl 2024-09-11T23:55:40.573 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.Fh56zUFLsl is 6KB 2024-09-11T23:55:40.623 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.Fh56zUFLsl 2024-09-11T23:55:40.638 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T23:55:40.701 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T23:55:40.701 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T23:55:40.701 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T23:55:40.702 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T23:55:40.703 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T23:55:40.862 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-09-11T23:55:40.934 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-09-11T23:55:41.399 INFO:teuthology.orchestra.run.smithi002.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T23:55:41.432 INFO:teuthology.orchestra.run.smithi002.stderr:done 2024-09-11T23:55:41.434 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2024-09-11T23:55:41.449 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.MBA0x1NxXx 2024-09-11T23:55:41.449 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MBA0x1NxXx 2024-09-11T23:55:41.515 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.MBA0x1NxXx 2024-09-11T23:55:41.653 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.MBA0x1NxXx is 6KB 2024-09-11T23:55:41.701 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.MBA0x1NxXx 2024-09-11T23:55:41.716 DEBUG:teuthology.orchestra.run.smithi002:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T23:55:41.779 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T23:55:41.779 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T23:55:41.779 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T23:55:41.779 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T23:55:41.780 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T23:55:41.941 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2024-09-11T23:56:10.871 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T23:56:10.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T23:56:10.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:11.945 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T23:56:11.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-11T23:56:11.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:29.373 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-11T23:56:30.401 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-09-11T23:56:38.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T23:56:38.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:39.403 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-11T23:56:39.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:56:41.469 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-11T23:56:53.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T23:56:53.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:57:39.458 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T23:57:51.469 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-11T23:57:51.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:57:51.780 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-11T23:57:52.109 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-11T23:57:52.109 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T23:57:52.110 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-11T23:57:52.127 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-505.el9.x86_64 2024-09-11T23:57:52.128 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-11T23:57:52.128 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T23:57:52.128 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T23:57:53.129 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T23:57:53.130 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T23:57:53.211 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-09-11T23:57:53.230 DEBUG:teuthology.parallel:result is None 2024-09-11T23:57:53.495 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T23:58:08.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T23:58:08.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T23:58:08.998 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-11T23:58:09.351 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-11T23:58:09.351 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T23:58:09.351 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-11T23:58:09.367 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-505.el9.x86_64 2024-09-11T23:58:09.368 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-11T23:58:09.368 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T23:58:09.368 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T23:58:10.369 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T23:58:10.369 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T23:58:10.446 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-09-11T23:58:10.472 DEBUG:teuthology.parallel:result is None 2024-09-11T23:58:10.472 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T23:58:10.480 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T23:58:10.480 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T23:58:10.483 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T23:58:10.501 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T23:58:10.512 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T23:58:10.565 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T23:58:10.565 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T23:58:10.568 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T23:58:10.598 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T23:58:10.612 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T23:58:10.613 DEBUG:teuthology.orchestra.run.smithi002:> 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-11T23:58:10.637 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T23:58:10.673 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:58:10.685 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:58:10.685 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:58:10.697 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T23:58:10.699 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T23:58:10.706 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T23:58:10.706 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T23:58:10.709 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T23:58:10.755 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T23:58:10.765 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T23:58:10.769 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T23:58:10.778 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T23:58:10.813 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:58:10.886 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:58:10.927 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:58:11.018 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:58:11.055 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-11T23:58:11.055 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T23:58:11.124 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:58:11.176 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T23:58:11.231 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:58:11.285 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T23:58:11.318 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-11T23:58:11.319 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T23:58:11.387 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-09-11T23:58:11.390 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-09-11T23:58:11.436 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T23:58:11.470 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T23:58:11.895 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T23:58:11.903 INFO:teuthology.task.internal:Starting timer... 2024-09-11T23:58:11.903 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T23:58:11.945 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T23:58:11.990 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-11T23:58:11.991 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2024-09-11T23:58:12.065 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2024-09-11T23:58:12.067 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-09-11T23:58:12.133 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-09-11T23:58:12.135 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T23:58:12.135 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2024-09-11T23:58:12.168 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2024-09-11T23:58:12.168 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-09-11T23:58:12.195 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-09-11T23:58:12.195 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-09-11T23:58:12.195 DEBUG:teuthology.orchestra.run.smithi002:> 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-11T23:58:12.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:58:12.238 DEBUG:teuthology.orchestra.run.smithi155:> 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-11T23:58:12.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T23:58:12.265 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T23:58:12.265 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2024-09-11T23:58:12.316 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-09-11T23:58:12.350 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T23:58:12.359 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-11T23:58:12.362 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-11T23:58:12.484 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T23:58:12.494 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-11T23:58:12.495 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-12T00:02:01.347 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-09-12T00:02:01.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-12T00:02:01.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T00:02:01.452 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-12T00:02:01.532 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-12T00:02:01.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-12T00:02:01.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T00:02:01.636 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-12T00:02:01.720 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-12T00:02:01.720 INFO:teuthology.run_tasks:Running task clock... 2024-09-12T00:02:01.739 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-12T00:02:01.739 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T00:02:01.740 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:01.742 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T00:02:01.742 DEBUG:teuthology.orchestra.run.smithi155:> 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-12T00:02:01.770 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-12T00:02:01.787 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-12T00:02:01.790 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-12T00:02:01.805 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-12T00:02:01.812 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2024-09-12T00:02:01.823 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2024-09-12T00:02:01.830 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-09-12T00:02:01.838 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-12T00:02:01.841 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-09-12T00:02:01.853 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-12T00:02:01.856 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-12T00:02:01.870 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-12T00:02:01.926 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:02:01.929 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.930 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.932 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:02:01.933 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-12T00:02:01.933 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.933 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.933 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.933 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:01.934 INFO:teuthology.run_tasks:Running task pexec... 2024-09-12T00:02:01.949 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-12T00:02:01.950 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2024-09-12T00:02:01.950 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-12T00:02:01.950 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2024-09-12T00:02:01.950 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-12T00:02:02.562 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:47 ago on Thu 12 Sep 2024 12:01:15 AM UTC. 2024-09-12T00:02:02.583 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:45 ago on Thu 12 Sep 2024 12:01:17 AM UTC. 2024-09-12T00:02:02.652 INFO:teuthology.orchestra.run.smithi155.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-12T00:02:02.677 INFO:teuthology.orchestra.run.smithi002.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-12T00:02:02.693 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-12T00:02:02.712 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-12T00:02:02.713 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-12T00:02:02.714 INFO:teuthology.orchestra.run.smithi155.stdout:Install 5 Packages 2024-09-12T00:02:02.714 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-12T00:02:02.717 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 4.2 M 2024-09-12T00:02:02.717 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 14 M 2024-09-12T00:02:02.717 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-12T00:02:02.722 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-12T00:02:02.731 INFO:teuthology.orchestra.run.smithi002.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-12T00:02:02.732 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-12T00:02:02.732 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-12T00:02:02.732 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-12T00:02:02.732 INFO:teuthology.orchestra.run.smithi002.stdout:Install 5 Packages 2024-09-12T00:02:02.732 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-12T00:02:02.739 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 4.2 M 2024-09-12T00:02:02.739 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 14 M 2024-09-12T00:02:02.740 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-12T00:02:03.066 INFO:teuthology.orchestra.run.smithi002.stdout:(1/5): nvmetcli-0.7-3.el9.noarch.rpm 373 kB/s | 44 kB 00:00 2024-09-12T00:02:03.079 INFO:teuthology.orchestra.run.smithi155.stdout:(1/5): nvmetcli-0.7-3.el9.noarch.rpm 380 kB/s | 44 kB 00:00 2024-09-12T00:02:03.091 INFO:teuthology.orchestra.run.smithi002.stdout:(2/5): python3-configshell-1.1.30-1.el9.noarch. 496 kB/s | 72 kB 00:00 2024-09-12T00:02:03.104 INFO:teuthology.orchestra.run.smithi155.stdout:(2/5): python3-configshell-1.1.30-1.el9.noarch. 503 kB/s | 72 kB 00:00 2024-09-12T00:02:03.117 INFO:teuthology.orchestra.run.smithi002.stdout:(3/5): python3-kmod-0.9-32.el9.x86_64.rpm 496 kB/s | 84 kB 00:00 2024-09-12T00:02:03.132 INFO:teuthology.orchestra.run.smithi155.stdout:(3/5): python3-kmod-0.9-32.el9.x86_64.rpm 496 kB/s | 84 kB 00:00 2024-09-12T00:02:03.232 INFO:teuthology.orchestra.run.smithi155.stdout:(4/5): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-12T00:02:03.283 INFO:teuthology.orchestra.run.smithi002.stdout:(4/5): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.8 MB/s | 837 kB 00:00 2024-09-12T00:02:03.376 INFO:teuthology.orchestra.run.smithi002.stdout:(5/5): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-12T00:02:03.376 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-12T00:02:03.376 INFO:teuthology.orchestra.run.smithi002.stdout:Total 6.6 MB/s | 4.2 MB 00:00 2024-09-12T00:02:03.463 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-12T00:02:03.476 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-12T00:02:03.476 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-12T00:02:03.507 INFO:teuthology.orchestra.run.smithi155.stdout:(5/5): runc-1.1.13-4.el9.x86_64.rpm 7.9 MB/s | 3.2 MB 00:00 2024-09-12T00:02:03.508 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-12T00:02:03.508 INFO:teuthology.orchestra.run.smithi155.stdout:Total 5.3 MB/s | 4.2 MB 00:00 2024-09-12T00:02:03.592 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-12T00:02:03.594 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-12T00:02:03.594 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-12T00:02:03.603 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-12T00:02:03.603 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-12T00:02:03.714 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-12T00:02:03.714 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-12T00:02:04.062 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-12T00:02:04.154 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/5 2024-09-12T00:02:04.160 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-12T00:02:04.196 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-12T00:02:04.238 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-12T00:02:04.262 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/5 2024-09-12T00:02:04.276 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/5 2024-09-12T00:02:04.326 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-12T00:02:04.355 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/5 2024-09-12T00:02:04.369 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-12T00:02:04.397 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/5 2024-09-12T00:02:04.419 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:04.477 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/5 2024-09-12T00:02:04.547 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:05.336 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:05.337 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/5 2024-09-12T00:02:05.337 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-12T00:02:05.337 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-12T00:02:05.337 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/5 2024-09-12T00:02:05.480 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:05.480 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/5 2024-09-12T00:02:05.480 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/5 2024-09-12T00:02:05.480 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/5 2024-09-12T00:02:05.480 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/5 2024-09-12T00:02:05.696 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:05.696 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-12T00:02:05.696 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-12T00:02:05.697 INFO:teuthology.orchestra.run.smithi002.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-12T00:02:05.697 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-12T00:02:05.697 INFO:teuthology.orchestra.run.smithi002.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-12T00:02:05.697 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-12T00:02:05.697 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-12T00:02:05.837 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/5 2024-09-12T00:02:05.837 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-12T00:02:05.838 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-12T00:02:06.057 DEBUG:teuthology.parallel:result is None 2024-09-12T00:02:06.165 DEBUG:teuthology.parallel:result is None 2024-09-12T00:02:06.166 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-12T00:02:06.234 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-12T00:02:06.234 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-12T00:02:06.234 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2024-09-12T00:02:06.252 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-12T00:02:06.252 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-12 00:02:04.645318428 +0000 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-12 00:01:41.985170040 +0000 2024-09-12T00:02:06.309 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-12 00:01:41.985170040 +0000 2024-09-12T00:02:06.310 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-12 00:01:41.985170040 +0000 2024-09-12T00:02:06.310 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-12T00:02:06.374 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-12T00:02:06.374 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-12T00:02:06.374 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000118001 s, 4.3 MB/s 2024-09-12T00:02:06.376 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-12T00:02:06.433 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2024-09-12T00:02:06.490 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-12T00:02:06.490 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:02:06.490 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-12T00:02:06.490 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:02:06.491 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:02:06.491 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-12 00:02:04.646318407 +0000 2024-09-12T00:02:06.491 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-12 00:01:42.298163599 +0000 2024-09-12T00:02:06.491 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-12 00:01:42.298163599 +0000 2024-09-12T00:02:06.491 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-12 00:01:42.298163599 +0000 2024-09-12T00:02:06.491 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-12T00:02:06.555 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-12T00:02:06.555 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-12T00:02:06.555 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000102316 s, 5.0 MB/s 2024-09-12T00:02:06.557 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-12T00:02:06.614 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-12 00:02:04.646318407 +0000 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-12 00:01:42.624156890 +0000 2024-09-12T00:02:06.670 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-12 00:01:42.624156890 +0000 2024-09-12T00:02:06.671 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-12 00:01:42.624156890 +0000 2024-09-12T00:02:06.671 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-12T00:02:06.734 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-12T00:02:06.734 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-12T00:02:06.734 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 9.3461e-05 s, 5.5 MB/s 2024-09-12T00:02:06.736 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-12T00:02:06.793 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2024-09-12T00:02:06.849 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-12T00:02:06.849 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T00:02:06.849 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-12T00:02:06.849 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T00:02:06.849 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-12T00:02:06.850 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-12 00:02:04.646318407 +0000 2024-09-12T00:02:06.850 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-12 00:01:42.965149873 +0000 2024-09-12T00:02:06.850 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-12 00:01:42.965149873 +0000 2024-09-12T00:02:06.850 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-12 00:01:42.965149873 +0000 2024-09-12T00:02:06.850 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-12T00:02:06.915 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-12T00:02:06.915 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-12T00:02:06.916 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000108825 s, 4.7 MB/s 2024-09-12T00:02:06.917 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-12T00:02:06.975 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:07.120 INFO:teuthology.orchestra.run.smithi002.stdout:loop 2024-09-12T00:02:07.122 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2024-09-12T00:02:07.122 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:07.156 INFO:teuthology.orchestra.run.smithi002.stdout:1 2024-09-12T00:02:07.187 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_11 2024-09-12T00:02:07.207 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument 2024-09-12T00:02:07.208 DEBUG:teuthology.orchestra.run:got remote process result: 234 2024-09-12T00:02:07.208 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 smithi002 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-12T00:02:07.407 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=631a6eaae43445209438ca0dc6280eaa 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 smithi002 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-12T00:02:07.410 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-12T00:02:07.417 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-12T00:02:07.455 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-12T00:02:07.456 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:02:07.480 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T00:02:07.486 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:02:07.490 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:02:07.490 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-12T00:02:07.490 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv01.front.sepia.ceph.com 3 6 7 1 +1812us[+1648us] +/- 58ms 2024-09-12T00:02:07.490 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 1 -1389us[-1554us] +/- 83ms 2024-09-12T00:02:07.491 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 1 -1310us[-1475us] +/- 90ms 2024-09-12T00:02:07.491 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:07.499 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-12T00:02:07.503 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-12T00:02:07.504 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-12T00:02:07.504 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 6 7 1 +1830us[+1643us] +/- 58ms 2024-09-12T00:02:07.504 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 1 -1382us[-1568us] +/- 83ms 2024-09-12T00:02:07.504 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 1 -1320us[-1506us] +/- 90ms 2024-09-12T00:02:07.504 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-12T00:02:07.505 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-12T00:02:07.514 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-12T00:02:07.514 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-12T00:02:07.531 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:07.590 DEBUG:teuthology.orchestra.run.smithi155:> 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-12T00:02:07.654 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:07.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:02:07.683 DEBUG:teuthology.orchestra.run.smithi155:> 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-12T00:02:07.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:02:07.712 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-12T00:02:07.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-12T00:02:07.748 INFO:teuthology.task.internal:Duration was 235.844833 seconds 2024-09-12T00:02:07.749 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-12T00:02:07.820 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-12T00:02:07.820 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T00:02:07.823 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T00:02:07.861 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-12T00:02:07.865 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-12T00:02:08.144 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-12T00:02:08.145 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2024-09-12T00:02:08.145 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:08.211 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-09-12T00:02:08.211 DEBUG:teuthology.orchestra.run.smithi155:> 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-12T00:02:08.238 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-12T00:02:08.238 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T00:02:08.254 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T00:02:08.306 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-12T00:02:08.306 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T00:02:08.322 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T00:02:08.436 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-12T00:02:08.443 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-12T00:02:08.444 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T00:02:08.470 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T00:02:08.494 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-12T00:02:08.504 DEBUG:teuthology.orchestra.run.smithi002:> 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-12T00:02:08.512 DEBUG:teuthology.orchestra.run.smithi155:> 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-12T00:02:08.534 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2024-09-12T00:02:08.558 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-09-12T00:02:08.579 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:02:08.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:02:08.613 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T00:02:08.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T00:02:08.634 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-12T00:02:08.670 INFO:teuthology.task.internal:Transferring archived files... 2024-09-12T00:02:08.671 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901882/remote/smithi002 2024-09-12T00:02:08.672 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T00:02:08.729 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-11_16:47:17-orch:cephadm-wip-container-distro-default-smithi/7901882/remote/smithi155 2024-09-12T00:02:08.730 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T00:02:08.773 INFO:teuthology.task.internal:Removing archive directory... 2024-09-12T00:02:08.773 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T00:02:08.776 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T00:02:08.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-12T00:02:08.834 INFO:teuthology.task.internal:Not uploading archives. 2024-09-12T00:02:08.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-12T00:02:08.860 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-12T00:02:08.861 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T00:02:08.864 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T00:02:08.876 INFO:teuthology.orchestra.run.smithi002.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 00:02 /home/ubuntu/cephtest 2024-09-12T00:02:08.880 INFO:teuthology.orchestra.run.smithi155.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 00:02 /home/ubuntu/cephtest 2024-09-12T00:02:08.881 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-12T00:02:08.896 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-12T00:02:08.962 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: 235.84483289718628 failure_reason: 'Command failed on smithi002 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=631a6eaae43445209438ca0dc6280eaa status: fail success: false 2024-09-12T00:02:08.963 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-12T00:02:09.052 INFO:teuthology.run:FAIL