2024-03-21T21:36:41.029 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T21:36:41.029 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --owner scheduled_phlogistonjohn@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180 -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180/orig.config.yaml 2024-03-21T21:36:41.061 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:36:41.145 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7615180' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-21-1131 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACQ0Tut7Dw6vMOpuA6zfDb4k+NpWaMtr5iikCdN3IIp0ckiMb6ZTxJsTroIfxoT27nCGLZAWgOe/RNcyoEJqs0= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCxiNnkRauqpmhWWYuBo9x0jzWS8E1Ak3Z8ksWCSZbaT1KDPBw8bC2kCLRsIKMyyQcq6URijjkM7pOExeFTttg= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - 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 - 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_20:44:17 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T21:36:41.145 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T21:36:41.146 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T21:36:41.146 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T21:36:41.147 INFO:teuthology.task.internal:Checking packages... 2024-03-21T21:36:41.170 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T21:36:41.170 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T21:36:41.170 INFO:teuthology.packaging:ref: None 2024-03-21T21:36:41.170 INFO:teuthology.packaging:tag: None 2024-03-21T21:36:41.170 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:36:41.170 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:36:41.171 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:36:41.406 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286.g5d87ad5b 2024-03-21T21:36:41.407 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T21:36:41.414 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T21:36:41.414 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T21:36:41.435 INFO:teuthology.task.internal:Saving configuration 2024-03-21T21:36:41.447 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T21:36:41.453 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:36:41.479 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:55.221843', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACQ0Tut7Dw6vMOpuA6zfDb4k+NpWaMtr5iikCdN3IIp0ckiMb6ZTxJsTroIfxoT27nCGLZAWgOe/RNcyoEJqs0='} 2024-03-21T21:36:41.504 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:55.220094', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCxiNnkRauqpmhWWYuBo9x0jzWS8E1Ak3Z8ksWCSZbaT1KDPBw8bC2kCLRsIKMyyQcq6URijjkM7pOExeFTttg='} 2024-03-21T21:36:41.505 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T21:36:41.513 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T21:36:41.513 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T21:36:41.513 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T21:36:41.659 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb6f52830d0>, signals=[15]) 2024-03-21T21:36:41.659 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T21:36:41.723 INFO:teuthology.task.internal:Opening connections... 2024-03-21T21:36:41.723 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2024-03-21T21:36:41.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:36:41.812 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-03-21T21:36:41.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:36:41.899 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T21:36:41.905 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2024-03-21T21:36:41.922 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2024-03-21T21:36:41.922 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2024-03-21T21:36:41.975 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="CentOS Stream" 2024-03-21T21:36:41.975 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="9" 2024-03-21T21:36:41.975 INFO:teuthology.orchestra.run.smithi114.stdout:ID="centos" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="rhel fedora" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="9" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el9" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:LOGO="fedora-logo-icon" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://centos.org/" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T21:36:41.976 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T21:36:41.977 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2024-03-21T21:36:41.995 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-03-21T21:36:42.012 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-03-21T21:36:42.013 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="9" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="9" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el9" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:LOGO="fedora-logo-icon" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-03-21T21:36:42.070 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T21:36:42.071 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T21:36:42.071 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T21:36:42.071 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-03-21T21:36:42.095 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T21:36:42.104 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T21:36:42.109 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T21:36:42.109 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:36:42.111 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:36:42.127 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T21:36:42.133 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T21:36:42.134 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:36:42.166 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:36:42.485 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T21:36:42.542 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T21:36:42.555 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T21:36:42.555 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T21:36:42.556 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:36:42.556 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:36:42.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:36:42.572 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-03-21T21:36:42.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:36:42.573 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-03-21T21:36:42.628 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-361.el9.x86_64 2024-03-21T21:36:42.629 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.14.0-361.el9.x86_64 2024-03-21T21:36:42.629 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-03-21T21:36:42.630 INFO:teuthology.orchestra.run.smithi114.stdout:5.14.0-361.el9.x86_64 2024-03-21T21:36:42.630 INFO:teuthology.task.kernel:Running kernel on smithi114: 5.14.0-361.el9.x86_64 2024-03-21T21:36:42.630 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2024-03-21T21:36:44.817 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-03-21T21:36:44.823 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-21T21:36:46.432 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS-9 - BaseOS 4.0 MB/s | 2.0 MB 00:00 2024-03-21T21:36:46.451 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-03-21T21:36:47.608 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.0 MB 00:00 2024-03-21T21:36:47.681 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 8.8 MB/s | 8.0 MB 00:00 2024-03-21T21:36:49.810 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-03-21T21:36:53.860 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.1 MB 00:00 2024-03-21T21:36:55.475 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-03-21T21:36:56.293 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 29 MB/s | 21 MB 00:00 2024-03-21T21:37:01.218 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-21T21:37:03.066 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-03-21T21:37:03.316 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T21:37:03.316 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T21:37:03.404 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-03-21T21:37:03.416 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:37:03.416 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-03-21T21:37:03.416 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:37:03.416 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-03-21T21:37:03.416 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-03-21T21:37:03.417 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:03.418 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 76 M 2024-03-21T21:37:03.418 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 123 M 2024-03-21T21:37:03.418 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-03-21T21:37:03.886 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 109 kB/s | 44 kB 00:00 2024-03-21T21:37:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 6.6 MB/s | 15 MB 00:02 2024-03-21T21:37:05.994 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 13 MB/s | 27 MB 00:02 2024-03-21T21:37:08.344 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 6.9 MB/s | 33 MB 00:04 2024-03-21T21:37:08.347 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-03-21T21:37:08.347 INFO:teuthology.orchestra.run.smithi177.stdout:Total 15 MB/s | 76 MB 00:04 2024-03-21T21:37:09.012 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-03-21T21:37:09.380 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-03-21T21:37:09.380 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-03-21T21:37:10.384 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-03-21T21:37:10.384 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-03-21T21:37:12.894 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-03-21T21:37:13.499 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T21:37:13.587 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:37:14.483 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - CRB 798 kB/s | 6.1 MB 00:07 2024-03-21T21:37:16.100 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-03-21T21:37:16.344 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:37:16.481 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:37:17.687 INFO:teuthology.orchestra.run.smithi114.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-03-21T21:37:21.197 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:37:21.264 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:22.551 INFO:teuthology.orchestra.run.smithi114.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-03-21T21:37:24.666 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T21:37:24.666 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T21:37:24.747 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout:Installing: 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T21:37:24.758 INFO:teuthology.orchestra.run.smithi114.stdout:Installing dependencies: 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout:Install 4 Packages 2024-03-21T21:37:24.759 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:37:24.760 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 76 M 2024-03-21T21:37:24.760 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 123 M 2024-03-21T21:37:24.760 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2024-03-21T21:37:25.011 INFO:teuthology.orchestra.run.smithi114.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 333 kB/s | 44 kB 00:00 2024-03-21T21:37:26.028 INFO:teuthology.orchestra.run.smithi114.stdout:(2/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 29 MB/s | 33 MB 00:01 2024-03-21T21:37:26.029 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:26.378 INFO:teuthology.orchestra.run.smithi114.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 20 MB/s | 27 MB 00:01 2024-03-21T21:37:28.545 INFO:teuthology.orchestra.run.smithi114.stdout:(4/4): kernel-core-5.14.0-430.el9.x86_64.rpm 4.1 MB/s | 15 MB 00:03 2024-03-21T21:37:28.545 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2024-03-21T21:37:28.545 INFO:teuthology.orchestra.run.smithi114.stdout:Total 20 MB/s | 76 MB 00:03 2024-03-21T21:37:29.216 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2024-03-21T21:37:29.577 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2024-03-21T21:37:29.577 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2024-03-21T21:37:30.595 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2024-03-21T21:37:30.596 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2024-03-21T21:37:33.070 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2024-03-21T21:37:33.684 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T21:37:33.803 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:37:36.584 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:37:36.713 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:37:41.412 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:37:41.546 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:46.267 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:55.146 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:55.146 INFO:teuthology.orchestra.run.smithi177.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T21:37:55.146 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:55.190 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T21:37:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:37:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:55.883 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-03-21T21:37:56.199 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T21:37:56.299 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T21:37:56.299 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T21:37:56.299 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T21:37:56.299 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:37:56.299 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:37:56.299 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T21:37:56.299 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:37:56.300 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T21:37:56.379 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T21:37:56.380 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T21:37:56.380 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-03-21T21:37:56.413 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-03-21T21:37:56.413 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.06 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 68.el9 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Group : Unspecified 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 8264254 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : builder@centos.org 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-03-21T21:37:56.414 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:37:56.415 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T21:37:56.416 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T21:37:56.416 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 5.14.0-430.el9.x86_64 2024-03-21T21:37:56.416 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T21:37:57.022 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-03-21T21:37:58.467 INFO:teuthology.orchestra.run.smithi177.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T21:37:58.494 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-03-21T21:37:58.502 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-03-21T21:37:58.519 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.juTJbPMnIO 2024-03-21T21:37:58.519 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.juTJbPMnIO 2024-03-21T21:37:58.587 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.juTJbPMnIO 2024-03-21T21:37:58.721 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.juTJbPMnIO is 6KB 2024-03-21T21:37:58.768 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.juTJbPMnIO 2024-03-21T21:37:58.782 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T21:37:58.847 INFO:teuthology.orchestra.run.smithi177.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T21:37:58.847 INFO:teuthology.orchestra.run.smithi177.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T21:37:58.847 INFO:teuthology.orchestra.run.smithi177.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T21:37:58.847 INFO:teuthology.orchestra.run.smithi177.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T21:37:58.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T21:37:58.997 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-03-21T21:38:15.245 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:38:15.245 INFO:teuthology.orchestra.run.smithi114.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T21:38:15.245 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:38:15.290 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:38:15.707 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:38:15.707 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T21:38:15.707 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T21:38:15.707 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T21:38:16.131 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T21:38:16.131 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:38:16.131 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2024-03-21T21:38:16.131 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.132 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.132 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.132 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.132 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:38:16.132 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2024-03-21T21:38:16.463 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T21:38:16.564 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.564 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T21:38:16.564 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T21:38:16.564 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:38:16.564 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:38:16.565 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T21:38:16.565 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi114.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:38:16.565 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T21:38:16.643 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T21:38:16.644 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T21:38:16.644 DEBUG:teuthology.orchestra.run.smithi114:> sudo rpm -qi grub2-tools 2024-03-21T21:38:16.677 INFO:teuthology.orchestra.run.smithi114.stdout:Name : grub2-tools 2024-03-21T21:38:16.677 INFO:teuthology.orchestra.run.smithi114.stdout:Epoch : 1 2024-03-21T21:38:16.677 INFO:teuthology.orchestra.run.smithi114.stdout:Version : 2.06 2024-03-21T21:38:16.677 INFO:teuthology.orchestra.run.smithi114.stdout:Release : 68.el9 2024-03-21T21:38:16.677 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: x86_64 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Group : Unspecified 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Size : 8264254 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:License : GPLv3+ 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Packager : builder@centos.org 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Vendor : CentOS 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Summary : Support tools for GRUB. 2024-03-21T21:38:16.678 INFO:teuthology.orchestra.run.smithi114.stdout:Description : 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout:hardware devices. 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:38:16.679 INFO:teuthology.orchestra.run.smithi114.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T21:38:16.680 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T21:38:16.680 INFO:teuthology.task.kernel:Updating grub on smithi114 to boot 5.14.0-430.el9.x86_64 2024-03-21T21:38:16.680 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T21:38:17.290 INFO:teuthology.orchestra.run.smithi114.stderr:Generating grub configuration file ... 2024-03-21T21:38:18.653 INFO:teuthology.orchestra.run.smithi114.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T21:38:18.688 INFO:teuthology.orchestra.run.smithi114.stderr:done 2024-03-21T21:38:18.693 DEBUG:teuthology.orchestra.run.smithi114:> mktemp 2024-03-21T21:38:18.709 INFO:teuthology.orchestra.run.smithi114.stdout:/tmp/tmp.gMliKDosJx 2024-03-21T21:38:18.709 DEBUG:teuthology.orchestra.run.smithi114:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gMliKDosJx 2024-03-21T21:38:18.777 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0666 /tmp/tmp.gMliKDosJx 2024-03-21T21:38:18.913 DEBUG:teuthology.orchestra.remote:smithi114:/tmp/tmp.gMliKDosJx is 6KB 2024-03-21T21:38:18.960 DEBUG:teuthology.orchestra.run.smithi114:> rm -fr /tmp/tmp.gMliKDosJx 2024-03-21T21:38:18.974 DEBUG:teuthology.orchestra.run.smithi114:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T21:38:19.041 INFO:teuthology.orchestra.run.smithi114.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T21:38:19.041 INFO:teuthology.orchestra.run.smithi114.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T21:38:19.042 INFO:teuthology.orchestra.run.smithi114.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T21:38:19.042 INFO:teuthology.orchestra.run.smithi114.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T21:38:19.043 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T21:38:19.193 DEBUG:teuthology.orchestra.run.smithi114:> sudo shutdown -r now 2024-03-21T21:38:29.009 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T21:38:29.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:38:29.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:47.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-03-21T21:38:49.198 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T21:38:49.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:38:49.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:56.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:38:56.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:59.519 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-03-21T21:39:07.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-03-21T21:39:11.524 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:39:11.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:16.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:39:16.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:19.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-03-21T21:39:31.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:39:31.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:43.440 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-03-21T21:39:43.846 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:39:43.846 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T21:39:43.846 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-03-21T21:39:43.860 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-430.el9.x86_64 2024-03-21T21:39:43.860 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T21:39:43.860 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:39:43.860 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T21:39:44.860 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T21:39:44.861 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:39:44.976 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-03-21T21:39:45.023 DEBUG:teuthology.parallel:result is None 2024-03-21T21:39:50.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-03-21T21:40:05.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:40:05.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:05.576 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-03-21T21:40:05.999 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:40:05.999 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T21:40:06.000 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-03-21T21:40:06.014 INFO:teuthology.orchestra.run.smithi114.stdout:5.14.0-430.el9.x86_64 2024-03-21T21:40:06.014 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T21:40:06.014 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:40:06.014 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T21:40:07.015 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T21:40:07.015 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:40:07.078 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2024-03-21T21:40:07.118 DEBUG:teuthology.parallel:result is None 2024-03-21T21:40:07.118 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T21:40:07.125 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T21:40:07.126 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:40:07.127 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:40:07.145 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T21:40:07.153 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T21:40:07.160 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T21:40:07.160 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:40:07.183 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:40:07.240 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T21:40:07.247 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T21:40:07.247 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:40:07.250 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:40:07.279 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:07.287 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:07.292 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:07.302 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:07.304 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T21:40:07.314 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T21:40:07.314 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:40:07.335 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:40:07.373 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T21:40:07.392 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T21:40:07.392 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:40:07.402 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:40:07.429 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:07.498 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:07.553 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:07.634 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:07.677 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-03-21T21:40:07.677 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:40:07.747 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:07.791 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:07.850 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:07.896 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:07.937 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-03-21T21:40:07.937 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:40:08.005 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2024-03-21T21:40:08.008 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-03-21T21:40:08.053 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:40:08.093 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:40:08.233 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T21:40:08.241 INFO:teuthology.task.internal:Starting timer... 2024-03-21T21:40:08.241 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T21:40:08.257 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T21:40:08.277 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-21T21:40:08.278 DEBUG:teuthology.orchestra.run.smithi114:> sudo service auditd rotate 2024-03-21T21:40:08.334 INFO:teuthology.orchestra.run.smithi114.stdout:Rotating logs: 2024-03-21T21:40:08.335 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-03-21T21:40:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-03-21T21:40:08.409 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T21:40:08.410 DEBUG:teuthology.orchestra.run.smithi114:> /usr/sbin/getenforce 2024-03-21T21:40:08.537 INFO:teuthology.orchestra.run.smithi114.stdout:Permissive 2024-03-21T21:40:08.537 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-03-21T21:40:08.578 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-03-21T21:40:08.578 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi114.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-03-21T21:40:08.578 DEBUG:teuthology.orchestra.run.smithi114:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T21:40:08.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:40:08.606 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T21:40:08.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:40:08.646 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T21:40:08.646 DEBUG:teuthology.orchestra.run.smithi114:> sudo /usr/sbin/setenforce permissive 2024-03-21T21:40:08.690 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-03-21T21:40:08.730 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T21:40:08.739 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T21:40:08.759 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-03-21T21:40:08.760 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi114.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:44:32.242 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi114.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-03-21T21:44:32.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:44:32.245 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:44:32.338 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-03-21T21:44:32.409 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-03-21T21:44:32.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:44:32.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:44:32.504 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-03-21T21:44:32.583 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-03-21T21:44:32.583 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:44:32.593 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:44:32.594 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:44:32.594 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:32.597 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:44:32.597 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:32.625 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T21:44:32.642 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T21:44:32.654 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T21:44:32.671 INFO:teuthology.orchestra.run.smithi114.stderr:sudo: ntpd: command not found 2024-03-21T21:44:32.671 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T21:44:32.684 INFO:teuthology.orchestra.run.smithi114.stdout:506 Cannot talk to daemon 2024-03-21T21:44:32.700 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-03-21T21:44:32.701 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T21:44:32.714 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-03-21T21:44:32.717 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T21:44:32.731 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T21:44:32.747 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T21:44:32.772 INFO:teuthology.orchestra.run.smithi114.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:44:32.775 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:44:32.776 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2024-03-21T21:44:32.776 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.776 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.776 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.776 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.801 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:32.805 INFO:teuthology.run_tasks:Running task pexec... 2024-03-21T21:44:32.815 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-21T21:44:32.815 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi114.front.sepia.ceph.com 2024-03-21T21:44:32.815 DEBUG:teuthology.orchestra.run.smithi114:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T21:44:32.816 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-03-21T21:44:32.816 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T21:44:33.394 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:00:49 ago on Thu 21 Mar 2024 09:43:44 PM UTC. 2024-03-21T21:44:33.430 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:50 ago on Thu 21 Mar 2024 09:43:43 PM UTC. 2024-03-21T21:44:33.539 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2024-03-21T21:44:33.549 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout:Installing: 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout:Install 1 Package 2024-03-21T21:44:33.550 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:44:33.558 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 3.1 M 2024-03-21T21:44:33.559 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 9.8 M 2024-03-21T21:44:33.559 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2024-03-21T21:44:33.576 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-03-21T21:44:33.586 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-03-21T21:44:33.587 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-03-21T21:44:33.587 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:44:33.599 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.1 M 2024-03-21T21:44:33.599 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 9.8 M 2024-03-21T21:44:33.600 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-03-21T21:44:34.775 INFO:teuthology.orchestra.run.smithi177.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-03-21T21:44:34.775 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-03-21T21:44:34.775 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-03-21T21:44:34.813 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-03-21T21:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-03-21T21:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-03-21T21:44:34.861 INFO:teuthology.orchestra.run.smithi114.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.7 MB/s | 3.1 MB 00:01 2024-03-21T21:44:34.862 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2024-03-21T21:44:34.862 INFO:teuthology.orchestra.run.smithi114.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-03-21T21:44:34.900 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2024-03-21T21:44:34.901 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-03-21T21:44:34.901 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-03-21T21:44:34.906 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2024-03-21T21:44:34.906 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2024-03-21T21:44:34.986 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2024-03-21T21:44:34.986 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2024-03-21T21:44:35.108 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-03-21T21:44:35.198 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2024-03-21T21:44:35.202 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:35.297 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:35.731 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:35.859 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:44:36.024 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-03-21T21:44:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T21:44:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-03-21T21:44:36.025 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-03-21T21:44:36.185 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T21:44:36.186 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:44:36.186 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2024-03-21T21:44:36.186 INFO:teuthology.orchestra.run.smithi114.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T21:44:36.186 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-03-21T21:44:36.186 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2024-03-21T21:44:36.279 DEBUG:teuthology.parallel:result is None 2024-03-21T21:44:36.441 DEBUG:teuthology.parallel:result is None 2024-03-21T21:44:36.441 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T21:44:36.452 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T21:44:36.452 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-03-21T21:44:36.452 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:44:36.467 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-03-21T21:44:36.467 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-03-21 21:44:31.227509778 +0000 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-03-21 21:44:08.773009239 +0000 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-03-21 21:44:08.773009239 +0000 2024-03-21T21:44:36.522 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-03-21 21:44:08.773009239 +0000 2024-03-21T21:44:36.523 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:44:36.587 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-03-21T21:44:36.588 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-03-21T21:44:36.588 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000264947 s, 1.9 MB/s 2024-03-21T21:44:36.589 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:44:36.645 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2024-03-21T21:44:36.699 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:44:36.699 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:36.699 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-03-21 21:44:31.227509778 +0000 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-03-21 21:44:09.126001385 +0000 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-03-21 21:44:09.126001385 +0000 2024-03-21T21:44:36.700 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-03-21 21:44:09.126001385 +0000 2024-03-21T21:44:36.700 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:44:36.764 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-03-21T21:44:36.765 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-03-21T21:44:36.765 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000232958 s, 2.2 MB/s 2024-03-21T21:44:36.766 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:44:36.821 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-03-21 21:44:31.227509778 +0000 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-03-21 21:44:09.458993975 +0000 2024-03-21T21:44:36.876 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-03-21 21:44:09.458993975 +0000 2024-03-21T21:44:36.877 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-03-21 21:44:09.458993975 +0000 2024-03-21T21:44:36.877 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:44:36.941 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-03-21T21:44:36.942 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-03-21T21:44:36.942 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000265792 s, 1.9 MB/s 2024-03-21T21:44:36.943 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:44:36.999 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-03-21 21:44:31.227509778 +0000 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-03-21 21:44:09.800986366 +0000 2024-03-21T21:44:37.054 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-03-21 21:44:09.800986366 +0000 2024-03-21T21:44:37.055 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: 2024-03-21 21:44:09.800986366 +0000 2024-03-21T21:44:37.055 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:44:37.141 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-03-21T21:44:37.142 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-03-21T21:44:37.142 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000212506 s, 2.4 MB/s 2024-03-21T21:44:37.143 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:44:37.157 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:37.303 INFO:teuthology.orchestra.run.smithi114.stdout:loop 2024-03-21T21:44:37.304 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-03-21T21:44:37.304 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:37.342 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-03-21T21:44:37.389 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:44:37.428 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-03-21T21:44:37.428 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T21:44:37.508 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-03-21T21:44:37.547 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:44:37.576 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-03-21T21:44:37.577 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T21:44:37.655 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-03-21T21:44:37.698 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:44:37.740 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-03-21T21:44:37.740 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T21:44:37.819 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-03-21T21:44:37.857 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:44:37.899 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-03-21T21:44:37.899 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:44:37.954 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme list 2024-03-21T21:44:38.021 INFO:teuthology.orchestra.run.smithi114.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:44:38.021 INFO:teuthology.orchestra.run.smithi114.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:44:38.021 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme0n1 PHFT620400WB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:44:38.021 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme1n1 1b1299aecc5bf0b87037 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:38.022 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme2n1 00e0ba0c5d270daf537b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:38.022 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme3n1 4998f55c7d2fd06f44ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:38.022 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme4n1 04fc87b806f2cea991e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:38.023 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:44:38.023 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-03-21T21:44:38.023 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-03-21T21:44:38.090 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-03-21T21:44:38.090 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:44:38.109 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-03-21T21:44:38.109 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-03-21T21:44:38.166 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-03-21 21:44:31.288606830 +0000 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-03-21 21:44:08.520227996 +0000 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-03-21 21:44:08.520227996 +0000 2024-03-21T21:44:38.167 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-03-21 21:44:08.520227996 +0000 2024-03-21T21:44:38.167 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:44:38.236 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-03-21T21:44:38.237 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-03-21T21:44:38.237 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000221878 s, 2.3 MB/s 2024-03-21T21:44:38.238 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:44:38.296 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-03-21 21:44:31.288606830 +0000 2024-03-21T21:44:38.353 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-03-21 21:44:08.862218666 +0000 2024-03-21T21:44:38.354 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-03-21 21:44:08.862218666 +0000 2024-03-21T21:44:38.354 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-03-21 21:44:08.862218666 +0000 2024-03-21T21:44:38.354 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:44:38.422 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-03-21T21:44:38.422 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-03-21T21:44:38.422 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000236363 s, 2.2 MB/s 2024-03-21T21:44:38.423 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:44:38.482 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-03-21T21:44:38.538 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:44:38.538 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:38.538 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-03-21 21:44:31.288606830 +0000 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-03-21 21:44:09.207209255 +0000 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-03-21 21:44:09.207209255 +0000 2024-03-21T21:44:38.539 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-03-21 21:44:09.207209255 +0000 2024-03-21T21:44:38.539 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:44:38.605 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-03-21T21:44:38.606 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-03-21T21:44:38.606 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000236445 s, 2.2 MB/s 2024-03-21T21:44:38.607 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:44:38.664 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-03-21 21:44:31.288606830 +0000 2024-03-21T21:44:38.720 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-03-21 21:44:09.548199953 +0000 2024-03-21T21:44:38.721 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-03-21 21:44:09.548199953 +0000 2024-03-21T21:44:38.721 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-03-21 21:44:09.548199953 +0000 2024-03-21T21:44:38.721 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:44:38.787 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-03-21T21:44:38.787 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-03-21T21:44:38.787 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000228335 s, 2.2 MB/s 2024-03-21T21:44:38.788 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:44:38.846 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:38.991 INFO:teuthology.orchestra.run.smithi177.stdout:loop 2024-03-21T21:44:38.993 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-03-21T21:44:38.994 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:39.031 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-03-21T21:44:39.068 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:44:39.097 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-03-21T21:44:39.098 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T21:44:39.191 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-03-21T21:44:39.231 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:44:39.259 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-03-21T21:44:39.259 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T21:44:39.297 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-03-21T21:44:39.335 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:44:39.364 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-03-21T21:44:39.364 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T21:44:39.443 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-03-21T21:44:39.482 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:44:39.513 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-03-21T21:44:39.514 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:44:39.566 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme list 2024-03-21T21:44:39.632 INFO:teuthology.orchestra.run.smithi177.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme0n1 CVFT6233007S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme1n1 98a43019923f8ace3433 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme2n1 8dad60a323c32c83a72e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme3n1 c0e4b945492bfd509247 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:39.633 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme4n1 c7462bc8149eaabde81c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T21:44:39.634 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:44:39.634 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-03-21T21:44:39.634 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-03-21T21:44:39.701 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:44:39.802 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:44:39.803 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:44:39.803 INFO:tasks.cephadm:Cluster fsid is 383e96b2-e7cc-11ee-95cd-87774f69a715 2024-03-21T21:44:39.803 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:44:39.803 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T21:44:39.803 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:44:39.804 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:44:40.006 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a76c5b99bc864d1c8784f086d039e758 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:44:40.010 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T21:44:40.019 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T21:44:40.027 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-03-21T21:44:40.027 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_1 2024-03-21T21:44:40.177 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:44:40.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.179 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-03-21T21:44:40.179 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_2 2024-03-21T21:44:40.312 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:44:40.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.314 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-03-21T21:44:40.314 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_3 2024-03-21T21:44:40.455 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:44:40.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.457 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-03-21T21:44:40.457 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_4 2024-03-21T21:44:40.589 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:44:40.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.591 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-03-21T21:44:40.591 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-03-21T21:44:40.621 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-03-21T21:44:40.621 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_1 2024-03-21T21:44:40.763 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:44:40.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.764 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-03-21T21:44:40.765 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_2 2024-03-21T21:44:40.893 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:44:40.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:40.895 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-03-21T21:44:40.895 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_3 2024-03-21T21:44:41.030 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:44:41.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:41.031 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-03-21T21:44:41.032 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_4 2024-03-21T21:44:41.168 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:44:41.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:41.169 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-03-21T21:44:41.170 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-03-21T21:44:41.196 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T21:44:41.205 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T21:44:41.205 DEBUG:teuthology.orchestra.run.smithi114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:44:41.208 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:44:41.222 INFO:teuthology.orchestra.run.smithi114.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:44:41.226 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:44:41.226 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2024-03-21T21:44:41.227 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 2 +1131us[+1135us] +/- 134ms 2024-03-21T21:44:41.227 INFO:teuthology.orchestra.run.smithi114.stdout:^* hv02.front.sepia.ceph.com 3 6 17 2 -271us[ -267us] +/- 52ms 2024-03-21T21:44:41.227 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 2 -250us[ -247us] +/- 81ms 2024-03-21T21:44:41.227 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:41.250 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-03-21T21:44:41.254 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T21:44:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-03-21T21:44:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 2 +1145us[+1145us] +/- 134ms 2024-03-21T21:44:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 17 2 -281us[ -286us] +/- 52ms 2024-03-21T21:44:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 2 -253us[ -253us] +/- 81ms 2024-03-21T21:44:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T21:44:41.284 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T21:44:41.300 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T21:44:41.301 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T21:44:41.310 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:41.376 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:41.437 DEBUG:teuthology.orchestra.run.smithi114:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T21:44:41.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:41.469 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-21T21:44:41.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:41.499 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T21:44:41.509 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T21:44:41.518 INFO:teuthology.task.internal:Duration was 273.276546 seconds 2024-03-21T21:44:41.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T21:44:41.527 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T21:44:41.527 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:44:41.530 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:44:41.572 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:44:41.582 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T21:44:42.025 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T21:44:42.025 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2024-03-21T21:44:42.025 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:42.048 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-03-21T21:44:42.049 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:42.086 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T21:44:42.086 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:44:42.090 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:44:42.155 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T21:44:42.155 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:44:42.159 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:44:42.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T21:44:42.295 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T21:44:42.296 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:44:42.323 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:44:42.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T21:44:42.360 DEBUG:teuthology.orchestra.run.smithi114:> 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-03-21T21:44:42.365 DEBUG:teuthology.orchestra.run.smithi177:> 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-03-21T21:44:42.388 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2024-03-21T21:44:42.415 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-03-21T21:44:42.444 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:44:42.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:42.462 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:44:42.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:44:42.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T21:44:42.508 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T21:44:42.509 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180/remote/smithi114 2024-03-21T21:44:42.510 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:44:42.555 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180/remote/smithi177 2024-03-21T21:44:42.556 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:44:42.607 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T21:44:42.608 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:44:42.610 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:44:42.658 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T21:44:42.672 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T21:44:42.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T21:44:42.688 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T21:44:42.689 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:44:42.692 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:44:42.703 INFO:teuthology.orchestra.run.smithi114.stdout: 265691 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:44 /home/ubuntu/cephtest 2024-03-21T21:44:42.712 INFO:teuthology.orchestra.run.smithi177.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:44 /home/ubuntu/cephtest 2024-03-21T21:44:42.713 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T21:44:42.725 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T21:44:42.747 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T21:44:42.775 DEBUG:teuthology.nuke:shortname: smithi114 2024-03-21T21:44:42.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:44:42.801 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:55.221843', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACQ0Tut7Dw6vMOpuA6zfDb4k+NpWaMtr5iikCdN3IIp0ckiMb6ZTxJsTroIfxoT27nCGLZAWgOe/RNcyoEJqs0='} 2024-03-21T21:44:42.805 DEBUG:teuthology.nuke:shortname: smithi177 2024-03-21T21:44:42.805 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:44:42.829 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615180', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:55.220094', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCxiNnkRauqpmhWWYuBo9x0jzWS8E1Ak3Z8ksWCSZbaT1KDPBw8bC2kCLRsIKMyyQcq6URijjkM7pOExeFTttg='} 2024-03-21T21:44:42.859 INFO:teuthology.orchestra.console.smithi114:Power off 2024-03-21T21:44:42.860 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:44:42.882 DEBUG:teuthology.orchestra.console.smithi114:power off output: Chassis Power Control: Down/Off 2024-03-21T21:44:42.883 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:42.898 INFO:teuthology.orchestra.console.smithi177:Power off 2024-03-21T21:44:42.899 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:44:42.911 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-03-21T21:44:42.922 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-03-21T21:44:42.922 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:42.948 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-03-21T21:44:46.913 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:46.949 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:47.024 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-03-21T21:44:47.059 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-03-21T21:44:51.030 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:51.059 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:44:51.140 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is off 2024-03-21T21:44:51.171 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-03-21T21:44:51.241 INFO:teuthology.orchestra.console.smithi114:Power off completed 2024-03-21T21:44:51.272 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-03-21T21:44:51.376 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 273.27654576301575 failure_reason: '' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a76c5b99bc864d1c8784f086d039e758 status: fail success: false 2024-03-21T21:44:51.377 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:44:51.457 INFO:teuthology.run:FAIL