2024-03-21T13:44:16.864 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:44:16.865 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897 --owner scheduled_adking@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --verbose --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897/orig.config.yaml 2024-03-21T13:44:16.898 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:44:16.989 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897 branch: wip-adk-testing-2024-03-20-2326 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7614897' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-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-adk-testing-2024-03-20-2326 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: ba760091cd7bd2b0d23f4825ac856ba66450e988 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-03-20-2326 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4016 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-20-2326 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACc/9tawjTQ1BEYMeisxb0JYzrxr4Nr2ZYNx/541Y1bXN1YNWm50UW6vNCf6/iE73LsbfugSgI8Ef2vqn4dKCo= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWIDGKAoUcpVTC/4hIQPnGVkIC5uaVHHxFSdAxPqGFhkvtOV6SP2jU5UlTGJXSK/LiZ9iALXa5XmteaCOQYxoc= 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_11:21:25 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:44:17.122 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa; will attempt to use it 2024-03-21T13:44:17.123 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T13:44:17.123 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:44:17.232 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:44:17.257 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T13:44:17.258 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:44:17.258 INFO:teuthology.packaging:ref: None 2024-03-21T13:44:17.258 INFO:teuthology.packaging:tag: None 2024-03-21T13:44:17.258 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T13:44:17.258 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:44:17.258 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-03-20-2326 2024-03-21T13:44:17.396 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309.gba760091 2024-03-21T13:44:17.397 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:44:17.407 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:44:17.407 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:44:17.427 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:44:17.440 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:44:17.447 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:44:17.473 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897', '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 13:39:14.403990', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACc/9tawjTQ1BEYMeisxb0JYzrxr4Nr2ZYNx/541Y1bXN1YNWm50UW6vNCf6/iE73LsbfugSgI8Ef2vqn4dKCo='} 2024-03-21T13:44:17.491 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897', '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 13:39:14.405657', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWIDGKAoUcpVTC/4hIQPnGVkIC5uaVHHxFSdAxPqGFhkvtOV6SP2jU5UlTGJXSK/LiZ9iALXa5XmteaCOQYxoc='} 2024-03-21T13:44:17.491 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:44:17.498 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T13:44:17.498 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T13:44:17.498 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:44:17.585 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fce133a6160>, signals=[15]) 2024-03-21T13:44:17.586 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:44:17.594 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:44:17.594 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-03-21T13:44:17.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:44:17.685 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-03-21T13:44:17.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:44:17.773 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:44:17.779 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-03-21T13:44:17.797 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-03-21T13:44:17.797 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-03-21T13:44:17.853 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="CentOS Stream" 2024-03-21T13:44:17.853 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="9" 2024-03-21T13:44:17.853 INFO:teuthology.orchestra.run.smithi081.stdout:ID="centos" 2024-03-21T13:44:17.853 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="rhel fedora" 2024-03-21T13:44:17.853 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="9" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el9" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:LOGO="fedora-logo-icon" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://centos.org/" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T13:44:17.854 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T13:44:17.855 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-03-21T13:44:17.876 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-03-21T13:44:17.893 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-03-21T13:44:17.894 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="9" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="9" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el9" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:LOGO="fedora-logo-icon" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2024-03-21T13:44:17.951 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T13:44:17.952 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T13:44:17.952 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T13:44:17.952 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-03-21T13:44:17.976 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:44:17.985 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:44:18.002 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:44:18.002 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:44:18.004 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:44:18.020 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:44:18.026 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:44:18.026 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:44:18.060 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:44:18.175 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:44:18.233 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:44:18.250 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:44:18.251 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:44:18.251 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:44:18.251 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:44:18.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:44:18.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:44:18.268 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-21T13:44:18.268 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-03-21T13:44:18.323 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-361.el9.x86_64 2024-03-21T13:44:18.324 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.14.0-361.el9.x86_64 2024-03-21T13:44:18.324 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2024-03-21T13:44:18.325 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-361.el9.x86_64 2024-03-21T13:44:18.325 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.14.0-361.el9.x86_64 2024-03-21T13:44:18.325 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-03-21T13:44:20.712 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - AppStream 8.0 MB/s | 6.7 MB 00:00 2024-03-21T13:44:20.806 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS-9 - AppStream 8.2 MB/s | 6.7 MB 00:00 2024-03-21T13:44:22.346 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-21T13:44:22.481 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-21T13:44:23.438 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-03-21T13:44:25.378 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.0 MB 00:02 2024-03-21T13:44:26.839 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 7.9 MB/s | 19 MB 00:02 2024-03-21T13:44:27.954 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-03-21T13:44:31.973 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.1 MB 00:01 2024-03-21T13:44:32.963 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.1 MB 00:01 2024-03-21T13:44:33.673 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-03-21T13:44:35.572 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01 2024-03-21T13:44:35.969 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 21 MB 00:02 2024-03-21T13:44:39.340 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 21 MB 00:03 2024-03-21T13:44:40.916 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-03-21T13:44:42.948 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T13:44:42.948 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T13:44:43.041 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T13:44:43.052 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:44:43.053 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 76 M 2024-03-21T13:44:43.054 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 123 M 2024-03-21T13:44:43.054 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-03-21T13:44:43.459 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 338 kB/s | 44 kB 00:00 2024-03-21T13:44:44.314 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-03-21T13:44:45.917 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 5.8 MB/s | 15 MB 00:02 2024-03-21T13:44:46.422 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T13:44:46.422 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T13:44:46.522 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-21T13:44:46.531 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout:Install 4 Packages 2024-03-21T13:44:46.532 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:44:46.533 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 76 M 2024-03-21T13:44:46.533 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 123 M 2024-03-21T13:44:46.533 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-21T13:44:46.908 INFO:teuthology.orchestra.run.smithi081.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 205 kB/s | 44 kB 00:00 2024-03-21T13:44:47.767 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 7.5 MB/s | 33 MB 00:04 2024-03-21T13:44:49.276 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 4.7 MB/s | 27 MB 00:05 2024-03-21T13:44:49.276 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:44:49.276 INFO:teuthology.orchestra.run.smithi137.stdout:Total 12 MB/s | 76 MB 00:06 2024-03-21T13:44:49.943 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-03-21T13:44:50.166 INFO:teuthology.orchestra.run.smithi081.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 4.3 MB/s | 15 MB 00:03 2024-03-21T13:44:50.310 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-03-21T13:44:50.310 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-03-21T13:44:50.875 INFO:teuthology.orchestra.run.smithi081.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 8.0 MB/s | 33 MB 00:04 2024-03-21T13:44:51.307 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-03-21T13:44:51.307 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-03-21T13:44:51.375 INFO:teuthology.orchestra.run.smithi081.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 6.1 MB/s | 27 MB 00:04 2024-03-21T13:44:51.375 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:44:51.375 INFO:teuthology.orchestra.run.smithi081.stdout:Total 16 MB/s | 76 MB 00:04 2024-03-21T13:44:52.042 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-21T13:44:52.404 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-21T13:44:52.404 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-21T13:44:53.405 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-21T13:44:53.406 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-21T13:44:53.863 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-03-21T13:44:54.746 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:44:54.842 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:44:55.871 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-21T13:44:56.535 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:44:56.626 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:44:57.645 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:44:57.786 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:44:59.406 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:44:59.538 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:45:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:45:02.552 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:04.248 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:45:04.306 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:07.297 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:09.052 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:36.397 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:36.398 INFO:teuthology.orchestra.run.smithi137.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T13:45:36.398 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:45:36.441 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:36.770 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:36.770 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:45:36.770 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:45:36.770 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:45:37.215 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-03-21T13:45:37.539 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:45:37.634 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.634 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:45:37.634 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-21T13:45:37.634 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:45:37.634 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:45:37.635 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:45:37.635 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:45:37.635 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:45:37.715 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:37.715 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:45:37.715 DEBUG:teuthology.orchestra.run.smithi137:> sudo rpm -qi grub2-tools 2024-03-21T13:45:37.748 INFO:teuthology.orchestra.run.smithi137.stdout:Name : grub2-tools 2024-03-21T13:45:37.748 INFO:teuthology.orchestra.run.smithi137.stdout:Epoch : 1 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Version : 2.06 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Release : 68.el9 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: x86_64 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Group : Unspecified 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Size : 8264254 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:License : GPLv3+ 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Packager : builder@centos.org 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Vendor : CentOS 2024-03-21T13:45:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:Summary : Support tools for GRUB. 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:Description : 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:hardware devices. 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:45:37.750 INFO:teuthology.orchestra.run.smithi137.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T13:45:37.751 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T13:45:37.751 INFO:teuthology.task.kernel:Updating grub on smithi137 to boot 5.14.0-430.el9.x86_64 2024-03-21T13:45:37.751 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T13:45:38.148 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:38.148 INFO:teuthology.orchestra.run.smithi081.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T13:45:38.148 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:45:38.192 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:38.388 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-03-21T13:45:38.570 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:38.570 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:45:38.570 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:45:38.570 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:45:39.006 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:45:39.006 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:45:39.006 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-21T13:45:39.006 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.007 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.007 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.007 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.007 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:45:39.007 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-21T13:45:39.335 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:45:39.443 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.444 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:45:39.444 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-21T13:45:39.444 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:45:39.444 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:45:39.444 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:45:39.444 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:45:39.444 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:45:39.524 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:45:39.524 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:45:39.525 DEBUG:teuthology.orchestra.run.smithi081:> sudo rpm -qi grub2-tools 2024-03-21T13:45:39.558 INFO:teuthology.orchestra.run.smithi081.stdout:Name : grub2-tools 2024-03-21T13:45:39.558 INFO:teuthology.orchestra.run.smithi081.stdout:Epoch : 1 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Version : 2.06 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Release : 68.el9 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: x86_64 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Group : Unspecified 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:Size : 8264254 2024-03-21T13:45:39.559 INFO:teuthology.orchestra.run.smithi081.stdout:License : GPLv3+ 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Packager : builder@centos.org 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Vendor : CentOS 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Summary : Support tools for GRUB. 2024-03-21T13:45:39.560 INFO:teuthology.orchestra.run.smithi081.stdout:Description : 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout:hardware devices. 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:45:39.561 INFO:teuthology.orchestra.run.smithi081.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T13:45:39.563 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T13:45:39.563 INFO:teuthology.task.kernel:Updating grub on smithi081 to boot 5.14.0-430.el9.x86_64 2024-03-21T13:45:39.563 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T13:45:39.790 INFO:teuthology.orchestra.run.smithi137.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T13:45:39.811 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-03-21T13:45:39.813 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-03-21T13:45:39.828 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.DIVykRNZ9W 2024-03-21T13:45:39.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DIVykRNZ9W 2024-03-21T13:45:39.897 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.DIVykRNZ9W 2024-03-21T13:45:40.040 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.DIVykRNZ9W is 6KB 2024-03-21T13:45:40.089 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.DIVykRNZ9W 2024-03-21T13:45:40.103 DEBUG:teuthology.orchestra.run.smithi137:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T13:45:40.128 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-03-21T13:45:40.175 INFO:teuthology.orchestra.run.smithi137.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T13:45:40.175 INFO:teuthology.orchestra.run.smithi137.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T13:45:40.175 INFO:teuthology.orchestra.run.smithi137.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T13:45:40.175 INFO:teuthology.orchestra.run.smithi137.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T13:45:40.176 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T13:45:40.335 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-03-21T13:45:40.421 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-03-21T13:45:41.563 INFO:teuthology.orchestra.run.smithi081.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T13:45:41.598 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-03-21T13:45:41.601 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-03-21T13:45:41.617 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.WSVWneMWfL 2024-03-21T13:45:41.617 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WSVWneMWfL 2024-03-21T13:45:41.686 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.WSVWneMWfL 2024-03-21T13:45:41.836 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.WSVWneMWfL is 6KB 2024-03-21T13:45:41.886 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.WSVWneMWfL 2024-03-21T13:45:41.901 DEBUG:teuthology.orchestra.run.smithi081:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T13:45:41.965 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T13:45:41.966 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T13:45:41.966 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T13:45:41.966 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T13:45:41.968 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T13:45:42.114 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-03-21T13:45:42.181 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-03-21T13:46:10.352 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:46:10.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T13:46:10.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:46:12.118 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:46:12.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:46:12.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:46:46.687 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-03-21T13:46:55.694 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:46:55.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:47:10.371 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:47:14.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-03-21T13:47:19.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T13:47:19.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:47:19.890 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-03-21T13:47:20.304 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T13:47:20.304 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T13:47:20.305 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-03-21T13:47:20.318 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-430.el9.x86_64 2024-03-21T13:47:20.319 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-21T13:47:20.319 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:47:20.319 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T13:47:21.320 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:47:21.320 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:47:21.383 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-03-21T13:47:21.422 DEBUG:teuthology.parallel:result is None 2024-03-21T13:47:26.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:47:26.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:47:26.420 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-21T13:47:26.864 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:47:26.864 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T13:47:26.864 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-21T13:47:26.878 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-430.el9.x86_64 2024-03-21T13:47:26.878 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-21T13:47:26.878 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:47:26.878 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T13:47:27.878 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:47:27.879 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:47:27.955 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-03-21T13:47:27.979 DEBUG:teuthology.parallel:result is None 2024-03-21T13:47:27.980 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:47:27.988 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:47:27.988 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:47:27.990 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:47:28.008 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:47:28.032 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:47:28.065 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:47:28.066 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:47:28.068 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:47:28.100 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:47:28.107 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:47:28.107 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:47:28.127 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:47:28.163 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:47:28.170 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:47:28.176 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:47:28.184 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:47:28.185 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:47:28.192 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:47:28.192 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:47:28.218 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:47:28.256 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:47:28.264 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:47:28.265 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:47:28.282 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:47:28.312 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:47:28.373 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:47:28.418 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:47:28.497 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:47:28.534 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-21T13:47:28.535 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:47:28.606 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:47:28.653 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:47:28.704 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:47:28.790 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:47:28.834 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T13:47:28.835 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:47:28.904 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-03-21T13:47:28.906 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-03-21T13:47:28.970 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:47:28.996 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:47:29.510 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:47:29.517 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:47:29.517 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:47:29.555 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:47:29.601 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-21T13:47:29.602 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2024-03-21T13:47:29.666 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2024-03-21T13:47:29.668 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-03-21T13:47:29.744 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-03-21T13:47:29.746 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:47:29.746 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2024-03-21T13:47:29.776 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2024-03-21T13:47:29.777 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-03-21T13:47:29.807 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-03-21T13:47:29.807 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive'} 2024-03-21T13:47:29.808 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:47:29.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:47:29.840 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:47:29.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:47:29.877 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:47:29.877 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2024-03-21T13:47:30.037 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-03-21T13:47:30.067 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:47:30.078 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-21T13:47:30.084 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-21T13:47:30.208 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:47:30.223 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-21T13:47:30.225 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:51:39.645 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2024-03-21T13:51:39.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:51:39.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:51:39.736 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-21T13:51:39.821 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-21T13:51:39.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T13:51:39.822 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:51:39.940 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-03-21T13:51:40.017 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T13:51:40.018 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:51:40.028 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:51:40.028 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:51:40.029 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:40.031 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:51:40.031 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:40.061 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T13:51:40.079 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T13:51:40.090 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T13:51:40.107 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T13:51:40.108 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2024-03-21T13:51:40.122 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2024-03-21T13:51:40.137 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-03-21T13:51:40.138 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T13:51:40.150 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-03-21T13:51:40.154 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T13:51:40.167 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T13:51:40.183 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T13:51:40.207 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.215 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.237 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.244 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:40.245 INFO:teuthology.run_tasks:Running task pexec... 2024-03-21T13:51:40.253 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-21T13:51:40.254 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi081.front.sepia.ceph.com 2024-03-21T13:51:40.254 DEBUG:teuthology.orchestra.run.smithi081:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T13:51:40.254 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2024-03-21T13:51:40.254 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T13:51:40.840 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:48 ago on Thu 21 Mar 2024 01:50:52 PM UTC. 2024-03-21T13:51:40.867 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:48 ago on Thu 21 Mar 2024 01:50:52 PM UTC. 2024-03-21T13:51:40.985 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-21T13:51:41.001 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-21T13:51:41.002 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:51:41.004 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 3.1 M 2024-03-21T13:51:41.004 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 9.8 M 2024-03-21T13:51:41.004 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-21T13:51:41.013 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-03-21T13:51:41.033 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:51:41.046 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 3.1 M 2024-03-21T13:51:41.046 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 9.8 M 2024-03-21T13:51:41.046 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-03-21T13:51:41.289 INFO:teuthology.orchestra.run.smithi081.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-03-21T13:51:41.289 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:51:41.290 INFO:teuthology.orchestra.run.smithi081.stdout:Total 11 MB/s | 3.1 MB 00:00 2024-03-21T13:51:41.325 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-21T13:51:41.331 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-21T13:51:41.331 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-21T13:51:41.410 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-21T13:51:41.411 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-21T13:51:41.635 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-21T13:51:41.648 INFO:teuthology.orchestra.run.smithi137.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.5 MB/s | 3.1 MB 00:00 2024-03-21T13:51:41.648 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:51:41.648 INFO:teuthology.orchestra.run.smithi137.stdout:Total 5.2 MB/s | 3.1 MB 00:00 2024-03-21T13:51:41.684 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-03-21T13:51:41.690 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-03-21T13:51:41.690 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-03-21T13:51:41.734 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:41.770 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-03-21T13:51:41.770 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-03-21T13:51:41.973 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-03-21T13:51:42.060 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:42.259 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:42.548 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:42.548 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:51:42.548 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-21T13:51:42.548 INFO:teuthology.orchestra.run.smithi081.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T13:51:42.549 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-21T13:51:42.549 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-21T13:51:42.605 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:42.810 DEBUG:teuthology.parallel:result is None 2024-03-21T13:51:42.887 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:51:42.887 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:51:42.887 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-03-21T13:51:42.887 INFO:teuthology.orchestra.run.smithi137.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T13:51:42.888 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-03-21T13:51:42.888 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-03-21T13:51:43.154 DEBUG:teuthology.parallel:result is None 2024-03-21T13:51:43.154 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T13:51:43.165 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T13:51:43.166 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-21T13:51:43.166 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:51:43.182 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-21T13:51:43.182 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_1 2024-03-21T13:51:43.239 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:51:43.239 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-21 13:51:38.668873615 +0000 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-21 13:51:17.195289770 +0000 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-21 13:51:17.195289770 +0000 2024-03-21T13:51:43.240 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-21 13:51:17.195289770 +0000 2024-03-21T13:51:43.241 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:51:43.306 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-21T13:51:43.306 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-21T13:51:43.306 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000242886 s, 2.1 MB/s 2024-03-21T13:51:43.307 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:51:43.363 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_2 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-21 13:51:38.668873615 +0000 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-21 13:51:17.523283414 +0000 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-21 13:51:17.523283414 +0000 2024-03-21T13:51:43.419 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-21 13:51:17.523283414 +0000 2024-03-21T13:51:43.420 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:51:43.492 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-21T13:51:43.492 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-21T13:51:43.492 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000203399 s, 2.5 MB/s 2024-03-21T13:51:43.493 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:51:43.549 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_3 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-21 13:51:38.668873615 +0000 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-21 13:51:17.871276670 +0000 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-21 13:51:17.871276670 +0000 2024-03-21T13:51:43.604 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-21 13:51:17.871276670 +0000 2024-03-21T13:51:43.604 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:51:43.669 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-21T13:51:43.669 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-21T13:51:43.669 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000222156 s, 2.3 MB/s 2024-03-21T13:51:43.671 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:51:43.727 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_4 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-21 13:51:38.668873615 +0000 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-21 13:51:18.203270236 +0000 2024-03-21T13:51:43.782 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-21 13:51:18.203270236 +0000 2024-03-21T13:51:43.783 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-21 13:51:18.203270236 +0000 2024-03-21T13:51:43.783 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:51:43.847 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-21T13:51:43.847 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-21T13:51:43.847 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000244149 s, 2.1 MB/s 2024-03-21T13:51:43.848 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:51:43.904 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:44.044 INFO:teuthology.orchestra.run.smithi081.stdout:loop 2024-03-21T13:51:44.046 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2024-03-21T13:51:44.046 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:44.084 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-03-21T13:51:44.121 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:51:44.158 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2024-03-21T13:51:44.158 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:44.244 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-03-21T13:51:44.283 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:51:44.312 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2024-03-21T13:51:44.312 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:44.352 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-03-21T13:51:44.391 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:51:44.420 INFO:tasks.nvme_loop:Connecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2024-03-21T13:51:44.420 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:44.499 INFO:teuthology.orchestra.run.smithi081.stdout:1 2024-03-21T13:51:44.536 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:51:44.565 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-21T13:51:44.565 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:51:44.619 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme list 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme0n1 PHFT620400N7400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme1n1 a8c4b8b3ac79925eb752 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme2n1 554b62a072a4c8d6581b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme3n1 6e4dd7204ae0cf7ba45b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:44.685 INFO:teuthology.orchestra.run.smithi081.stdout:/dev/nvme4n1 b934fcae7c177f500b23 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:44.686 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:51:44.686 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-21T13:51:44.686 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2024-03-21T13:51:44.752 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T13:51:44.752 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:51:44.769 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-21T13:51:44.770 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 13:51:38.687773297 +0000 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 13:51:17.201170765 +0000 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 13:51:17.201170765 +0000 2024-03-21T13:51:44.826 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-03-21 13:51:17.201170765 +0000 2024-03-21T13:51:44.827 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:51:44.892 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T13:51:44.892 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T13:51:44.892 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000208052 s, 2.5 MB/s 2024-03-21T13:51:44.894 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:51:44.950 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-03-21T13:51:45.005 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:51:45.005 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:45.005 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-21T13:51:45.005 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:45.006 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:45.006 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 13:51:38.687773297 +0000 2024-03-21T13:51:45.006 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 13:51:17.547164364 +0000 2024-03-21T13:51:45.006 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 13:51:17.547164364 +0000 2024-03-21T13:51:45.006 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-03-21 13:51:17.547164364 +0000 2024-03-21T13:51:45.006 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:51:45.071 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T13:51:45.071 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T13:51:45.071 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000188913 s, 2.7 MB/s 2024-03-21T13:51:45.072 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:51:45.127 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-03-21T13:51:45.181 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 13:51:38.687773297 +0000 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 13:51:17.895157927 +0000 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 13:51:17.895157927 +0000 2024-03-21T13:51:45.182 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-03-21 13:51:17.895157927 +0000 2024-03-21T13:51:45.182 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:51:45.247 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T13:51:45.247 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T13:51:45.247 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000162149 s, 3.2 MB/s 2024-03-21T13:51:45.248 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:51:45.303 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:51:45.359 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 13:51:38.687773297 +0000 2024-03-21T13:51:45.360 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 13:51:18.226151804 +0000 2024-03-21T13:51:45.360 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 13:51:18.226151804 +0000 2024-03-21T13:51:45.360 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-03-21 13:51:18.226151804 +0000 2024-03-21T13:51:45.360 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:51:45.425 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T13:51:45.425 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T13:51:45.425 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000187915 s, 2.7 MB/s 2024-03-21T13:51:45.426 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:51:45.481 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:45.630 INFO:teuthology.orchestra.run.smithi137.stdout:loop 2024-03-21T13:51:45.631 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-03-21T13:51:45.632 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:45.669 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-03-21T13:51:45.706 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:51:45.736 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-03-21T13:51:45.736 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:45.815 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-03-21T13:51:45.852 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:51:45.891 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-03-21T13:51:45.892 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:45.971 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-03-21T13:51:46.009 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:51:46.045 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-03-21T13:51:46.046 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:46.126 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-03-21T13:51:46.165 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:51:46.194 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T13:51:46.194 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:51:46.249 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme list 2024-03-21T13:51:46.315 INFO:teuthology.orchestra.run.smithi137.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:51:46.315 INFO:teuthology.orchestra.run.smithi137.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:51:46.315 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme0n1 CVFT6233004A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T13:51:46.315 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme1n1 d879aec99b6fc2ea4eae Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:46.315 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme2n1 bf0b8dce03ba23d62280 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:46.316 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme3n1 79f51629b3cc73b6df21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:46.316 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme4n1 7b9838bc613ef10dea42 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-03-21T13:51:46.317 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:51:46.317 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T13:51:46.317 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-03-21T13:51:46.384 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:51:46.479 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': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T13:51:46.479 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:51:46.480 INFO:tasks.cephadm:Cluster fsid is 286d0f4e-e78a-11ee-95cd-87774f69a715 2024-03-21T13:51:46.480 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:51:46.480 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T13:51:46.480 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:51:46.482 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:51:46.680 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=02e28d7d0a7b4b2facc10c953e297d5a 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:51:46.683 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:51:46.691 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T13:51:46.724 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_1... 2024-03-21T13:51:46.724 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_1 2024-03-21T13:51:46.881 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:51:46.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:46.883 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_2... 2024-03-21T13:51:46.883 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_2 2024-03-21T13:51:47.030 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:51:47.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.032 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_3... 2024-03-21T13:51:47.032 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_3 2024-03-21T13:51:47.176 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:51:47.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.178 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi081:/dev/vg_nvme/lv_4... 2024-03-21T13:51:47.178 DEBUG:teuthology.orchestra.run.smithi081:> sudo nvme disconnect -n lv_4 2024-03-21T13:51:47.322 INFO:teuthology.orchestra.run.smithi081.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:51:47.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.324 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-21T13:51:47.324 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/scratch_devs 2024-03-21T13:51:47.353 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-03-21T13:51:47.353 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_1 2024-03-21T13:51:47.489 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:51:47.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.491 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-03-21T13:51:47.491 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_2 2024-03-21T13:51:47.628 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:51:47.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.630 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-03-21T13:51:47.630 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_3 2024-03-21T13:51:47.777 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:51:47.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.778 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-03-21T13:51:47.779 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_4 2024-03-21T13:51:47.910 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:51:47.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:47.912 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T13:51:47.912 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-03-21T13:51:47.938 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:51:47.948 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:51:47.948 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:51:47.951 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:51:47.965 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:51:47.973 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:51:47.973 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-21T13:51:47.974 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 1 +2867us[+2867us] +/- 129ms 2024-03-21T13:51:47.974 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv02.front.sepia.ceph.com 3 6 17 1 -1402us[-1414us] +/- 69ms 2024-03-21T13:51:47.974 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 -139us[ -150us] +/- 83ms 2024-03-21T13:51:47.974 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:47.992 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:51:48.000 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:51:48.001 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-03-21T13:51:48.001 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 1 +2871us[+2871us] +/- 129ms 2024-03-21T13:51:48.001 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv02.front.sepia.ceph.com 3 6 17 1 -1403us[-1412us] +/- 69ms 2024-03-21T13:51:48.001 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 -136us[ -145us] +/- 83ms 2024-03-21T13:51:48.001 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:51:48.001 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:51:48.010 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:51:48.011 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:51:48.033 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:48.099 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:48.161 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:48.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:48.191 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:48.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:48.220 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:51:48.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:51:48.250 INFO:teuthology.task.internal:Duration was 258.732568 seconds 2024-03-21T13:51:48.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:51:48.284 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:51:48.284 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:51:48.287 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:51:48.328 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:51:48.330 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:51:48.734 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:51:48.734 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-03-21T13:51:48.734 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:48.801 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-03-21T13:51:48.802 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:48.829 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:51:48.829 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:51:48.844 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:51:48.899 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:51:48.899 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:51:48.913 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:51:49.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:51:49.040 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:51:49.040 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:51:49.067 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:51:49.094 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:51:49.104 DEBUG:teuthology.orchestra.run.smithi081:> 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-21T13:51:49.110 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T13:51:49.133 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-03-21T13:51:49.159 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-03-21T13:51:49.187 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:51:49.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:49.216 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:51:49.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:51:49.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:51:49.252 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:51:49.253 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897/remote/smithi081 2024-03-21T13:51:49.254 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:51:49.308 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897/remote/smithi137 2024-03-21T13:51:49.309 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:51:49.360 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:51:49.360 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:51:49.363 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:51:49.410 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:51:49.421 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:51:49.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:51:49.442 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:51:49.442 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:51:49.445 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:51:49.456 INFO:teuthology.orchestra.run.smithi081.stdout: 265688 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:51 /home/ubuntu/cephtest 2024-03-21T13:51:49.464 INFO:teuthology.orchestra.run.smithi137.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:51 /home/ubuntu/cephtest 2024-03-21T13:51:49.465 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:51:49.476 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:51:49.543 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:51:49.570 DEBUG:teuthology.nuke:shortname: smithi081 2024-03-21T13:51:49.571 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:51:49.594 DEBUG:teuthology.nuke:shortname: smithi137 2024-03-21T13:51:49.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:51:49.599 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897', '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 13:39:14.403990', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACc/9tawjTQ1BEYMeisxb0JYzrxr4Nr2ZYNx/541Y1bXN1YNWm50UW6vNCf6/iE73LsbfugSgI8Ef2vqn4dKCo='} 2024-03-21T13:51:49.623 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614897', '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 13:39:14.405657', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWIDGKAoUcpVTC/4hIQPnGVkIC5uaVHHxFSdAxPqGFhkvtOV6SP2jU5UlTGJXSK/LiZ9iALXa5XmteaCOQYxoc='} 2024-03-21T13:51:49.650 INFO:teuthology.orchestra.console.smithi081:Power off 2024-03-21T13:51:49.650 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:51:49.679 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2024-03-21T13:51:49.679 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:49.695 INFO:teuthology.orchestra.console.smithi137:Power off 2024-03-21T13:51:49.696 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:51:49.706 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-21T13:51:49.721 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2024-03-21T13:51:49.721 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:49.744 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-03-21T13:51:53.708 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:53.745 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:53.819 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-21T13:51:53.854 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-03-21T13:51:57.822 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:57.855 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:51:57.933 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-21T13:51:57.965 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2024-03-21T13:51:58.065 INFO:teuthology.orchestra.console.smithi137:Power off completed 2024-03-21T13:52:01.937 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:52:02.047 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2024-03-21T13:52:02.148 INFO:teuthology.orchestra.console.smithi081:Power off completed 2024-03-21T13:52:02.252 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 258.7325677871704 failure_reason: '' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=02e28d7d0a7b4b2facc10c953e297d5a status: fail success: false 2024-03-21T13:52:02.252 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:52:02.332 INFO:teuthology.run:FAIL