2024-05-10T21:38:49.640 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-10T21:38:49.640 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --verbose --name teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} --archive /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722 -- /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/orig.config.yaml 2024-05-10T21:38:49.674 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T21:38:49.755 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7701722' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-10_21:08:03-orch-squid-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: squid 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: f72fecff68e1d400c4568684327c900485c20d6a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f72fecff68e1d400c4568684327c900485c20d6a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: f72fecff68e1d400c4568684327c900485c20d6a owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2153 sha1: f72fecff68e1d400c4568684327c900485c20d6a sleep_before_teardown: 0 subset: 20/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f72fecff68e1d400c4568684327c900485c20d6a targets: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYz4P3bgLArU7z+Ntf6miv22T7JLj6YJjMhASgeTYh2b/XUrd7bJSHodVklSgDQPYvmglnM1527ELMKIhAHKqw= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKMJUQIGQOZNN+bMQ4v8+dZd5zgxq1/wBCiGx7rXGiwg/Azup+a2G/HsXMIfRMl4x7YMpsy6YxAUp7RSkNU3Xk= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - 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-10_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-10T21:38:49.756 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa; will attempt to use it 2024-05-10T21:38:49.756 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks 2024-05-10T21:38:49.756 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-10T21:38:49.758 INFO:teuthology.task.internal:Checking packages... 2024-05-10T21:38:49.782 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f72fecff68e1d400c4568684327c900485c20d6a' 2024-05-10T21:38:49.782 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-10T21:38:49.782 INFO:teuthology.packaging:ref: None 2024-05-10T21:38:49.783 INFO:teuthology.packaging:tag: None 2024-05-10T21:38:49.783 INFO:teuthology.packaging:branch: squid 2024-05-10T21:38:49.783 INFO:teuthology.packaging:sha1: f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:38:49.783 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-10T21:38:49.985 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2555.gf72fecff 2024-05-10T21:38:49.987 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-10T21:38:49.992 INFO:teuthology.task.internal:no buildpackages task found 2024-05-10T21:38:49.993 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-10T21:38:50.041 INFO:teuthology.task.internal:Saving configuration 2024-05-10T21:38:50.054 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-10T21:38:50.060 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T21:38:50.086 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722', '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-10 21:33:35.770684', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYz4P3bgLArU7z+Ntf6miv22T7JLj6YJjMhASgeTYh2b/XUrd7bJSHodVklSgDQPYvmglnM1527ELMKIhAHKqw='} 2024-05-10T21:38:50.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722', '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-10 21:33:35.772220', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKMJUQIGQOZNN+bMQ4v8+dZd5zgxq1/wBCiGx7rXGiwg/Azup+a2G/HsXMIfRMl4x7YMpsy6YxAUp7RSkNU3Xk='} 2024-05-10T21:38:50.111 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-10T21:38:50.192 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-10T21:38:50.193 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-10T21:38:50.193 INFO:teuthology.run_tasks:Running task console_log... 2024-05-10T21:38:50.277 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f19f23f20d0>, signals=[15]) 2024-05-10T21:38:50.278 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-10T21:38:50.312 INFO:teuthology.task.internal:Opening connections... 2024-05-10T21:38:50.312 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-05-10T21:38:50.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:38:50.391 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-05-10T21:38:50.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:38:50.468 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-10T21:38:50.474 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-05-10T21:38:50.492 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-05-10T21:38:50.493 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="CentOS Stream" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="9" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:ID="centos" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE="rhel fedora" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="9" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:PLATFORM_ID="platform:el9" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:ANSI_COLOR="0;31" 2024-05-10T21:38:50.550 INFO:teuthology.orchestra.run.smithi033.stdout:LOGO="fedora-logo-icon" 2024-05-10T21:38:50.551 INFO:teuthology.orchestra.run.smithi033.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T21:38:50.551 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://centos.org/" 2024-05-10T21:38:50.551 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T21:38:50.551 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T21:38:50.551 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T21:38:50.551 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-05-10T21:38:50.574 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-05-10T21:38:50.592 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-05-10T21:38:50.592 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-05-10T21:38:50.650 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-05-10T21:38:50.650 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:LOGO="fedora-logo-icon" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-10T21:38:50.651 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-10T21:38:50.652 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-05-10T21:38:50.674 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-10T21:38:50.682 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-10T21:38:50.687 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-10T21:38:50.687 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-05-10T21:38:50.690 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-05-10T21:38:50.707 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-10T21:38:50.713 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-10T21:38:50.713 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-05-10T21:38:50.747 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-05-10T21:38:50.773 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-10T21:38:50.824 INFO:teuthology.run_tasks:Running task kernel... 2024-05-10T21:38:50.842 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-10T21:38:50.842 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-10T21:38:50.843 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T21:38:50.843 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T21:38:50.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:38:50.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:38:50.862 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-05-10T21:38:50.862 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-05-10T21:38:50.919 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-437.el9.x86_64 2024-05-10T21:38:50.919 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.14.0-437.el9.x86_64 2024-05-10T21:38:50.920 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum install -y kernel 2024-05-10T21:38:50.921 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-437.el9.x86_64 2024-05-10T21:38:50.922 INFO:teuthology.task.kernel:Running kernel on smithi187: 5.14.0-437.el9.x86_64 2024-05-10T21:38:50.922 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-05-10T21:38:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.1 MB 00:00 2024-05-10T21:38:54.053 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.1 MB 00:01 2024-05-10T21:38:54.940 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-05-10T21:38:55.771 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 34 MB/s | 19 MB 00:00 2024-05-10T21:38:59.182 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - CRB 9.9 MB/s | 6.2 MB 00:00 2024-05-10T21:38:59.921 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-10T21:39:00.950 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-05-10T21:39:01.363 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 16 kB 00:00 2024-05-10T21:39:02.862 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-10T21:39:08.010 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-10T21:39:08.213 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:01 ago on Fri 10 May 2024 09:39:07 PM UTC. 2024-05-10T21:39:10.007 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T21:39:10.007 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T21:39:10.099 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-05-10T21:39:10.104 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:Install 4 Packages 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:39:10.105 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 78 M 2024-05-10T21:39:10.106 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 123 M 2024-05-10T21:39:10.106 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-05-10T21:39:10.318 INFO:teuthology.orchestra.run.smithi187.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.7 MB/s | 484 kB 00:00 2024-05-10T21:39:11.019 INFO:teuthology.orchestra.run.smithi187.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 18 MB/s | 15 MB 00:00 2024-05-10T21:39:12.544 INFO:teuthology.orchestra.run.smithi187.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 13 MB/s | 28 MB 00:02 2024-05-10T21:39:13.528 INFO:teuthology.orchestra.run.smithi187.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 10 MB/s | 34 MB 00:03 2024-05-10T21:39:13.528 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-05-10T21:39:13.528 INFO:teuthology.orchestra.run.smithi187.stdout:Total 23 MB/s | 78 MB 00:03 2024-05-10T21:39:14.208 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-05-10T21:39:14.542 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-05-10T21:39:14.542 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-05-10T21:39:15.465 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-05-10T21:39:15.466 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-05-10T21:39:17.862 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-05-10T21:39:18.477 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T21:39:18.561 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:39:20.457 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-10T21:39:21.229 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:39:21.388 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:39:25.795 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-05-10T21:39:26.081 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:39:26.202 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:39:27.802 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-10T21:39:27.802 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-10T21:39:27.893 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-10T21:39:27.898 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:Install 4 Packages 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 78 M 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 123 M 2024-05-10T21:39:27.899 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-10T21:39:28.497 INFO:teuthology.orchestra.run.smithi033.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.5 MB/s | 484 kB 00:00 2024-05-10T21:39:30.915 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:39:31.739 INFO:teuthology.orchestra.run.smithi033.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 4.3 MB/s | 15 MB 00:03 2024-05-10T21:39:32.741 INFO:teuthology.orchestra.run.smithi033.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 7.4 MB/s | 34 MB 00:04 2024-05-10T21:39:35.855 INFO:teuthology.orchestra.run.smithi033.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 3.8 MB/s | 28 MB 00:07 2024-05-10T21:39:35.855 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-10T21:39:35.855 INFO:teuthology.orchestra.run.smithi033.stdout:Total 9.8 MB/s | 78 MB 00:07 2024-05-10T21:39:36.565 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-10T21:39:36.964 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-10T21:39:36.964 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-10T21:39:37.904 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-10T21:39:37.904 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-10T21:39:40.451 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-10T21:39:41.103 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-10T21:39:41.188 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:39:43.989 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:39:44.131 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:39:49.208 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:39:49.251 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:39:54.343 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:00.459 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:00.498 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:00.801 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:00.801 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T21:40:00.801 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:40:00.802 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:40:01.560 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-05-10T21:40:01.920 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T21:40:01.991 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:01.992 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T21:40:01.992 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-10T21:40:01.992 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T21:40:01.992 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T21:40:01.992 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-10T21:40:01.992 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T21:40:01.992 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T21:40:02.041 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:02.042 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T21:40:02.042 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.06 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 68.el9 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Group : Unspecified 2024-05-10T21:40:02.075 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 8264254 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : builder@centos.org 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-05-10T21:40:02.076 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:40:02.077 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T21:40:02.077 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T21:40:02.077 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 5.14.0-444.el9.x86_64 2024-05-10T21:40:02.078 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T21:40:02.818 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-05-10T21:40:04.252 INFO:teuthology.orchestra.run.smithi187.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T21:40:04.282 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-05-10T21:40:04.285 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-05-10T21:40:04.301 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.JK7HGWWcFz 2024-05-10T21:40:04.301 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JK7HGWWcFz 2024-05-10T21:40:04.367 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.JK7HGWWcFz 2024-05-10T21:40:04.507 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.JK7HGWWcFz is 6KB 2024-05-10T21:40:04.526 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.JK7HGWWcFz 2024-05-10T21:40:04.541 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T21:40:04.602 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T21:40:04.602 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T21:40:04.602 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T21:40:04.602 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T21:40:04.604 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T21:40:04.751 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-05-10T21:40:25.299 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:25.339 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:25.733 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:25.733 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-10T21:40:25.733 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-10T21:40:25.733 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-10T21:40:26.556 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-10T21:40:26.556 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:40:26.556 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-10T21:40:26.556 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:26.556 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-10T21:40:26.557 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-10T21:40:26.557 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-10T21:40:26.557 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:40:26.557 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-10T21:40:26.909 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T21:40:26.988 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:26.988 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T21:40:26.988 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-10T21:40:26.988 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T21:40:26.989 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T21:40:26.989 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-10T21:40:26.989 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T21:40:26.989 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-05-10T21:40:27.039 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-10T21:40:27.039 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-10T21:40:27.039 DEBUG:teuthology.orchestra.run.smithi033:> sudo rpm -qi grub2-tools 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Name : grub2-tools 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Epoch : 1 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Version : 2.06 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Release : 68.el9 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: x86_64 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Group : Unspecified 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Size : 8264254 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:License : GPLv3+ 2024-05-10T21:40:27.070 INFO:teuthology.orchestra.run.smithi033.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Packager : builder@centos.org 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Vendor : CentOS 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Summary : Support tools for GRUB. 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:Description : 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:hardware devices. 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:40:27.071 INFO:teuthology.orchestra.run.smithi033.stdout:This subpackage provides tools for support of all platforms. 2024-05-10T21:40:27.072 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-10T21:40:27.072 INFO:teuthology.task.kernel:Updating grub on smithi033 to boot 5.14.0-444.el9.x86_64 2024-05-10T21:40:27.072 DEBUG:teuthology.orchestra.run.smithi033:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-10T21:40:27.712 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-05-10T21:40:29.118 INFO:teuthology.orchestra.run.smithi033.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-10T21:40:29.144 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-05-10T21:40:29.145 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-05-10T21:40:29.161 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.Xh0Uq1EtUu 2024-05-10T21:40:29.162 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Xh0Uq1EtUu 2024-05-10T21:40:29.228 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.Xh0Uq1EtUu 2024-05-10T21:40:29.363 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.Xh0Uq1EtUu is 6KB 2024-05-10T21:40:29.412 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.Xh0Uq1EtUu 2024-05-10T21:40:29.426 DEBUG:teuthology.orchestra.run.smithi033:> sudo /bin/ls /boot/loader/entries || true 2024-05-10T21:40:29.489 INFO:teuthology.orchestra.run.smithi033.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-10T21:40:29.489 INFO:teuthology.orchestra.run.smithi033.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-10T21:40:29.489 INFO:teuthology.orchestra.run.smithi033.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-10T21:40:29.489 INFO:teuthology.orchestra.run.smithi033.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-10T21:40:29.490 DEBUG:teuthology.orchestra.run.smithi033:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-10T21:40:29.645 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-05-10T21:40:34.757 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-10T21:40:34.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:40:34.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:40:59.676 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-10T21:40:59.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-10T21:40:59.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:41:09.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-05-10T21:41:18.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:41:18.289 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:41:36.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-05-10T21:41:48.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:41:48.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:41:49.079 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-05-10T21:41:49.489 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:41:49.490 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-10T21:41:49.490 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-05-10T21:41:49.504 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-444.el9.x86_64 2024-05-10T21:41:49.504 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-10T21:41:49.505 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T21:41:49.505 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T21:41:50.506 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-10T21:41:50.506 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T21:41:50.589 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-05-10T21:41:50.632 DEBUG:teuthology.parallel:result is None 2024-05-10T21:41:59.679 DEBUG:teuthology.orchestra.remote:timed out 2024-05-10T21:42:08.681 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-10T21:42:08.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:42:09.066 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-05-10T21:42:09.426 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-10T21:42:09.426 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-10T21:42:09.427 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-05-10T21:42:09.444 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-444.el9.x86_64 2024-05-10T21:42:09.444 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-10T21:42:09.444 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T21:42:09.444 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-10T21:42:10.445 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-10T21:42:10.445 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T21:42:10.513 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-05-10T21:42:10.549 DEBUG:teuthology.parallel:result is None 2024-05-10T21:42:10.549 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-10T21:42:10.557 INFO:teuthology.task.internal:Creating test directory... 2024-05-10T21:42:10.557 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T21:42:10.560 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T21:42:10.581 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-10T21:42:10.590 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-10T21:42:10.602 INFO:teuthology.task.internal:Creating archive directory... 2024-05-10T21:42:10.602 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T21:42:10.618 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T21:42:10.661 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-10T21:42:10.670 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-10T21:42:10.670 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:42:10.684 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:42:10.715 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T21:42:10.726 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T21:42:10.727 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T21:42:10.738 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T21:42:10.739 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-10T21:42:10.749 INFO:teuthology.task.internal:Configuring sudo... 2024-05-10T21:42:10.749 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T21:42:10.771 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T21:42:10.807 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-10T21:42:10.818 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-10T21:42:10.818 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T21:42:10.838 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T21:42:10.864 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T21:42:10.936 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T21:42:10.981 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T21:42:11.062 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T21:42:11.107 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-10T21:42:11.107 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T21:42:11.173 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T21:42:11.217 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T21:42:11.291 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T21:42:11.335 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T21:42:11.377 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-05-10T21:42:11.377 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T21:42:11.444 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-05-10T21:42:11.447 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-05-10T21:42:11.483 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T21:42:11.532 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T21:42:12.008 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-10T21:42:12.015 INFO:teuthology.task.internal:Starting timer... 2024-05-10T21:42:12.016 INFO:teuthology.run_tasks:Running task pcp... 2024-05-10T21:42:12.049 INFO:teuthology.run_tasks:Running task selinux... 2024-05-10T21:42:12.057 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-10T21:42:12.057 DEBUG:teuthology.orchestra.run.smithi033:> sudo service auditd rotate 2024-05-10T21:42:12.109 INFO:teuthology.orchestra.run.smithi033.stdout:Rotating logs: 2024-05-10T21:42:12.111 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-05-10T21:42:12.181 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-05-10T21:42:12.183 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-10T21:42:12.183 DEBUG:teuthology.orchestra.run.smithi033:> /usr/sbin/getenforce 2024-05-10T21:42:12.223 INFO:teuthology.orchestra.run.smithi033.stdout:Permissive 2024-05-10T21:42:12.223 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-05-10T21:42:12.253 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-05-10T21:42:12.253 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi033.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-05-10T21:42:12.254 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:42:12.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:42:12.292 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:42:12.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:42:12.323 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-10T21:42:12.323 DEBUG:teuthology.orchestra.run.smithi033:> sudo /usr/sbin/setenforce permissive 2024-05-10T21:42:12.358 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-05-10T21:42:12.391 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-10T21:42:12.401 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-10T21:42:12.417 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-10T21:42:12.418 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-10T21:46:16.112 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-05-10T21:46:16.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-10T21:46:16.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:46:16.194 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-05-10T21:46:16.278 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-10T21:46:16.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:46:16.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T21:46:16.354 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-05-10T21:46:16.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-05-10T21:46:16.439 INFO:teuthology.run_tasks:Running task clock... 2024-05-10T21:46:16.450 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-10T21:46:16.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T21:46:16.450 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:16.453 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T21:46:16.453 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:16.481 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T21:46:16.496 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T21:46:16.509 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-10T21:46:16.521 INFO:teuthology.orchestra.run.smithi033.stderr:sudo: ntpd: command not found 2024-05-10T21:46:16.523 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-10T21:46:16.533 INFO:teuthology.orchestra.run.smithi033.stdout:506 Cannot talk to daemon 2024-05-10T21:46:16.548 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T21:46:16.548 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-05-10T21:46:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-05-10T21:46:16.562 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T21:46:16.573 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-10T21:46:16.587 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-10T21:46:16.623 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.627 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.646 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.650 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:16.651 INFO:teuthology.run_tasks:Running task pexec... 2024-05-10T21:46:16.661 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-10T21:46:16.661 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi033.front.sepia.ceph.com 2024-05-10T21:46:16.661 DEBUG:teuthology.orchestra.run.smithi033:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T21:46:16.662 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-05-10T21:46:16.662 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-10T21:46:17.273 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:44 ago on Fri 10 May 2024 09:45:33 PM UTC. 2024-05-10T21:46:17.275 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:49 ago on Fri 10 May 2024 09:45:28 PM UTC. 2024-05-10T21:46:17.393 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-05-10T21:46:17.398 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T21:46:17.401 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:46:17.402 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-05-10T21:46:17.402 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-05-10T21:46:17.402 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-05-10T21:46:17.402 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:46:17.409 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 3.1 M 2024-05-10T21:46:17.409 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 9.8 M 2024-05-10T21:46:17.410 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-10T21:46:17.413 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:46:17.417 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 3.1 M 2024-05-10T21:46:17.417 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 9.8 M 2024-05-10T21:46:17.417 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-10T21:46:18.615 INFO:teuthology.orchestra.run.smithi187.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.9 MB/s | 3.1 MB 00:01 2024-05-10T21:46:18.615 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-05-10T21:46:18.615 INFO:teuthology.orchestra.run.smithi187.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-05-10T21:46:18.654 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-05-10T21:46:18.661 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-05-10T21:46:18.661 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-05-10T21:46:18.760 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-05-10T21:46:18.761 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-05-10T21:46:18.981 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-05-10T21:46:19.084 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:19.558 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:19.815 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:19.815 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:46:19.816 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-05-10T21:46:19.816 INFO:teuthology.orchestra.run.smithi187.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T21:46:19.816 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-05-10T21:46:19.816 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-05-10T21:46:20.110 DEBUG:teuthology.parallel:result is None 2024-05-10T21:46:20.752 INFO:teuthology.orchestra.run.smithi033.stdout:runc-1.1.12-2.el9.x86_64.rpm 980 kB/s | 3.1 MB 00:03 2024-05-10T21:46:20.752 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-10T21:46:20.752 INFO:teuthology.orchestra.run.smithi033.stdout:Total 960 kB/s | 3.1 MB 00:03 2024-05-10T21:46:20.793 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-10T21:46:20.801 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-10T21:46:20.801 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-10T21:46:20.903 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-10T21:46:20.904 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-10T21:46:21.168 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-10T21:46:21.266 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:21.785 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:22.003 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-10T21:46:22.004 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:46:22.004 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-10T21:46:22.004 INFO:teuthology.orchestra.run.smithi033.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-10T21:46:22.004 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-10T21:46:22.004 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-10T21:46:22.258 DEBUG:teuthology.parallel:result is None 2024-05-10T21:46:22.258 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-10T21:46:22.269 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-10T21:46:22.269 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-10T21:46:22.269 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T21:46:22.285 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-10T21:46:22.285 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_1 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-05-10 21:46:15.186179300 +0000 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-05-10 21:45:56.144466310 +0000 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-05-10 21:45:56.144466310 +0000 2024-05-10T21:46:22.342 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: 2024-05-10 21:45:56.144466310 +0000 2024-05-10T21:46:22.343 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T21:46:22.406 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-05-10T21:46:22.406 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-05-10T21:46:22.406 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000272263 s, 1.9 MB/s 2024-05-10T21:46:22.407 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T21:46:22.465 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_2 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-05-10 21:46:15.186179300 +0000 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-05-10 21:45:56.486461155 +0000 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-05-10 21:45:56.486461155 +0000 2024-05-10T21:46:22.521 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: 2024-05-10 21:45:56.486461155 +0000 2024-05-10T21:46:22.521 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T21:46:22.586 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-05-10T21:46:22.586 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-05-10T21:46:22.586 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000224084 s, 2.3 MB/s 2024-05-10T21:46:22.587 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T21:46:22.645 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_3 2024-05-10T21:46:22.701 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-05-10 21:46:15.186179300 +0000 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-05-10 21:45:56.844455760 +0000 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-05-10 21:45:56.844455760 +0000 2024-05-10T21:46:22.702 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: 2024-05-10 21:45:56.844455760 +0000 2024-05-10T21:46:22.703 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T21:46:22.766 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-05-10T21:46:22.766 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-05-10T21:46:22.766 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000193097 s, 2.7 MB/s 2024-05-10T21:46:22.767 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T21:46:22.824 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_4 2024-05-10T21:46:22.880 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T21:46:22.880 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-05-10 21:46:15.186179300 +0000 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-05-10 21:45:57.179450710 +0000 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-05-10 21:45:57.179450710 +0000 2024-05-10T21:46:22.881 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: 2024-05-10 21:45:57.179450710 +0000 2024-05-10T21:46:22.881 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T21:46:22.960 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-05-10T21:46:22.960 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-05-10T21:46:22.960 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000171474 s, 3.0 MB/s 2024-05-10T21:46:22.962 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T21:46:23.018 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:23.156 INFO:teuthology.orchestra.run.smithi033.stdout:loop 2024-05-10T21:46:23.157 INFO:tasks.nvme_loop:Connecting nvme_loop smithi033:/dev/vg_nvme/lv_1... 2024-05-10T21:46:23.158 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:23.192 INFO:teuthology.orchestra.run.smithi033.stdout:1 2024-05-10T21:46:23.223 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/vg_nvme/lv_11 2024-05-10T21:46:23.249 INFO:tasks.nvme_loop:Connecting nvme_loop smithi033:/dev/vg_nvme/lv_2... 2024-05-10T21:46:23.250 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:23.325 INFO:teuthology.orchestra.run.smithi033.stdout:1 2024-05-10T21:46:23.356 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/vg_nvme/lv_21 2024-05-10T21:46:23.380 INFO:tasks.nvme_loop:Connecting nvme_loop smithi033:/dev/vg_nvme/lv_3... 2024-05-10T21:46:23.380 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:23.455 INFO:teuthology.orchestra.run.smithi033.stdout:1 2024-05-10T21:46:23.486 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/vg_nvme/lv_31 2024-05-10T21:46:23.510 INFO:tasks.nvme_loop:Connecting nvme_loop smithi033:/dev/vg_nvme/lv_4... 2024-05-10T21:46:23.510 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:23.590 INFO:teuthology.orchestra.run.smithi033.stdout:1 2024-05-10T21:46:23.621 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/vg_nvme/lv_41 2024-05-10T21:46:23.652 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-10T21:46:23.653 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T21:46:23.709 DEBUG:teuthology.orchestra.run.smithi033:> sudo nvme list 2024-05-10T21:46:23.773 INFO:teuthology.orchestra.run.smithi033.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-10T21:46:23.773 INFO:teuthology.orchestra.run.smithi033.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-10T21:46:23.773 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/nvme0n1 CVFT5330008Q400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-10T21:46:23.773 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/nvme1n1 931b01b40602e7d98108 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:23.774 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/nvme2n1 754ce1287985a2e3dc6a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:23.774 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/nvme3n1 7e5925dd60195f2c2430 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:23.774 INFO:teuthology.orchestra.run.smithi033.stdout:/dev/nvme4n1 99dad6ad9f78c9d44b84 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:23.775 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-10T21:46:23.775 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-10T21:46:23.775 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/scratch_devs 2024-05-10T21:46:23.840 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-05-10T21:46:23.840 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T21:46:23.860 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-10T21:46:23.860 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-05-10 21:46:15.127169273 +0000 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-05-10 21:45:51.598530002 +0000 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-05-10 21:45:51.598530002 +0000 2024-05-10T21:46:23.918 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-05-10 21:45:51.598530002 +0000 2024-05-10T21:46:23.919 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-10T21:46:23.985 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-05-10T21:46:23.986 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-05-10T21:46:23.986 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000217662 s, 2.4 MB/s 2024-05-10T21:46:23.987 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-10T21:46:24.045 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-05-10 21:46:15.127169273 +0000 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-05-10 21:45:51.949524617 +0000 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-05-10 21:45:51.949524617 +0000 2024-05-10T21:46:24.103 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-05-10 21:45:51.949524617 +0000 2024-05-10T21:46:24.103 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-10T21:46:24.168 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-05-10T21:46:24.168 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-05-10T21:46:24.168 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000219517 s, 2.3 MB/s 2024-05-10T21:46:24.170 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-10T21:46:24.227 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2024-05-10T21:46:24.283 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-05-10 21:46:15.127169273 +0000 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-05-10 21:45:52.287519431 +0000 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-05-10 21:45:52.287519431 +0000 2024-05-10T21:46:24.284 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-05-10 21:45:52.287519431 +0000 2024-05-10T21:46:24.284 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-10T21:46:24.348 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-05-10T21:46:24.349 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-05-10T21:46:24.349 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000177789 s, 2.9 MB/s 2024-05-10T21:46:24.350 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-10T21:46:24.407 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2024-05-10T21:46:24.463 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-10T21:46:24.465 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-10T21:46:24.465 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-10T21:46:24.465 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-10T21:46:24.465 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-05-10T21:46:24.465 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-05-10 21:46:15.127169273 +0000 2024-05-10T21:46:24.466 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-05-10 21:45:52.642513984 +0000 2024-05-10T21:46:24.466 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-05-10 21:45:52.642513984 +0000 2024-05-10T21:46:24.466 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-05-10 21:45:52.642513984 +0000 2024-05-10T21:46:24.466 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-10T21:46:24.527 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-05-10T21:46:24.527 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-05-10T21:46:24.527 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000209293 s, 2.4 MB/s 2024-05-10T21:46:24.528 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-10T21:46:24.585 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:24.721 INFO:teuthology.orchestra.run.smithi187.stdout:loop 2024-05-10T21:46:24.722 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-05-10T21:46:24.723 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:24.755 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-05-10T21:46:24.784 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_11 2024-05-10T21:46:24.815 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-05-10T21:46:24.815 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:24.889 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-05-10T21:46:24.918 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_21 2024-05-10T21:46:24.943 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-05-10T21:46:24.943 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:25.016 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-05-10T21:46:25.045 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_31 2024-05-10T21:46:25.068 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-05-10T21:46:25.068 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:25.142 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-05-10T21:46:25.171 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_41 2024-05-10T21:46:25.194 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-05-10T21:46:25.194 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-05-10T21:46:25.251 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme list 2024-05-10T21:46:25.314 INFO:teuthology.orchestra.run.smithi187.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-10T21:46:25.314 INFO:teuthology.orchestra.run.smithi187.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-10T21:46:25.315 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme0n1 PHFT620500MW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-10T21:46:25.315 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme1n1 68b55c0571f6194305cd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:25.315 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme2n1 a4b2c6b59bc88ecf7be7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:25.315 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme3n1 b770c09cb47715857d3a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:25.315 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme4n1 ce4bb08bf385a50f4776 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-10T21:46:25.316 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-10T21:46:25.316 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-05-10T21:46:25.316 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-05-10T21:46:25.380 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-10T21:46:25.483 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': 'f72fecff68e1d400c4568684327c900485c20d6a'} 2024-05-10T21:46:25.483 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:25.484 INFO:tasks.cephadm:Cluster fsid is bfe3a8de-0f16-11ef-bc98-c7b262605968 2024-05-10T21:46:25.484 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-10T21:46:25.484 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-10T21:46:25.484 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi033': '172.21.15.33', 'mon.smithi187': '172.21.15.187'} 2024-05-10T21:46:25.484 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-10T21:46:25.484 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-05-10T21:46:25.515 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-05-10T21:46:25.541 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-10T21:46:25.541 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:25.759 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55120/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2555-gf72fecff', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2555.gf72fecff'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-10 16:26:33.694063', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-10T21:46:25.895 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 f72fecff68e1d400c4568684327c900485c20d6a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:25.896 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm 2024-05-10T21:46:25.897 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-r--r--. 1 ubuntu ubuntu 781960 May 10 21:46 /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.288 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.807 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-r--r--. 1 ubuntu ubuntu 781960 May 10 21:46 /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.808 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.828 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:26.856 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a on all hosts... 2024-05-10T21:46:26.856 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T21:46:26.870 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T21:46:28.309 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T21:46:28.488 INFO:teuthology.orchestra.run.smithi187.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T21:46:28.499 INFO:teuthology.orchestra.run.smithi033.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:28.499 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T21:46:28.499 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a: reading manifest f72fecff68e1d400c4568684327c900485c20d6a in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-10T21:46:28.499 INFO:teuthology.orchestra.run.smithi033.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:28.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:28.523 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T21:46:28.524 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-10T21:46:28.526 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi033/crash 2024-05-10T21:46:28.527 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash -- . 2024-05-10T21:46:28.565 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T21:46:28.565 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-05-10T21:46:28.567 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi187/crash 2024-05-10T21:46:28.568 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash -- . 2024-05-10T21:46:28.604 INFO:teuthology.orchestra.run.smithi187.stderr:tar: /var/lib/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T21:46:28.604 INFO:teuthology.orchestra.run.smithi187.stderr:tar: Error is not recoverable: exiting now 2024-05-10T21:46:28.606 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-10T21:46:28.606 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-10T21:46:28.631 INFO:teuthology.orchestra.run.smithi033.stderr:grep: /var/log/ceph/bfe3a8de-0f16-11ef-bc98-c7b262605968/ceph.log: No such file or directory 2024-05-10T21:46:28.633 INFO:tasks.cephadm:Compressing logs... 2024-05-10T21:46:28.634 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:28.676 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:28.698 INFO:teuthology.orchestra.run.smithi033.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T21:46:28.698 INFO:teuthology.orchestra.run.smithi033.stderr:: No such file or directory 2024-05-10T21:46:28.699 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T21:46:28.699 INFO:teuthology.orchestra.run.smithi187.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:28.699 INFO:teuthology.orchestra.run.smithi187.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T21:46:28.700 INFO:teuthology.orchestra.run.smithi187.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a: reading manifest f72fecff68e1d400c4568684327c900485c20d6a in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-10T21:46:28.700 INFO:teuthology.orchestra.run.smithi187.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T21:46:28.701 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-05-10T21:46:28.701 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.012s 2024-05-10T21:46:28.701 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.012s 2024-05-10T21:46:28.701 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.009s 2024-05-10T21:46:28.702 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-10T21:46:28.702 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T21:46:28.702 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T21:46:28.704 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-05-10T21:46:28.704 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m0.012s 2024-05-10T21:46:28.704 INFO:teuthology.orchestra.run.smithi187.stderr:user 0m0.009s 2024-05-10T21:46:28.704 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m0.015s 2024-05-10T21:46:28.704 INFO:tasks.cephadm:Archiving logs... 2024-05-10T21:46:28.704 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi033/log 2024-05-10T21:46:28.705 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T21:46:28.766 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi187/log 2024-05-10T21:46:28.767 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T21:46:28.792 INFO:tasks.cephadm:Removing cluster... 2024-05-10T21:46:28.792 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bfe3a8de-0f16-11ef-bc98-c7b262605968 --force 2024-05-10T21:46:29.010 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: bfe3a8de-0f16-11ef-bc98-c7b262605968 2024-05-10T21:46:29.138 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bfe3a8de-0f16-11ef-bc98-c7b262605968 --force 2024-05-10T21:46:29.317 INFO:teuthology.orchestra.run.smithi187.stdout:Deleting cluster with fsid: bfe3a8de-0f16-11ef-bc98-c7b262605968 2024-05-10T21:46:29.440 INFO:tasks.cephadm:Removing cephadm ... 2024-05-10T21:46:29.440 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:29.456 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T21:46:29.472 INFO:tasks.cephadm:Teardown complete 2024-05-10T21:46:29.472 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T21:46:29.677 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=419f8062a30c493fb19157ac8fba03a7 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, 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_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T21:46:29.681 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-10T21:46:29.691 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-10T21:46:29.705 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi033:/dev/vg_nvme/lv_1... 2024-05-10T21:46:29.705 DEBUG:teuthology.orchestra.run.smithi033:> sudo nvme disconnect -n lv_1 2024-05-10T21:46:29.871 INFO:teuthology.orchestra.run.smithi033.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-10T21:46:29.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:29.872 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi033:/dev/vg_nvme/lv_2... 2024-05-10T21:46:29.873 DEBUG:teuthology.orchestra.run.smithi033:> sudo nvme disconnect -n lv_2 2024-05-10T21:46:30.014 INFO:teuthology.orchestra.run.smithi033.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-10T21:46:30.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.016 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi033:/dev/vg_nvme/lv_3... 2024-05-10T21:46:30.016 DEBUG:teuthology.orchestra.run.smithi033:> sudo nvme disconnect -n lv_3 2024-05-10T21:46:30.151 INFO:teuthology.orchestra.run.smithi033.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-10T21:46:30.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.152 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi033:/dev/vg_nvme/lv_4... 2024-05-10T21:46:30.153 DEBUG:teuthology.orchestra.run.smithi033:> sudo nvme disconnect -n lv_4 2024-05-10T21:46:30.281 INFO:teuthology.orchestra.run.smithi033.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-10T21:46:30.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.283 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-10T21:46:30.283 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/scratch_devs 2024-05-10T21:46:30.311 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-05-10T21:46:30.311 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_1 2024-05-10T21:46:30.453 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-10T21:46:30.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.455 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-05-10T21:46:30.455 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_2 2024-05-10T21:46:30.613 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-10T21:46:30.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.615 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-05-10T21:46:30.615 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_3 2024-05-10T21:46:30.779 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-10T21:46:30.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.781 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-05-10T21:46:30.781 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_4 2024-05-10T21:46:30.923 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-10T21:46:30.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:30.924 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-05-10T21:46:30.924 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-05-10T21:46:30.952 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-10T21:46:30.961 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-10T21:46:30.962 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T21:46:30.964 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T21:46:30.980 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-05-10T21:46:30.984 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T21:46:30.984 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-05-10T21:46:30.984 INFO:teuthology.orchestra.run.smithi033.stdout:^* hv01.front.sepia.ceph.com 3 6 17 8 +1189us[+1209us] +/- 39ms 2024-05-10T21:46:30.984 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 7 -1778us[-1778us] +/- 57ms 2024-05-10T21:46:30.985 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 7 -23us[ -23us] +/- 64ms 2024-05-10T21:46:30.985 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:31.009 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-05-10T21:46:31.013 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-10T21:46:31.013 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-05-10T21:46:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv01.front.sepia.ceph.com 3 6 17 9 +1173us[+1200us] +/- 39ms 2024-05-10T21:46:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 8 -1772us[-1772us] +/- 58ms 2024-05-10T21:46:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 -38us[ -38us] +/- 64ms 2024-05-10T21:46:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-10T21:46:31.015 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-10T21:46:31.025 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-10T21:46:31.026 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-10T21:46:31.035 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:31.100 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:31.160 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:31.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:31.192 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:31.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:31.222 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-10T21:46:31.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-10T21:46:31.251 INFO:teuthology.task.internal:Duration was 259.235685 seconds 2024-05-10T21:46:31.252 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-10T21:46:31.267 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-10T21:46:31.267 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T21:46:31.271 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T21:46:31.313 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T21:46:31.314 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-10T21:46:31.709 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-10T21:46:31.709 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-05-10T21:46:31.709 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:31.735 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-05-10T21:46:31.735 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:31.775 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-10T21:46:31.775 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T21:46:31.778 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T21:46:31.846 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-10T21:46:31.846 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T21:46:31.848 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T21:46:31.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-10T21:46:31.988 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-10T21:46:31.988 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T21:46:32.015 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T21:46:32.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-10T21:46:32.053 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T21:46:32.060 DEBUG:teuthology.orchestra.run.smithi187:> 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-10T21:46:32.080 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-05-10T21:46:32.105 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-05-10T21:46:32.129 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T21:46:32.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:32.162 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T21:46:32.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T21:46:32.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-10T21:46:32.195 INFO:teuthology.task.internal:Transferring archived files... 2024-05-10T21:46:32.196 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi033 2024-05-10T21:46:32.196 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T21:46:32.235 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722/remote/smithi187 2024-05-10T21:46:32.235 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T21:46:32.267 INFO:teuthology.task.internal:Removing archive directory... 2024-05-10T21:46:32.267 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T21:46:32.274 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T21:46:32.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-10T21:46:32.329 INFO:teuthology.task.internal:Not uploading archives. 2024-05-10T21:46:32.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-10T21:46:32.341 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-10T21:46:32.341 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T21:46:32.344 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T21:46:32.357 INFO:teuthology.orchestra.run.smithi033.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 21:46 /home/ubuntu/cephtest 2024-05-10T21:46:32.372 INFO:teuthology.orchestra.run.smithi187.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 21:46 /home/ubuntu/cephtest 2024-05-10T21:46:32.373 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-10T21:46:32.385 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-10T21:46:32.408 INFO:teuthology.nuke:Checking targets against current locks 2024-05-10T21:46:32.435 DEBUG:teuthology.nuke:shortname: smithi033 2024-05-10T21:46:32.435 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T21:46:32.460 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722', '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-10 21:33:35.770684', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYz4P3bgLArU7z+Ntf6miv22T7JLj6YJjMhASgeTYh2b/XUrd7bJSHodVklSgDQPYvmglnM1527ELMKIhAHKqw='} 2024-05-10T21:46:32.463 DEBUG:teuthology.nuke:shortname: smithi187 2024-05-10T21:46:32.464 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T21:46:32.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701722', '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-10 21:33:35.772220', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKMJUQIGQOZNN+bMQ4v8+dZd5zgxq1/wBCiGx7rXGiwg/Azup+a2G/HsXMIfRMl4x7YMpsy6YxAUp7RSkNU3Xk='} 2024-05-10T21:46:32.521 INFO:teuthology.orchestra.console.smithi033:Power off 2024-05-10T21:46:32.521 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T21:46:32.539 INFO:teuthology.orchestra.console.smithi187:Power off 2024-05-10T21:46:32.540 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T21:46:32.548 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-05-10T21:46:32.548 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:32.562 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2024-05-10T21:46:32.562 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:32.572 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-05-10T21:46:32.584 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-05-10T21:46:36.573 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:36.585 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:36.684 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-05-10T21:46:36.694 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-05-10T21:46:40.689 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:40.697 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:40.800 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-05-10T21:46:40.807 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-05-10T21:46:40.902 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-05-10T21:46:44.812 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T21:46:44.923 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2024-05-10T21:46:45.024 INFO:teuthology.orchestra.console.smithi187:Power off completed 2024-05-10T21:46:45.128 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/client-keyring 3-final} duration: 259.235684633255 failure_reason: 'Command failed on smithi033 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=419f8062a30c493fb19157ac8fba03a7 status: fail success: false 2024-05-10T21:46:45.129 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T21:46:45.211 INFO:teuthology.run:FAIL