2024-05-08T06:23:33.916 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T06:23:33.917 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/orig.config.yaml 2024-05-08T06:23:33.950 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:23:34.028 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7697321' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-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-05-07-0802 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\) log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKVZpELrznqu2uQYJOvDd72uCe/LRViq0+7LH4VJssCXFQkVc8DcDtPFJUABc6W2KePFw4YpgaL/n9NwTwMbck= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHND4rJLvsvc+m/d4Na5erxU+hDpxv4P75LExFG2NI7GjUWFLowGWZ0q8AhmieuxmyNmF6aD3Lt5OzBaEw54kj4= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T06:23:34.029 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T06:23:34.029 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T06:23:34.030 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T06:23:34.031 INFO:teuthology.task.internal:Checking packages... 2024-05-08T06:23:34.055 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T06:23:34.056 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T06:23:34.056 INFO:teuthology.packaging:ref: None 2024-05-08T06:23:34.056 INFO:teuthology.packaging:tag: None 2024-05-08T06:23:34.056 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T06:23:34.056 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:23:34.056 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-05-07-0802 2024-05-08T06:23:34.201 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T06:23:34.202 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T06:23:34.208 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T06:23:34.208 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T06:23:34.214 INFO:teuthology.task.internal:Saving configuration 2024-05-08T06:23:34.227 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T06:23:34.233 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:23:34.259 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321', '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-05-08 06:18:31.978689', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKVZpELrznqu2uQYJOvDd72uCe/LRViq0+7LH4VJssCXFQkVc8DcDtPFJUABc6W2KePFw4YpgaL/n9NwTwMbck='} 2024-05-08T06:23:34.282 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321', '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-05-08 06:18:31.980668', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHND4rJLvsvc+m/d4Na5erxU+hDpxv4P75LExFG2NI7GjUWFLowGWZ0q8AhmieuxmyNmF6aD3Lt5OzBaEw54kj4='} 2024-05-08T06:23:34.282 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T06:23:34.289 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-08T06:23:34.289 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-08T06:23:34.289 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T06:23:34.362 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9742b3f160>, signals=[15]) 2024-05-08T06:23:34.363 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T06:23:34.369 INFO:teuthology.task.internal:Opening connections... 2024-05-08T06:23:34.369 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-05-08T06:23:34.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:23:34.448 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-05-08T06:23:34.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:23:34.523 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T06:23:34.529 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-05-08T06:23:34.547 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-05-08T06:23:34.547 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:23:34.604 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:23:34.605 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:23:34.605 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:23:34.605 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:23:34.605 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-05-08T06:23:34.628 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-05-08T06:23:34.645 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-05-08T06:23:34.645 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-05-08T06:23:34.701 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:23:34.702 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:23:34.703 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:23:34.705 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-05-08T06:23:34.728 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T06:23:34.737 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T06:23:34.752 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T06:23:34.753 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:23:34.755 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:23:34.771 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T06:23:34.776 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T06:23:34.777 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:23:34.812 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:23:34.833 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T06:23:34.889 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T06:23:34.903 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T06:23:34.903 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T06:23:34.904 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:23:34.904 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:23:34.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:23:34.920 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-05-08T06:23:34.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:23:34.922 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-05-08T06:23:34.978 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:23:34.978 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-437.el9.x86_64 2024-05-08T06:23:34.978 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-05-08T06:23:34.980 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:23:34.980 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-437.el9.x86_64 2024-05-08T06:23:34.980 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-05-08T06:23:37.225 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.1 MB 00:00 2024-05-08T06:23:37.906 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 6.1 MB/s | 8.1 MB 00:01 2024-05-08T06:23:39.831 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-05-08T06:23:46.581 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.2 MB 00:03 2024-05-08T06:23:48.157 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-05-08T06:23:49.077 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 27 MB/s | 21 MB 00:00 2024-05-08T06:23:53.408 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:15 2024-05-08T06:23:54.258 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-08T06:23:56.247 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:23:56.248 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:23:56.339 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-05-08T06:23:56.347 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-05-08T06:23:56.347 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-05-08T06:23:56.348 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:23:56.349 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 78 M 2024-05-08T06:23:56.349 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 123 M 2024-05-08T06:23:56.349 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-05-08T06:23:56.867 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.9 MB/s | 484 kB 00:00 2024-05-08T06:23:58.472 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.2 MB 00:01 2024-05-08T06:23:59.360 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 5.6 MB/s | 15 MB 00:02 2024-05-08T06:23:59.710 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 9.8 MB/s | 28 MB 00:02 2024-05-08T06:24:00.234 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-05-08T06:24:00.452 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 8.8 MB/s | 34 MB 00:03 2024-05-08T06:24:00.452 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:24:00.452 INFO:teuthology.orchestra.run.smithi069.stdout:Total 19 MB/s | 78 MB 00:04 2024-05-08T06:24:01.133 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-05-08T06:24:01.451 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-05-08T06:24:01.452 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-05-08T06:24:02.246 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-05-08T06:24:02.365 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-05-08T06:24:02.365 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-05-08T06:24:04.784 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-05-08T06:24:05.475 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:24:05.551 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:07.419 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-08T06:24:08.213 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:08.361 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:09.392 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:24:09.392 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:24:09.486 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-05-08T06:24:09.505 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-08T06:24:09.506 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-05-08T06:24:09.506 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-08T06:24:09.506 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-05-08T06:24:09.507 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:09.508 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 78 M 2024-05-08T06:24:09.508 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 123 M 2024-05-08T06:24:09.508 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-05-08T06:24:09.753 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.5 MB/s | 484 kB 00:00 2024-05-08T06:24:10.212 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 24 MB/s | 15 MB 00:00 2024-05-08T06:24:10.629 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 32 MB/s | 34 MB 00:01 2024-05-08T06:24:11.000 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 22 MB/s | 28 MB 00:01 2024-05-08T06:24:11.000 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:24:11.000 INFO:teuthology.orchestra.run.smithi105.stdout:Total 52 MB/s | 78 MB 00:01 2024-05-08T06:24:11.683 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-05-08T06:24:12.022 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-05-08T06:24:12.022 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-05-08T06:24:12.946 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-05-08T06:24:12.947 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-05-08T06:24:13.073 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:13.205 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:15.323 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-05-08T06:24:16.039 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:24:16.113 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:17.947 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:18.779 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:18.915 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:23.625 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:23.667 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:28.407 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:47.124 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:47.162 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:47.442 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:47.442 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:24:47.442 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:47.445 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:48.240 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:48.240 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:24:48.240 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:24:48.241 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-05-08T06:24:48.582 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:24:48.659 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.659 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:24:48.659 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:24:48.660 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:24:48.660 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:24:48.660 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T06:24:48.660 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:24:48.660 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:24:48.710 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:48.710 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:24:48.710 DEBUG:teuthology.orchestra.run.smithi069:> sudo rpm -qi grub2-tools 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Name : grub2-tools 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Epoch : 1 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Version : 2.06 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Release : 68.el9 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: x86_64 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:24:48.749 INFO:teuthology.orchestra.run.smithi069.stdout:Group : Unspecified 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Size : 8264254 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:License : GPLv3+ 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Packager : builder@centos.org 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Vendor : CentOS 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Summary : Support tools for GRUB. 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:Description : 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:24:48.750 INFO:teuthology.orchestra.run.smithi069.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:24:48.751 INFO:teuthology.orchestra.run.smithi069.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:24:48.751 INFO:teuthology.orchestra.run.smithi069.stdout:hardware devices. 2024-05-08T06:24:48.751 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-05-08T06:24:48.751 INFO:teuthology.orchestra.run.smithi069.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:24:48.752 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:24:48.752 INFO:teuthology.task.kernel:Updating grub on smithi069 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:24:48.752 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:24:49.376 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-05-08T06:24:50.775 INFO:teuthology.orchestra.run.smithi069.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:24:50.809 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-05-08T06:24:50.811 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-05-08T06:24:50.826 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.4MHwusq14f 2024-05-08T06:24:50.827 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4MHwusq14f 2024-05-08T06:24:50.891 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.4MHwusq14f 2024-05-08T06:24:51.027 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.4MHwusq14f is 6KB 2024-05-08T06:24:51.076 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.4MHwusq14f 2024-05-08T06:24:51.090 DEBUG:teuthology.orchestra.run.smithi069:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:24:51.151 INFO:teuthology.orchestra.run.smithi069.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:24:51.151 INFO:teuthology.orchestra.run.smithi069.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:24:51.151 INFO:teuthology.orchestra.run.smithi069.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:24:51.151 INFO:teuthology.orchestra.run.smithi069.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:24:51.153 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:24:51.292 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-05-08T06:24:57.917 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:57.956 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:58.236 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:58.236 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:24:58.236 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:24:58.236 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:24:58.991 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:58.992 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-05-08T06:24:59.330 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:24:59.420 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:59.421 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:24:59.421 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:24:59.421 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:24:59.421 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:24:59.421 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T06:24:59.421 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:24:59.421 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:24:59.470 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:24:59.470 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:24:59.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:24:59.505 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-05-08T06:24:59.506 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:24:59.507 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:24:59.507 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:24:59.507 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:25:00.130 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-05-08T06:25:01.448 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:25:01.476 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-05-08T06:25:01.479 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-05-08T06:25:01.499 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.FqeiDrDoYk 2024-05-08T06:25:01.499 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FqeiDrDoYk 2024-05-08T06:25:01.564 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.FqeiDrDoYk 2024-05-08T06:25:01.702 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.FqeiDrDoYk is 6KB 2024-05-08T06:25:01.751 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.FqeiDrDoYk 2024-05-08T06:25:01.765 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:25:01.836 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:25:01.836 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:25:01.836 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:25:01.836 INFO:teuthology.orchestra.run.smithi105.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:25:01.837 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:25:01.988 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-05-08T06:25:21.306 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T06:25:21.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:25:21.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:25:31.999 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T06:25:31.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:25:32.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:25:39.874 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-05-08T06:25:48.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:25:48.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:25:50.370 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-05-08T06:25:51.968 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-05-08T06:25:59.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:25:59.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:26:02.430 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-05-08T06:26:03.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:26:03.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:26:14.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:26:14.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:26:22.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-05-08T06:26:32.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-05-08T06:26:37.372 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:26:37.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:26:37.729 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-05-08T06:26:38.136 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:26:38.137 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:26:38.137 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-05-08T06:26:38.151 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:26:38.151 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:26:38.152 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:26:38.152 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:26:39.153 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T06:26:39.153 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:26:39.227 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-05-08T06:26:39.282 DEBUG:teuthology.parallel:result is None 2024-05-08T06:26:47.863 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:26:47.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:26:48.240 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-05-08T06:26:48.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:26:48.810 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:26:48.810 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-05-08T06:26:48.828 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:26:48.828 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:26:48.828 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:26:48.828 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:26:49.829 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T06:26:49.830 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:26:49.909 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-05-08T06:26:49.941 DEBUG:teuthology.parallel:result is None 2024-05-08T06:26:49.941 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T06:26:49.949 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T06:26:49.949 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:26:49.952 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:26:49.969 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T06:26:49.976 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T06:26:49.983 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T06:26:49.983 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:26:50.012 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:26:50.041 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T06:26:50.047 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T06:26:50.047 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:26:50.080 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:26:50.106 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:26:50.118 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:26:50.131 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:26:50.141 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:26:50.142 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T06:26:50.151 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T06:26:50.152 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:26:50.161 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:26:50.187 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T06:26:50.196 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T06:26:50.197 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:26:50.230 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:26:50.245 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:26:50.327 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:26:50.386 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:26:50.432 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:26:50.472 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-05-08T06:26:50.472 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:26:50.537 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:26:50.579 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:26:50.623 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:26:50.709 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:26:50.745 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-08T06:26:50.745 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:26:50.817 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-05-08T06:26:50.820 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-05-08T06:26:50.873 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:26:50.904 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:26:51.297 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T06:26:51.305 INFO:teuthology.task.internal:Starting timer... 2024-05-08T06:26:51.305 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T06:26:51.315 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T06:26:51.333 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T06:26:51.333 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2024-05-08T06:26:51.414 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2024-05-08T06:26:51.416 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-05-08T06:26:51.476 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-05-08T06:26:51.478 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T06:26:51.479 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2024-05-08T06:26:51.497 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2024-05-08T06:26:51.498 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-05-08T06:26:51.528 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-05-08T06:26:51.528 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi069.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2024-05-08T06:26:51.528 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:26:51.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:26:51.563 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:26:51.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:26:51.595 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T06:26:51.595 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:26:51.630 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:26:51.659 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T06:26:51.672 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-08T06:26:51.677 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-08T06:26:51.801 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T06:26:51.816 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-05-08T06:26:51.817 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T06:30:50.206 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-05-08T06:30:50.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:30:50.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:30:50.285 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-05-08T06:30:50.362 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-05-08T06:30:50.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:30:50.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:30:50.439 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-05-08T06:30:50.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-05-08T06:30:50.530 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T06:30:50.543 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T06:30:50.543 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:30:50.544 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:50.546 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:30:50.546 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:50.574 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:30:50.588 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:30:50.599 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:30:50.611 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2024-05-08T06:30:50.613 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:30:50.622 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2024-05-08T06:30:50.636 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:30:50.637 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-05-08T06:30:50.648 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-05-08T06:30:50.650 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:30:50.662 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:30:50.676 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:30:50.709 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:30:50.714 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:30:50.714 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-05-08T06:30:50.714 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.715 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.715 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.715 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.732 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:30:50.735 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:30:50.736 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-05-08T06:30:50.736 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.736 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.736 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.736 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:50.738 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-08T06:30:50.754 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-08T06:30:50.755 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-05-08T06:30:50.755 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T06:30:50.771 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-05-08T06:30:50.772 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:50.828 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-05-08 06:30:49.190842156 +0000 2024-05-08T06:30:50.829 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-05-08 06:30:31.132222954 +0000 2024-05-08T06:30:50.829 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-05-08 06:30:31.132222954 +0000 2024-05-08T06:30:50.829 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: 2024-05-08 06:30:31.132222954 +0000 2024-05-08T06:30:50.829 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T06:30:50.892 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-05-08T06:30:50.892 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-05-08T06:30:50.892 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000237126 s, 2.2 MB/s 2024-05-08T06:30:50.893 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T06:30:50.950 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-05-08 06:30:49.190842156 +0000 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-05-08 06:30:31.472215785 +0000 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-05-08 06:30:31.472215785 +0000 2024-05-08T06:30:51.006 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: 2024-05-08 06:30:31.472215785 +0000 2024-05-08T06:30:51.007 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T06:30:51.069 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-05-08T06:30:51.069 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-05-08T06:30:51.069 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000193226 s, 2.6 MB/s 2024-05-08T06:30:51.070 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T06:30:51.127 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2024-05-08T06:30:51.183 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T06:30:51.183 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:51.183 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-05-08 06:30:49.190842156 +0000 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-05-08 06:30:31.807208721 +0000 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-05-08 06:30:31.807208721 +0000 2024-05-08T06:30:51.184 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: 2024-05-08 06:30:31.807208721 +0000 2024-05-08T06:30:51.185 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T06:30:51.246 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-05-08T06:30:51.246 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-05-08T06:30:51.247 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000190985 s, 2.7 MB/s 2024-05-08T06:30:51.248 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T06:30:51.304 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2024-05-08T06:30:51.359 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T06:30:51.359 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-05-08 06:30:49.190842156 +0000 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-05-08 06:30:32.146201573 +0000 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-05-08 06:30:32.146201573 +0000 2024-05-08T06:30:51.360 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: 2024-05-08 06:30:32.146201573 +0000 2024-05-08T06:30:51.360 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T06:30:51.423 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-05-08T06:30:51.423 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-05-08T06:30:51.423 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000197975 s, 2.6 MB/s 2024-05-08T06:30:51.425 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T06:30:51.481 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:51.608 INFO:teuthology.orchestra.run.smithi069.stdout:loop 2024-05-08T06:30:51.609 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2024-05-08T06:30:51.609 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:51.641 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-05-08T06:30:51.670 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_11 2024-05-08T06:30:51.702 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2024-05-08T06:30:51.702 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:51.776 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-05-08T06:30:51.805 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_21 2024-05-08T06:30:51.835 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2024-05-08T06:30:51.835 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:51.909 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-05-08T06:30:51.937 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_31 2024-05-08T06:30:51.967 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2024-05-08T06:30:51.967 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:52.040 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-05-08T06:30:52.068 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_41 2024-05-08T06:30:52.098 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-05-08T06:30:52.098 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T06:30:52.154 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme list 2024-05-08T06:30:52.217 INFO:teuthology.orchestra.run.smithi069.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T06:30:52.217 INFO:teuthology.orchestra.run.smithi069.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T06:30:52.218 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme0n1 PHFT620400Y0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T06:30:52.218 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme1n1 f584ab4904caf8d1e280 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:52.218 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme2n1 2e571eba11065925f2f1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:52.218 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme3n1 986a06f5ee20a249b3c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:52.218 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme4n1 5a89b3a434db4d3a969b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:52.219 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T06:30:52.219 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-05-08T06:30:52.219 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2024-05-08T06:30:52.283 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-08T06:30:52.283 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T06:30:52.303 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-05-08T06:30:52.303 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-05-08T06:30:52.361 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-05-08 06:30:49.204441105 +0000 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-05-08 06:30:31.119788274 +0000 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-05-08 06:30:31.119788274 +0000 2024-05-08T06:30:52.362 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-05-08 06:30:31.119788274 +0000 2024-05-08T06:30:52.363 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T06:30:52.431 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-05-08T06:30:52.431 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-05-08T06:30:52.431 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000280309 s, 1.8 MB/s 2024-05-08T06:30:52.433 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T06:30:52.492 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-05-08 06:30:49.204441105 +0000 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-05-08 06:30:31.464781651 +0000 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-05-08 06:30:31.464781651 +0000 2024-05-08T06:30:52.550 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-05-08 06:30:31.464781651 +0000 2024-05-08T06:30:52.551 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T06:30:52.615 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-05-08T06:30:52.616 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-05-08T06:30:52.616 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000213266 s, 2.4 MB/s 2024-05-08T06:30:52.617 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T06:30:52.676 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-05-08 06:30:49.204441105 +0000 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-05-08 06:30:31.834774548 +0000 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-05-08 06:30:31.834774548 +0000 2024-05-08T06:30:52.733 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-05-08 06:30:31.834774548 +0000 2024-05-08T06:30:52.734 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T06:30:52.798 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-05-08T06:30:52.798 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-05-08T06:30:52.798 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000197505 s, 2.6 MB/s 2024-05-08T06:30:52.799 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T06:30:52.856 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-05-08T06:30:52.912 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T06:30:52.912 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T06:30:52.912 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-05-08 06:30:49.204441105 +0000 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-05-08 06:30:32.169768118 +0000 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-05-08 06:30:32.169768118 +0000 2024-05-08T06:30:52.913 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-05-08 06:30:32.169768118 +0000 2024-05-08T06:30:52.913 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T06:30:52.976 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-05-08T06:30:52.977 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-05-08T06:30:52.977 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000193221 s, 2.6 MB/s 2024-05-08T06:30:52.978 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T06:30:53.035 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:53.167 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2024-05-08T06:30:53.168 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-05-08T06:30:53.168 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:53.201 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-05-08T06:30:53.230 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2024-05-08T06:30:53.254 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-05-08T06:30:53.254 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:53.328 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-05-08T06:30:53.357 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2024-05-08T06:30:53.387 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-05-08T06:30:53.387 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:53.460 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-05-08T06:30:53.489 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2024-05-08T06:30:53.511 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-05-08T06:30:53.511 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:53.591 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-05-08T06:30:53.619 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2024-05-08T06:30:53.642 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-08T06:30:53.642 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T06:30:53.703 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2024-05-08T06:30:53.766 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme0n1 PHFT620400TR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 86af918f32342697027f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 a1ec5e1436b66c18513b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 cd677bc15829cc543428 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:53.767 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 dbe392afd8d6e3c40508 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-08T06:30:53.768 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-08T06:30:53.769 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-08T06:30:53.769 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-05-08T06:30:53.833 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T06:30:53.947 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:30:53.947 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:53.948 INFO:tasks.cephadm:Cluster fsid is 8550eee8-0d04-11ef-bc97-c7b262605968 2024-05-08T06:30:53.948 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T06:30:53.948 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-08T06:30:53.948 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi069': '172.21.15.69', 'mon.smithi105': '172.21.15.105'} 2024-05-08T06:30:53.948 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T06:30:53.948 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-05-08T06:30:53.979 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-05-08T06:30:54.004 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T06:30:54.004 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:54.161 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T06:30:54.416 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:54.418 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:30:54.418 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:30:54.418 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:54.909 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:30 /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:54.909 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:55.387 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:30 /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:55.388 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:55.408 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:55.437 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T06:30:55.437 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:30:55.450 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:30:56.889 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:30:57.087 INFO:teuthology.orchestra.run.smithi069.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:57.087 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:30:57.088 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:30:57.088 INFO:teuthology.orchestra.run.smithi069.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:57.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:57.111 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:30:57.113 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T06:30:57.114 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi069/crash 2024-05-08T06:30:57.115 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:30:57.145 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:30:57.159 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:30:57.159 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:30:57.162 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi105/crash 2024-05-08T06:30:57.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:30:57.213 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:30:57.213 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:30:57.214 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T06:30:57.214 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T06:30:57.242 INFO:teuthology.orchestra.run.smithi069.stderr:grep: /var/log/ceph/8550eee8-0d04-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T06:30:57.244 INFO:tasks.cephadm:Compressing logs... 2024-05-08T06:30:57.244 DEBUG:teuthology.orchestra.run.smithi069:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:30:57.286 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:30:57.307 INFO:teuthology.orchestra.run.smithi069.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:30:57.307 INFO:teuthology.orchestra.run.smithi069.stderr:: No such file or directory 2024-05-08T06:30:57.308 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:30:57.310 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-05-08T06:30:57.310 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.012s 2024-05-08T06:30:57.310 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.008s 2024-05-08T06:30:57.310 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.013s 2024-05-08T06:30:57.311 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:30:57.311 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2024-05-08T06:30:57.311 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: 55.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:30:57.314 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-05-08T06:30:57.314 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.013s 2024-05-08T06:30:57.314 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.009s 2024-05-08T06:30:57.314 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.013s 2024-05-08T06:30:57.315 INFO:tasks.cephadm:Archiving logs... 2024-05-08T06:30:57.315 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi069/log 2024-05-08T06:30:57.316 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:30:57.360 INFO:teuthology.orchestra.run.smithi105.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:57.361 INFO:teuthology.orchestra.run.smithi105.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:30:57.361 INFO:teuthology.orchestra.run.smithi105.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:30:57.361 INFO:teuthology.orchestra.run.smithi105.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:30:57.375 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi105/log 2024-05-08T06:30:57.376 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:30:57.402 INFO:tasks.cephadm:Removing cluster... 2024-05-08T06:30:57.403 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8550eee8-0d04-11ef-bc97-c7b262605968 --force 2024-05-08T06:30:57.602 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 8550eee8-0d04-11ef-bc97-c7b262605968 2024-05-08T06:30:57.722 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8550eee8-0d04-11ef-bc97-c7b262605968 --force 2024-05-08T06:30:57.898 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 8550eee8-0d04-11ef-bc97-c7b262605968 2024-05-08T06:30:58.025 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T06:30:58.026 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:58.041 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:30:58.056 INFO:tasks.cephadm:Teardown complete 2024-05-08T06:30:58.056 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:30:58.264 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ab8fcb51d29041fa8d3dc9f79973f333 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:30:58.268 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T06:30:58.278 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-08T06:30:58.290 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2024-05-08T06:30:58.291 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_1 2024-05-08T06:30:58.420 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T06:30:58.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:58.422 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2024-05-08T06:30:58.422 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_2 2024-05-08T06:30:58.569 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T06:30:58.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:58.571 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2024-05-08T06:30:58.571 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_3 2024-05-08T06:30:58.704 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T06:30:58.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:58.706 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2024-05-08T06:30:58.706 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_4 2024-05-08T06:30:58.838 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T06:30:58.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:58.840 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-05-08T06:30:58.840 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2024-05-08T06:30:58.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-05-08T06:30:58.865 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2024-05-08T06:30:59.001 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-08T06:30:59.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.003 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-05-08T06:30:59.003 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2024-05-08T06:30:59.139 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-08T06:30:59.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.141 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-05-08T06:30:59.141 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2024-05-08T06:30:59.272 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-08T06:30:59.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.274 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-05-08T06:30:59.274 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2024-05-08T06:30:59.419 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-08T06:30:59.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.421 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-05-08T06:30:59.421 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-05-08T06:30:59.448 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T06:30:59.456 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T06:30:59.457 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:30:59.459 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:30:59.472 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +552us[ +543us] +/- 49ms 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 3 -1330us[-1339us] +/- 59ms 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 2 +842us[ +842us] +/- 69ms 2024-05-08T06:30:59.476 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:59.504 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +537us[ +536us] +/- 49ms 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 2 -1354us[-1355us] +/- 59ms 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 2 +815us[ +814us] +/- 69ms 2024-05-08T06:30:59.508 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:30:59.509 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T06:30:59.520 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T06:30:59.521 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T06:30:59.555 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:59.612 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:59.671 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:30:59.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.698 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:30:59.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:30:59.726 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T06:30:59.737 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T06:30:59.816 INFO:teuthology.task.internal:Duration was 248.510855 seconds 2024-05-08T06:30:59.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T06:30:59.852 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T06:30:59.853 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:30:59.855 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:30:59.891 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:30:59.894 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:31:00.308 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T06:31:00.310 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-05-08T06:31:00.312 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:31:00.372 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-05-08T06:31:00.373 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:31:00.400 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T06:31:00.401 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:31:00.418 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:31:00.468 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T06:31:00.469 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:31:00.487 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:31:00.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T06:31:00.610 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T06:31:00.610 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:31:00.635 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:31:00.660 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T06:31:00.688 DEBUG:teuthology.orchestra.run.smithi069:> 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-05-08T06:31:00.691 DEBUG:teuthology.orchestra.run.smithi105:> 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-05-08T06:31:00.711 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-05-08T06:31:00.723 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-05-08T06:31:00.776 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:31:00.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:31:00.790 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:31:00.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:31:00.831 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T06:31:00.842 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T06:31:00.843 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi069 2024-05-08T06:31:00.843 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:31:00.877 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321/remote/smithi105 2024-05-08T06:31:00.877 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:31:00.910 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T06:31:00.911 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:31:00.913 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:31:00.960 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T06:31:00.972 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T06:31:00.972 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T06:31:00.986 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T06:31:00.987 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:31:00.989 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:31:01.002 INFO:teuthology.orchestra.run.smithi069.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:31 /home/ubuntu/cephtest 2024-05-08T06:31:01.015 INFO:teuthology.orchestra.run.smithi105.stdout: 265566 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:31 /home/ubuntu/cephtest 2024-05-08T06:31:01.016 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T06:31:01.029 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T06:31:01.148 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T06:31:01.175 DEBUG:teuthology.nuke:shortname: smithi069 2024-05-08T06:31:01.176 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:31:01.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321', '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-05-08 06:18:31.978689', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKVZpELrznqu2uQYJOvDd72uCe/LRViq0+7LH4VJssCXFQkVc8DcDtPFJUABc6W2KePFw4YpgaL/n9NwTwMbck='} 2024-05-08T06:31:01.203 DEBUG:teuthology.nuke:shortname: smithi105 2024-05-08T06:31:01.203 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:31:01.223 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697321', '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-05-08 06:18:31.980668', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHND4rJLvsvc+m/d4Na5erxU+hDpxv4P75LExFG2NI7GjUWFLowGWZ0q8AhmieuxmyNmF6aD3Lt5OzBaEw54kj4='} 2024-05-08T06:31:01.256 INFO:teuthology.orchestra.console.smithi069:Power off 2024-05-08T06:31:01.256 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:31:01.279 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-05-08T06:31:01.279 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:01.295 INFO:teuthology.orchestra.console.smithi105:Power off 2024-05-08T06:31:01.296 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:31:01.305 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-05-08T06:31:01.318 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-05-08T06:31:01.318 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:01.341 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-05-08T06:31:05.306 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:05.343 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:05.417 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-05-08T06:31:05.453 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-05-08T06:31:09.422 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:09.454 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:31:09.532 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-05-08T06:31:09.566 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-05-08T06:31:09.632 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-05-08T06:31:09.667 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-05-08T06:31:09.772 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 248.51085472106934 failure_reason: 'Command failed on smithi069 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ab8fcb51d29041fa8d3dc9f79973f333 status: fail success: false 2024-05-08T06:31:09.772 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:31:09.855 INFO:teuthology.run:FAIL