2024-09-11T06:19:14.418 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T06:19:14.434 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T06:19:14.513 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901197 branch: wip-container description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: dmick@redhat.com first_in_suite: false job_id: '7901197' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-container ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-container sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 owner: scheduled_dmick@angus priority: 20 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9492 sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-container suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 targets: smithi102.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNt3US9IVyIxjSq1O27XD3jJd9CoeQe6QnlxNnoCBotrfM9mOZun2hERitDYW3hLhyBNmJjIgPHAjrtM8vcNr4o= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC7bhsbLGx5de7Vjv1qCKQGdMzsDGHLGGLPa9+7+5WXgQImTrdtRdNzfwjEKsMT8CtIMswlgZU93Wi79Liz+ZfM= tasks: - pexec: all: - sudo dnf install nvmetcli nvme-cli -y - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_23:12:30 tube: smithi user: dmick verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T06:19:14.513 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa; will attempt to use it 2024-09-11T06:19:14.514 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_13b3b28e04d9843d4e29bc0551de4e2872d74234/qa/tasks 2024-09-11T06:19:14.514 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T06:19:14.515 INFO:teuthology.task.internal:Checking packages... 2024-09-11T06:19:14.537 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '13b3b28e04d9843d4e29bc0551de4e2872d74234' 2024-09-11T06:19:14.537 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T06:19:14.538 INFO:teuthology.packaging:ref: None 2024-09-11T06:19:14.538 INFO:teuthology.packaging:tag: None 2024-09-11T06:19:14.538 INFO:teuthology.packaging:branch: wip-container 2024-09-11T06:19:14.538 INFO:teuthology.packaging:sha1: 13b3b28e04d9843d4e29bc0551de4e2872d74234 2024-09-11T06:19:14.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-container 2024-09-11T06:19:14.674 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4283.g13b3b28e 2024-09-11T06:19:14.675 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T06:19:14.681 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T06:19:14.681 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T06:19:14.689 INFO:teuthology.task.internal:Saving configuration 2024-09-11T06:19:14.701 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T06:19:14.707 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T06:19:14.732 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 06:14:08.886815', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNt3US9IVyIxjSq1O27XD3jJd9CoeQe6QnlxNnoCBotrfM9mOZun2hERitDYW3hLhyBNmJjIgPHAjrtM8vcNr4o='} 2024-09-11T06:19:14.756 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 06:14:08.888197', 'locked_by': 'scheduled_dmick@angus', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC7bhsbLGx5de7Vjv1qCKQGdMzsDGHLGGLPa9+7+5WXgQImTrdtRdNzfwjEKsMT8CtIMswlgZU93Wi79Liz+ZfM='} 2024-09-11T06:19:14.756 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T06:19:14.763 INFO:teuthology.task.internal:roles: ubuntu@smithi102.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-11T06:19:14.763 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-11T06:19:14.763 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T06:19:14.821 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5435f03ac0>, signals=[15]) 2024-09-11T06:19:14.821 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T06:19:14.828 INFO:teuthology.task.internal:Opening connections... 2024-09-11T06:19:14.828 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi102.front.sepia.ceph.com 2024-09-11T06:19:14.829 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:19:14.907 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T06:19:14.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:19:14.984 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T06:19:14.991 DEBUG:teuthology.orchestra.run.smithi102:> uname -m 2024-09-11T06:19:15.008 INFO:teuthology.orchestra.run.smithi102.stdout:x86_64 2024-09-11T06:19:15.008 DEBUG:teuthology.orchestra.run.smithi102:> cat /etc/os-release 2024-09-11T06:19:15.065 INFO:teuthology.orchestra.run.smithi102.stdout:NAME="CentOS Stream" 2024-09-11T06:19:15.065 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION="9" 2024-09-11T06:19:15.065 INFO:teuthology.orchestra.run.smithi102.stdout:ID="centos" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:ID_LIKE="rhel fedora" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_ID="9" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:PLATFORM_ID="platform:el9" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:ANSI_COLOR="0;31" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:LOGO="fedora-logo-icon" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:HOME_URL="https://centos.org/" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T06:19:15.066 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T06:19:15.067 INFO:teuthology.lock.ops:Updating smithi102.front.sepia.ceph.com on lock server 2024-09-11T06:19:15.082 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-09-11T06:19:15.100 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-09-11T06:19:15.101 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-09-11T06:19:15.158 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="9" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="9" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el9" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:LOGO="fedora-logo-icon" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T06:19:15.159 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T06:19:15.160 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T06:19:15.160 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-09-11T06:19:15.182 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T06:19:15.190 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T06:19:15.196 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T06:19:15.196 DEBUG:teuthology.orchestra.run.smithi102:> test '!' -e /home/ubuntu/cephtest 2024-09-11T06:19:15.198 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-09-11T06:19:15.215 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T06:19:15.221 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T06:19:15.222 DEBUG:teuthology.orchestra.run.smithi102:> test -z $(ls -A /var/lib/ceph) 2024-09-11T06:19:15.255 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-09-11T06:19:15.344 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T06:19:15.400 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T06:19:15.414 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T06:19:15.414 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T06:19:15.414 DEBUG:teuthology.orchestra.run.smithi102:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T06:19:15.415 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T06:19:15.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:19:15.430 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-09-11T06:19:15.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:19:15.432 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-09-11T06:19:15.486 INFO:teuthology.orchestra.run.smithi102.stdout:5.14.0-503.el9.x86_64 2024-09-11T06:19:15.486 INFO:teuthology.task.kernel:Running kernel on smithi102: 5.14.0-503.el9.x86_64 2024-09-11T06:19:15.487 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum install -y kernel 2024-09-11T06:19:15.490 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-503.el9.x86_64 2024-09-11T06:19:15.490 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.14.0-503.el9.x86_64 2024-09-11T06:19:15.490 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2024-09-11T06:19:20.842 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - BaseOS 2.3 MB/s | 8.2 MB 00:03 2024-09-11T06:19:26.667 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 20 MB 00:04 2024-09-11T06:19:32.867 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-11T06:19:36.174 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - BaseOS 445 kB/s | 8.2 MB 00:18 2024-09-11T06:19:37.784 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - Extras packages 5.0 kB/s | 19 kB 00:03 2024-09-11T06:19:38.905 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-11T06:19:42.075 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 20 MB 00:04 2024-09-11T06:19:44.311 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-11T06:19:46.309 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T06:19:46.309 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T06:19:46.391 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T06:19:46.398 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:19:46.398 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T06:19:46.398 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:19:46.398 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-09-11T06:19:46.399 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:19:46.400 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 79 M 2024-09-11T06:19:46.400 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 126 M 2024-09-11T06:19:46.400 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T06:19:46.621 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 228 kB/s | 23 kB 00:00 2024-09-11T06:19:46.684 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-11T06:19:47.021 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-09-11T06:19:47.463 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 37 MB/s | 35 MB 00:00 2024-09-11T06:19:47.796 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 24 MB/s | 29 MB 00:01 2024-09-11T06:19:47.797 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:19:47.797 INFO:teuthology.orchestra.run.smithi150.stdout:Total 56 MB/s | 79 MB 00:01 2024-09-11T06:19:48.478 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T06:19:48.845 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T06:19:48.845 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T06:19:48.917 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:00 2024-09-11T06:19:49.801 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T06:19:49.801 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T06:19:49.847 INFO:teuthology.orchestra.run.smithi102.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-11T06:19:52.247 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T06:19:52.879 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:19:52.955 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:19:55.328 INFO:teuthology.orchestra.run.smithi102.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-09-11T06:19:55.745 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:19:55.874 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:19:57.326 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T06:19:57.326 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T06:19:57.421 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-11T06:19:57.428 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout:Install 4 Packages 2024-09-11T06:19:57.429 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:19:57.430 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 79 M 2024-09-11T06:19:57.430 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 126 M 2024-09-11T06:19:57.430 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-11T06:19:58.063 INFO:teuthology.orchestra.run.smithi102.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 64 kB/s | 23 kB 00:00 2024-09-11T06:20:00.697 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:00.810 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:04.521 INFO:teuthology.orchestra.run.smithi102.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 2.3 MB/s | 16 MB 00:06 2024-09-11T06:20:05.631 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:07.821 INFO:teuthology.orchestra.run.smithi102.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 2.9 MB/s | 29 MB 00:09 2024-09-11T06:20:10.379 INFO:teuthology.orchestra.run.smithi102.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 2.7 MB/s | 35 MB 00:12 2024-09-11T06:20:10.379 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:20:10.379 INFO:teuthology.orchestra.run.smithi102.stdout:Total 6.1 MB/s | 79 MB 00:12 2024-09-11T06:20:11.060 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-11T06:20:11.423 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-11T06:20:11.424 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-11T06:20:12.396 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-11T06:20:12.396 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-11T06:20:14.829 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-11T06:20:15.461 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:20:15.571 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:18.349 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:18.493 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:23.323 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:23.434 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:28.287 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:43.540 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:43.578 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:43.862 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:43.863 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:20:43.863 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:20:43.863 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:20:44.684 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:20:44.685 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T06:20:45.039 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:20:45.127 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:45.127 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:20:45.128 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T06:20:45.128 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T06:20:45.128 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T06:20:45.128 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T06:20:45.129 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T06:20:45.129 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:20:45.188 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:20:45.188 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:20:45.188 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.06 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 82.el9 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2024-09-11T06:20:45.220 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Group : Unspecified 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 8274670 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : builder@centos.org 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2024-09-11T06:20:45.221 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:20:45.222 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T06:20:45.223 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T06:20:45.223 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 5.14.0-505.el9.x86_64 2024-09-11T06:20:45.223 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T06:20:45.899 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-09-11T06:20:47.233 INFO:teuthology.orchestra.run.smithi150.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T06:20:47.265 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-09-11T06:20:47.268 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-09-11T06:20:47.283 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.MnshVLJdut 2024-09-11T06:20:47.284 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MnshVLJdut 2024-09-11T06:20:47.351 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.MnshVLJdut 2024-09-11T06:20:47.488 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.MnshVLJdut is 6KB 2024-09-11T06:20:47.539 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.MnshVLJdut 2024-09-11T06:20:47.554 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T06:20:47.617 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T06:20:47.617 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T06:20:47.617 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T06:20:47.617 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T06:20:47.618 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T06:20:47.753 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-09-11T06:21:06.330 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:06.375 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:06.743 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:06.743 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T06:21:06.744 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T06:21:06.744 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T06:21:07.558 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T06:21:07.558 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:21:07.558 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-11T06:21:07.558 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:07.558 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T06:21:07.559 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T06:21:07.559 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T06:21:07.559 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:21:07.559 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-11T06:21:07.906 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:21:07.980 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:07.981 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:21:07.981 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T06:21:07.981 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T06:21:07.981 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T06:21:07.982 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T06:21:07.982 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi102.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T06:21:07.982 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T06:21:08.042 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T06:21:08.042 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T06:21:08.042 DEBUG:teuthology.orchestra.run.smithi102:> sudo rpm -qi grub2-tools 2024-09-11T06:21:08.083 INFO:teuthology.orchestra.run.smithi102.stdout:Name : grub2-tools 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Epoch : 1 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Version : 2.06 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Release : 82.el9 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: x86_64 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Group : Unspecified 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Size : 8274670 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:License : GPLv3+ 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T06:21:08.084 INFO:teuthology.orchestra.run.smithi102.stdout:Packager : builder@centos.org 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:Vendor : CentOS 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:Summary : Support tools for GRUB. 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:Description : 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T06:21:08.085 INFO:teuthology.orchestra.run.smithi102.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T06:21:08.087 INFO:teuthology.orchestra.run.smithi102.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T06:21:08.088 INFO:teuthology.orchestra.run.smithi102.stdout:hardware devices. 2024-09-11T06:21:08.088 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:21:08.088 INFO:teuthology.orchestra.run.smithi102.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T06:21:08.089 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T06:21:08.089 INFO:teuthology.task.kernel:Updating grub on smithi102 to boot 5.14.0-505.el9.x86_64 2024-09-11T06:21:08.089 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T06:21:08.817 INFO:teuthology.orchestra.run.smithi102.stderr:Generating grub configuration file ... 2024-09-11T06:21:10.111 INFO:teuthology.orchestra.run.smithi102.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T06:21:10.140 INFO:teuthology.orchestra.run.smithi102.stderr:done 2024-09-11T06:21:10.142 DEBUG:teuthology.orchestra.run.smithi102:> mktemp 2024-09-11T06:21:10.157 INFO:teuthology.orchestra.run.smithi102.stdout:/tmp/tmp.dBzLSn97YQ 2024-09-11T06:21:10.157 DEBUG:teuthology.orchestra.run.smithi102:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dBzLSn97YQ 2024-09-11T06:21:10.223 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0666 /tmp/tmp.dBzLSn97YQ 2024-09-11T06:21:10.382 DEBUG:teuthology.orchestra.remote:smithi102:/tmp/tmp.dBzLSn97YQ is 6KB 2024-09-11T06:21:10.431 DEBUG:teuthology.orchestra.run.smithi102:> rm -fr /tmp/tmp.dBzLSn97YQ 2024-09-11T06:21:10.445 DEBUG:teuthology.orchestra.run.smithi102:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T06:21:10.508 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T06:21:10.508 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T06:21:10.508 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T06:21:10.508 INFO:teuthology.orchestra.run.smithi102.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T06:21:10.510 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T06:21:10.645 DEBUG:teuthology.orchestra.run.smithi102:> sudo shutdown -r now 2024-09-11T06:21:17.762 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T06:21:17.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:21:17.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:36.189 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T06:21:40.651 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T06:21:40.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:21:40.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:45.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:21:45.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:21:48.285 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T06:22:00.297 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:22:00.297 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:15.101 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-09-11T06:22:18.685 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T06:22:24.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:22:24.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:33.693 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:22:33.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:34.160 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-09-11T06:22:34.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:22:34.549 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T06:22:34.549 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-09-11T06:22:34.564 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-505.el9.x86_64 2024-09-11T06:22:34.564 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T06:22:34.564 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T06:22:34.564 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T06:22:35.565 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T06:22:35.565 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T06:22:35.651 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-09-11T06:22:35.684 DEBUG:teuthology.parallel:result is None 2024-09-11T06:22:42.497 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-09-11T06:22:54.498 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:22:54.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:22:54.894 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-09-11T06:22:55.311 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:22:55.311 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T06:22:55.311 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-09-11T06:22:55.325 INFO:teuthology.orchestra.run.smithi102.stdout:5.14.0-505.el9.x86_64 2024-09-11T06:22:55.325 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T06:22:55.325 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T06:22:55.326 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T06:22:56.327 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T06:22:56.327 DEBUG:teuthology.orchestra.run.smithi102:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T06:22:56.428 INFO:teuthology.orchestra.run.smithi102.stdout:ttyS1 2024-09-11T06:22:56.468 DEBUG:teuthology.parallel:result is None 2024-09-11T06:22:56.468 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T06:22:56.477 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T06:22:56.478 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T06:22:56.480 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T06:22:56.499 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T06:22:56.510 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T06:22:56.523 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T06:22:56.523 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T06:22:56.535 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T06:22:56.571 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T06:22:56.582 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T06:22:56.582 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T06:22:56.593 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T06:22:56.619 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:22:56.629 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:22:56.650 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:22:56.661 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T06:22:56.663 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T06:22:56.674 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T06:22:56.674 DEBUG:teuthology.orchestra.run.smithi102:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T06:22:56.677 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T06:22:56.732 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T06:22:56.742 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T06:22:56.742 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T06:22:56.744 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T06:22:56.789 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:22:56.840 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:22:56.890 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:22:56.969 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:22:57.011 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-11T06:22:57.012 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T06:22:57.075 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:22:57.121 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T06:22:57.217 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:22:57.262 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T06:22:57.303 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T06:22:57.304 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T06:22:57.370 DEBUG:teuthology.orchestra.run.smithi102:> sudo service rsyslog restart 2024-09-11T06:22:57.373 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-09-11T06:22:57.432 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:22:57.458 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:22:57.806 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T06:22:57.814 INFO:teuthology.task.internal:Starting timer... 2024-09-11T06:22:57.814 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T06:22:57.826 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T06:22:57.836 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-11T06:22:57.836 DEBUG:teuthology.orchestra.run.smithi102:> sudo service auditd rotate 2024-09-11T06:22:57.900 INFO:teuthology.orchestra.run.smithi102.stdout:Rotating logs: 2024-09-11T06:22:57.902 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2024-09-11T06:22:57.946 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2024-09-11T06:22:57.948 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T06:22:57.948 DEBUG:teuthology.orchestra.run.smithi102:> /usr/sbin/getenforce 2024-09-11T06:22:57.992 INFO:teuthology.orchestra.run.smithi102.stdout:Permissive 2024-09-11T06:22:57.992 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2024-09-11T06:22:58.017 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2024-09-11T06:22:58.018 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi102.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive'} 2024-09-11T06:22:58.018 DEBUG:teuthology.orchestra.run.smithi102:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T06:22:58.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:22:58.058 DEBUG:teuthology.orchestra.run.smithi150:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T06:22:58.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:22:58.084 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T06:22:58.084 DEBUG:teuthology.orchestra.run.smithi102:> sudo /usr/sbin/setenforce permissive 2024-09-11T06:22:58.233 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2024-09-11T06:22:58.272 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T06:22:58.281 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T06:22:58.292 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T06:22:58.295 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi102.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T06:27:03.351 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi102.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2024-09-11T06:27:03.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:27:03.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:27:03.434 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-09-11T06:27:03.516 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-09-11T06:27:03.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:27:03.517 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T06:27:03.592 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-09-11T06:27:03.667 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T06:27:03.667 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T06:27:03.678 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T06:27:03.678 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T06:27:03.679 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:27:03.681 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T06:27:03.681 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:27:03.708 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T06:27:03.722 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T06:27:03.736 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T06:27:03.747 INFO:teuthology.orchestra.run.smithi102.stderr:sudo: ntpd: command not found 2024-09-11T06:27:03.751 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T06:27:03.758 INFO:teuthology.orchestra.run.smithi102.stdout:506 Cannot talk to daemon 2024-09-11T06:27:03.772 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T06:27:03.775 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2024-09-11T06:27:03.786 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T06:27:03.786 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2024-09-11T06:27:03.800 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T06:27:03.814 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T06:27:03.841 INFO:teuthology.orchestra.run.smithi102.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.845 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.871 INFO:teuthology.orchestra.run.smithi150.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:27:03.875 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:27:03.875 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-09-11T06:27:03.876 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.876 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.876 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.876 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:03.876 INFO:teuthology.run_tasks:Running task pexec... 2024-09-11T06:27:03.885 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-11T06:27:03.886 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi102.front.sepia.ceph.com 2024-09-11T06:27:03.886 DEBUG:teuthology.orchestra.run.smithi102:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T06:27:03.886 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T06:27:03.886 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T06:27:04.471 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:11 ago on Wed 11 Sep 2024 06:25:53 AM UTC. 2024-09-11T06:27:04.499 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:10 ago on Wed 11 Sep 2024 06:25:54 AM UTC. 2024-09-11T06:27:04.561 INFO:teuthology.orchestra.run.smithi102.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-11T06:27:04.587 INFO:teuthology.orchestra.run.smithi150.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-11T06:27:04.602 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-09-11T06:27:04.621 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:27:04.621 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-09-11T06:27:04.621 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:27:04.621 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout:Install 4 Packages 2024-09-11T06:27:04.622 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:27:04.624 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 1.0 M 2024-09-11T06:27:04.624 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 3.6 M 2024-09-11T06:27:04.624 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-09-11T06:27:04.629 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T06:27:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T06:27:04.650 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-09-11T06:27:04.650 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:27:04.659 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 1.0 M 2024-09-11T06:27:04.659 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 3.6 M 2024-09-11T06:27:04.659 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T06:27:04.744 INFO:teuthology.orchestra.run.smithi102.stdout:(1/4): python3-kmod-0.9-32.el9.x86_64.rpm 874 kB/s | 84 kB 00:00 2024-09-11T06:27:04.769 INFO:teuthology.orchestra.run.smithi102.stdout:(2/4): nvmetcli-0.7-3.el9.noarch.rpm 365 kB/s | 44 kB 00:00 2024-09-11T06:27:04.794 INFO:teuthology.orchestra.run.smithi102.stdout:(3/4): python3-configshell-1.1.30-1.el9.noarch. 488 kB/s | 72 kB 00:00 2024-09-11T06:27:04.796 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): nvmetcli-0.7-3.el9.noarch.rpm 392 kB/s | 44 kB 00:00 2024-09-11T06:27:04.821 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): python3-configshell-1.1.30-1.el9.noarch. 517 kB/s | 72 kB 00:00 2024-09-11T06:27:04.847 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): python3-kmod-0.9-32.el9.x86_64.rpm 514 kB/s | 84 kB 00:00 2024-09-11T06:27:04.869 INFO:teuthology.orchestra.run.smithi102.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-11T06:27:04.869 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:27:04.869 INFO:teuthology.orchestra.run.smithi102.stdout:Total 4.1 MB/s | 1.0 MB 00:00 2024-09-11T06:27:04.916 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-09-11T06:27:04.925 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-09-11T06:27:04.925 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-09-11T06:27:04.947 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-11T06:27:04.947 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T06:27:04.947 INFO:teuthology.orchestra.run.smithi150.stdout:Total 3.5 MB/s | 1.0 MB 00:00 2024-09-11T06:27:04.994 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T06:27:05.003 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T06:27:05.003 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T06:27:05.208 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-09-11T06:27:05.208 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-09-11T06:27:05.293 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T06:27:05.294 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T06:27:05.596 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-09-11T06:27:05.680 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-11T06:27:05.685 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T06:27:05.727 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-11T06:27:05.764 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-11T06:27:05.766 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-11T06:27:05.801 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-11T06:27:05.806 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-11T06:27:05.834 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-11T06:27:05.867 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-11T06:27:06.614 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-11T06:27:06.614 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-11T06:27:06.614 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-11T06:27:06.614 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-11T06:27:06.771 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-11T06:27:06.771 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-11T06:27:06.771 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-11T06:27:06.771 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-09-11T06:27:06.929 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-09-11T06:27:07.119 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-11T06:27:07.119 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:27:07.120 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T06:27:07.120 INFO:teuthology.orchestra.run.smithi150.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T06:27:07.120 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T06:27:07.120 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T06:27:07.120 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T06:27:07.198 DEBUG:teuthology.parallel:result is None 2024-09-11T06:27:07.431 DEBUG:teuthology.parallel:result is None 2024-09-11T06:27:07.431 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-11T06:27:07.441 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-11T06:27:07.441 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-09-11T06:27:07.441 DEBUG:teuthology.orchestra.run.smithi102:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T06:27:07.457 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T06:27:07.458 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_1 2024-09-11T06:27:07.513 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T06:27:07.513 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:27:07.513 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-11T06:27:07.513 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:27:07.513 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:27:07.514 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-11 06:27:06.075546037 +0000 2024-09-11T06:27:07.514 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-11 06:26:44.207966864 +0000 2024-09-11T06:27:07.514 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-11 06:26:44.207966864 +0000 2024-09-11T06:27:07.514 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-11 06:26:44.207966864 +0000 2024-09-11T06:27:07.514 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T06:27:07.578 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-11T06:27:07.578 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-11T06:27:07.578 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000251416 s, 2.0 MB/s 2024-09-11T06:27:07.579 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T06:27:07.635 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_2 2024-09-11T06:27:07.690 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T06:27:07.690 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-11 06:27:06.076546016 +0000 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-11 06:26:44.551959730 +0000 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-11 06:26:44.551959730 +0000 2024-09-11T06:27:07.691 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-11 06:26:44.551959730 +0000 2024-09-11T06:27:07.691 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T06:27:07.754 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-11T06:27:07.754 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-11T06:27:07.754 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000189898 s, 2.7 MB/s 2024-09-11T06:27:07.755 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T06:27:07.810 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_3 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-11 06:27:06.076546016 +0000 2024-09-11T06:27:07.866 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-11 06:26:44.862953281 +0000 2024-09-11T06:27:07.867 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-11 06:26:44.862953281 +0000 2024-09-11T06:27:07.867 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-11 06:26:44.862953281 +0000 2024-09-11T06:27:07.867 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T06:27:07.929 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-11T06:27:07.929 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-11T06:27:07.929 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000182895 s, 2.8 MB/s 2024-09-11T06:27:07.930 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T06:27:07.987 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_4 2024-09-11T06:27:08.042 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T06:27:08.042 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T06:27:08.042 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-11T06:27:08.042 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T06:27:08.043 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T06:27:08.043 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-09-11 06:27:06.076546016 +0000 2024-09-11T06:27:08.043 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-09-11 06:26:45.195946376 +0000 2024-09-11T06:27:08.043 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-09-11 06:26:45.195946376 +0000 2024-09-11T06:27:08.043 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: 2024-09-11 06:26:45.195946376 +0000 2024-09-11T06:27:08.043 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T06:27:08.105 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-09-11T06:27:08.105 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-09-11T06:27:08.105 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000187036 s, 2.7 MB/s 2024-09-11T06:27:08.106 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T06:27:08.162 DEBUG:teuthology.orchestra.run.smithi102:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-11T06:27:08.297 INFO:teuthology.orchestra.run.smithi102.stdout:loop 2024-09-11T06:27:08.298 INFO:tasks.nvme_loop:Connecting nvme_loop smithi102:/dev/vg_nvme/lv_1... 2024-09-11T06:27:08.298 DEBUG:teuthology.orchestra.run.smithi102:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-11T06:27:08.331 INFO:teuthology.orchestra.run.smithi102.stdout:1 2024-09-11T06:27:08.360 INFO:teuthology.orchestra.run.smithi102.stdout:/dev/vg_nvme/lv_11 2024-09-11T06:27:08.380 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument 2024-09-11T06:27:08.381 DEBUG:teuthology.orchestra.run:got remote process result: 234 2024-09-11T06:27:08.381 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 smithi102 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-11T06:27:08.548 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0fab32480a484dbb80b51369bbd29283 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 smithi102 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-11T06:27:08.550 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-11T06:27:08.558 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T06:27:08.565 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T06:27:08.565 DEBUG:teuthology.orchestra.run.smithi102:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:27:08.578 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T06:27:08.582 INFO:teuthology.orchestra.run.smithi102.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:27:08.587 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:27:08.587 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-09-11T06:27:08.587 INFO:teuthology.orchestra.run.smithi102.stdout:^* hv01.front.sepia.ceph.com 3 6 7 0 +814us[ +774us] +/- 57ms 2024-09-11T06:27:08.588 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv02.front.sepia.ceph.com 3 6 7 0 -508us[ -549us] +/- 63ms 2024-09-11T06:27:08.588 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv03.front.sepia.ceph.com 3 6 7 0 -469us[ -510us] +/- 77ms 2024-09-11T06:27:08.588 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:08.596 INFO:teuthology.orchestra.run.smithi150.stderr:bash: line 1: ntpq: command not found 2024-09-11T06:27:08.600 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T06:27:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-09-11T06:27:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 3 6 7 0 +717us[ +717us] +/- 57ms 2024-09-11T06:27:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 3 6 3 2 -599us[ -599us] +/- 63ms 2024-09-11T06:27:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 3 6 7 0 -521us[ -521us] +/- 77ms 2024-09-11T06:27:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T06:27:08.602 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T06:27:08.609 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T06:27:08.609 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T06:27:08.616 DEBUG:teuthology.orchestra.run.smithi102:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T06:27:08.685 DEBUG:teuthology.orchestra.run.smithi150:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T06:27:08.748 DEBUG:teuthology.orchestra.run.smithi102:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T06:27:08.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:27:08.776 DEBUG:teuthology.orchestra.run.smithi150:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-11T06:27:08.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:27:08.804 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T06:27:08.812 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T06:27:08.820 INFO:teuthology.task.internal:Duration was 251.006319 seconds 2024-09-11T06:27:08.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T06:27:08.832 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T06:27:08.832 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T06:27:08.834 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T06:27:08.870 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:27:08.885 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T06:27:09.252 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T06:27:09.253 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi102.front.sepia.ceph.com 2024-09-11T06:27:09.253 DEBUG:teuthology.orchestra.run.smithi102:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T06:27:09.315 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T06:27:09.315 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T06:27:09.341 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T06:27:09.341 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T06:27:09.357 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T06:27:09.409 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T06:27:09.409 DEBUG:teuthology.orchestra.run.smithi102:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T06:27:09.424 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T06:27:09.539 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T06:27:09.548 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T06:27:09.548 DEBUG:teuthology.orchestra.run.smithi102:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T06:27:09.573 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T06:27:09.597 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T06:27:09.606 DEBUG:teuthology.orchestra.run.smithi102:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:27:09.615 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:27:09.636 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = core 2024-09-11T06:27:09.661 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-09-11T06:27:09.685 DEBUG:teuthology.orchestra.run.smithi102:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:27:09.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:27:09.713 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T06:27:09.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T06:27:09.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T06:27:09.748 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T06:27:09.750 DEBUG:teuthology.misc:Transferring archived files from smithi102:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901197/remote/smithi102 2024-09-11T06:27:09.751 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T06:27:09.810 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dmick-2024-09-10_23:12:30-orch:cephadm-wip-container-distro-default-smithi/7901197/remote/smithi150 2024-09-11T06:27:09.811 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T06:27:09.854 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T06:27:09.855 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T06:27:09.857 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T06:27:09.904 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T06:27:09.914 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T06:27:09.915 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T06:27:09.922 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T06:27:09.923 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T06:27:09.925 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T06:27:09.937 INFO:teuthology.orchestra.run.smithi102.stdout: 265861 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 06:27 /home/ubuntu/cephtest 2024-09-11T06:27:09.959 INFO:teuthology.orchestra.run.smithi150.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 06:27 /home/ubuntu/cephtest 2024-09-11T06:27:09.960 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T06:27:09.969 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T06:27:10.072 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 251.0063192844391 failure_reason: 'Command failed on smithi102 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=0fab32480a484dbb80b51369bbd29283 status: fail success: false 2024-09-11T06:27:10.072 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T06:27:10.150 INFO:teuthology.run:FAIL