2023-11-16T11:43:28.155 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:43:28.155 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559 --verbose --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/client-keyring 3-final} -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/orig.config.yaml 2023-11-16T11:43:28.196 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:43:28.293 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: adking@redhat.com first_in_suite: false job_id: '7460559' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T11:43:28.293 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T11:43:28.294 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T11:43:28.295 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T11:43:28.296 INFO:teuthology.task.internal:Checking packages... 2023-11-16T11:43:28.324 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T11:43:28.325 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T11:43:28.325 INFO:teuthology.packaging:ref: None 2023-11-16T11:43:28.325 INFO:teuthology.packaging:tag: None 2023-11-16T11:43:28.325 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T11:43:28.325 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:43:28.325 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T11:43:28.485 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421.g50bc6740 2023-11-16T11:43:28.485 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T11:43:28.494 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T11:43:28.495 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T11:43:28.518 INFO:teuthology.task.internal:Saving configuration 2023-11-16T11:43:28.532 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T11:43:28.542 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T11:43:28.568 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:36:25.317424', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T11:43:28.591 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:36:25.319115', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T11:43:28.591 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T11:43:28.600 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T11:43:28.600 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T11:43:28.600 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T11:43:28.691 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff9a5e0cee0>, signals=[15]) 2023-11-16T11:43:28.691 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:43:28.700 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:43:28.700 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2023-11-16T11:43:28.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:43:28.811 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2023-11-16T11:43:28.812 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:43:28.878 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:43:28.892 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2023-11-16T11:43:28.913 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2023-11-16T11:43:28.913 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="8.6 (Ootpa)" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:ID="rhel" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="fedora" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="8.6" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T11:43:28.973 INFO:teuthology.orchestra.run.smithi130.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T11:43:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-16T11:43:28.975 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2023-11-16T11:43:28.993 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2023-11-16T11:43:29.013 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2023-11-16T11:43:29.014 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="8.6 (Ootpa)" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:ID="rhel" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="fedora" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="8.6" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2023-11-16T11:43:29.075 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T11:43:29.076 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-16T11:43:29.076 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2023-11-16T11:43:29.118 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:43:29.128 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:43:29.141 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:43:29.142 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:43:29.148 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:43:29.166 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:43:29.178 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:43:29.178 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:43:29.206 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:43:29.235 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:43:29.298 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:43:29.320 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:43:29.320 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T11:43:29.321 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:43:29.321 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:43:29.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:29.339 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2023-11-16T11:43:29.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:29.342 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-11-16T11:43:29.398 INFO:teuthology.orchestra.run.smithi130.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:29.399 INFO:teuthology.task.kernel:Running kernel on smithi130: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:29.399 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2023-11-16T11:43:29.401 INFO:teuthology.orchestra.run.smithi146.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:29.401 INFO:teuthology.task.kernel:Running kernel on smithi146: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:29.402 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2023-11-16T11:43:30.579 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:30.579 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-11-16T11:43:30.604 INFO:teuthology.orchestra.run.smithi130.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:30.604 INFO:teuthology.orchestra.run.smithi130.stdout:Unable to read consumer identity 2023-11-16T11:43:31.926 INFO:teuthology.orchestra.run.smithi146.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-16T11:43:31.973 INFO:teuthology.orchestra.run.smithi130.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-16T11:43:32.693 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-16T11:43:32.840 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-11-16T11:43:36.177 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 477 kB/s | 24 kB 00:00 2023-11-16T11:43:36.315 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 588 kB/s | 24 kB 00:00 2023-11-16T11:43:36.896 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-16T11:43:36.948 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-16T11:43:36.949 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2023-11-16T11:43:36.949 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-16T11:43:36.992 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-16T11:43:37.048 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2023-11-16T11:43:37.049 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2023-11-16T11:43:37.049 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2023-11-16T11:43:37.080 DEBUG:teuthology.orchestra.run.smithi146:> echo no | sudo yum reinstall kernel || true 2023-11-16T11:43:37.166 DEBUG:teuthology.orchestra.run.smithi130:> echo no | sudo yum reinstall kernel || true 2023-11-16T11:43:37.412 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:37.412 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-11-16T11:43:37.499 INFO:teuthology.orchestra.run.smithi130.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:37.499 INFO:teuthology.orchestra.run.smithi130.stdout:Unable to read consumer identity 2023-11-16T11:43:37.674 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:01 ago on Thu 16 Nov 2023 11:43:36 AM UTC. 2023-11-16T11:43:37.714 INFO:teuthology.orchestra.run.smithi146.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:43:37.747 INFO:teuthology.orchestra.run.smithi146.stderr:Error: No packages marked for reinstall. 2023-11-16T11:43:37.769 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:01 ago on Thu 16 Nov 2023 11:43:36 AM UTC. 2023-11-16T11:43:37.794 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum reinstall -y kernel || true 2023-11-16T11:43:37.810 INFO:teuthology.orchestra.run.smithi130.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:43:37.841 INFO:teuthology.orchestra.run.smithi130.stderr:Error: No packages marked for reinstall. 2023-11-16T11:43:37.888 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum reinstall -y kernel || true 2023-11-16T11:43:38.125 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:38.125 INFO:teuthology.orchestra.run.smithi146.stdout:Unable to read consumer identity 2023-11-16T11:43:38.219 INFO:teuthology.orchestra.run.smithi130.stdout:Updating Subscription Management repositories. 2023-11-16T11:43:38.219 INFO:teuthology.orchestra.run.smithi130.stdout:Unable to read consumer identity 2023-11-16T11:43:38.387 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 11:43:36 AM UTC. 2023-11-16T11:43:38.427 INFO:teuthology.orchestra.run.smithi146.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:43:38.455 INFO:teuthology.orchestra.run.smithi146.stderr:Error: No packages marked for reinstall. 2023-11-16T11:43:38.481 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 11:43:36 AM UTC. 2023-11-16T11:43:38.506 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:38.522 INFO:teuthology.orchestra.run.smithi130.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-16T11:43:38.540 INFO:teuthology.orchestra.run.smithi130.stderr:Error: No packages marked for reinstall. 2023-11-16T11:43:38.589 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:38.590 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:38.590 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-16T11:43:38.590 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:43:38.590 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:43:38.591 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:38.617 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2023-11-16T11:43:38.631 DEBUG:teuthology.parallel:result is None 2023-11-16T11:43:38.671 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:38.672 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-16T11:43:38.672 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-16T11:43:38.672 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:43:38.672 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:43:38.708 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2023-11-16T11:43:38.723 DEBUG:teuthology.parallel:result is None 2023-11-16T11:43:38.723 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:43:38.731 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:43:38.731 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:43:38.766 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:43:38.783 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:43:38.794 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:43:38.801 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:43:38.801 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:43:38.824 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:43:38.857 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:43:38.866 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:43:38.866 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:43:38.881 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:43:38.906 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:38.924 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:38.944 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:38.954 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:38.955 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:43:38.963 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:43:38.963 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:43:38.966 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:43:38.993 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:43:39.005 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:43:39.005 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:43:39.034 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:43:39.050 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:39.132 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:39.184 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:39.265 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:39.309 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-11-16T11:43:39.310 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:43:39.378 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:39.423 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:39.470 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:39.556 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:39.597 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-16T11:43:39.597 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:43:39.670 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2023-11-16T11:43:39.672 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2023-11-16T11:43:39.730 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:43:39.773 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:43:40.166 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:43:40.177 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:43:40.177 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:43:40.194 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:43:40.207 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T11:43:40.207 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2023-11-16T11:43:40.272 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2023-11-16T11:43:40.274 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2023-11-16T11:43:40.338 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2023-11-16T11:43:40.339 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:43:40.340 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2023-11-16T11:43:40.361 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2023-11-16T11:43:40.362 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2023-11-16T11:43:40.386 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2023-11-16T11:43:40.386 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi130.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi146.front.sepia.ceph.com': 'permissive'} 2023-11-16T11:43:40.386 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:43:40.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:40.430 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:43:40.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:40.459 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:43:40.459 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:43:40.498 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:43:40.533 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:43:40.543 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T11:43:40.544 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:43:40.561 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'}]}] 2023-11-16T11:43:40.563 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi130.front.sepia.ceph.com,smithi146.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:57:39.749 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi130.front.sepia.ceph.com'), Remote(name='ubuntu@smithi146.front.sepia.ceph.com')] 2023-11-16T11:57:39.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-11-16T11:57:39.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:39.819 DEBUG:teuthology.orchestra.run.smithi130:> true 2023-11-16T11:57:39.888 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-11-16T11:57:39.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-16T11:57:39.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:39.958 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-11-16T11:57:40.025 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-16T11:57:40.025 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:57:40.036 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:57:40.036 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:40.036 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:57:40.038 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:40.039 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:57:40.070 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:40.085 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:40.114 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:40.174 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2023-11-16T11:57:40.178 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2023-11-16T11:57:40.185 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2023-11-16T11:57:40.189 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2023-11-16T11:57:40.199 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:40.204 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:40.213 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:40.218 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:40.285 INFO:teuthology.orchestra.run.smithi130.stderr:bash: ntpq: command not found 2023-11-16T11:57:40.288 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:40.288 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2023-11-16T11:57:40.288 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.288 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.288 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.289 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.298 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-11-16T11:57:40.302 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:40.302 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-11-16T11:57:40.302 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.302 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.303 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.303 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:40.303 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T11:57:40.313 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T11:57:40.313 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi130.front.sepia.ceph.com 2023-11-16T11:57:40.314 DEBUG:teuthology.orchestra.run.smithi130:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:40.314 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi146.front.sepia.ceph.com 2023-11-16T11:57:40.314 DEBUG:teuthology.orchestra.run.smithi146:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:40.702 INFO:teuthology.orchestra.run.smithi130.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:40.716 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:42.242 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:55 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:42.375 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:55 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:43.951 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout:Resetting modules: 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout: container-tools 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2023-11-16T11:57:43.952 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2023-11-16T11:57:43.953 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:57:44.121 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout:Resetting modules: 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-16T11:57:44.122 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:57:44.925 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:58 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:45.076 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:58 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:55.098 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2023-11-16T11:57:55.555 INFO:teuthology.orchestra.run.smithi130.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:56.102 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-16T11:57:56.583 INFO:teuthology.orchestra.run.smithi146.stdout:Updating Subscription Management repositories. 2023-11-16T11:57:57.184 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:02:10 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:58.103 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:02:11 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:57:59.046 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2023-11-16T11:57:59.140 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================================ 2023-11-16T11:57:59.140 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2023-11-16T11:57:59.140 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================================ 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout:Installing group/module packages: 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-16T11:57:59.141 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout:Installing module profiles: 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: container-tools/common 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout:Enabling module streams: 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: container-tools rhel8 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================================ 2023-11-16T11:57:59.142 INFO:teuthology.orchestra.run.smithi130.stdout:Install 10 Packages 2023-11-16T11:57:59.143 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:57:59.143 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 18 M 2023-11-16T11:57:59.143 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 65 M 2023-11-16T11:57:59.143 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2023-11-16T11:57:59.306 INFO:teuthology.orchestra.run.smithi130.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 152 kB/s | 25 kB 00:00 2023-11-16T11:57:59.340 INFO:teuthology.orchestra.run.smithi130.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 477 kB/s | 94 kB 00:00 2023-11-16T11:57:59.356 INFO:teuthology.orchestra.run.smithi130.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 191 kB/s | 41 kB 00:00 2023-11-16T11:57:59.448 INFO:teuthology.orchestra.run.smithi130.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 347 kB/s | 49 kB 00:00 2023-11-16T11:57:59.515 INFO:teuthology.orchestra.run.smithi130.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 2.9 MB/s | 524 kB 00:00 2023-11-16T11:57:59.599 INFO:teuthology.orchestra.run.smithi130.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 995 kB/s | 149 kB 00:00 2023-11-16T11:57:59.624 INFO:teuthology.orchestra.run.smithi130.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.9 MB/s | 213 kB 00:00 2023-11-16T11:57:59.716 INFO:teuthology.orchestra.run.smithi130.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 22 MB/s | 8.0 MB 00:00 2023-11-16T11:57:59.774 INFO:teuthology.orchestra.run.smithi130.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 15 MB/s | 2.2 MB 00:00 2023-11-16T11:57:59.809 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-16T11:57:59.891 INFO:teuthology.orchestra.run.smithi130.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 24 MB/s | 7.0 MB 00:00 2023-11-16T11:57:59.892 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:59.892 INFO:teuthology.orchestra.run.smithi130.stdout:Total 24 MB/s | 18 MB 00:00 2023-11-16T11:57:59.901 INFO:teuthology.orchestra.run.smithi146.stdout:============================================================================================================ 2023-11-16T11:57:59.901 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2023-11-16T11:57:59.901 INFO:teuthology.orchestra.run.smithi146.stdout:============================================================================================================ 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout:Installing group/module packages: 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-16T11:57:59.902 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout:Installing module profiles: 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools/common 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout:Enabling module streams: 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools rhel8 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout:============================================================================================================ 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout:Install 10 Packages 2023-11-16T11:57:59.903 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:57:59.904 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 18 M 2023-11-16T11:57:59.904 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 65 M 2023-11-16T11:57:59.904 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2023-11-16T11:58:00.036 INFO:teuthology.orchestra.run.smithi146.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 712 kB/s | 94 kB 00:00 2023-11-16T11:58:00.061 INFO:teuthology.orchestra.run.smithi146.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 260 kB/s | 41 kB 00:00 2023-11-16T11:58:00.086 INFO:teuthology.orchestra.run.smithi146.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 136 kB/s | 25 kB 00:00 2023-11-16T11:58:00.092 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2023-11-16T11:58:00.111 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2023-11-16T11:58:00.111 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2023-11-16T11:58:00.145 INFO:teuthology.orchestra.run.smithi146.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 454 kB/s | 49 kB 00:00 2023-11-16T11:58:00.196 INFO:teuthology.orchestra.run.smithi146.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.8 MB/s | 524 kB 00:00 2023-11-16T11:58:00.271 INFO:teuthology.orchestra.run.smithi146.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.2 MB/s | 149 kB 00:00 2023-11-16T11:58:00.291 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2023-11-16T11:58:00.295 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2023-11-16T11:58:00.329 INFO:teuthology.orchestra.run.smithi146.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.6 MB/s | 213 kB 00:00 2023-11-16T11:58:00.413 INFO:teuthology.orchestra.run.smithi146.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 24 MB/s | 8.0 MB 00:00 2023-11-16T11:58:00.546 INFO:teuthology.orchestra.run.smithi146.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 10 MB/s | 2.2 MB 00:00 2023-11-16T11:58:00.639 INFO:teuthology.orchestra.run.smithi146.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 19 MB/s | 7.0 MB 00:00 2023-11-16T11:58:00.640 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:58:00.640 INFO:teuthology.orchestra.run.smithi146.stdout:Total 25 MB/s | 18 MB 00:00 2023-11-16T11:58:00.786 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2023-11-16T11:58:00.840 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2023-11-16T11:58:00.859 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2023-11-16T11:58:00.859 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2023-11-16T11:58:00.977 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-16T11:58:01.040 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2023-11-16T11:58:01.044 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2023-11-16T11:58:01.164 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:58:01.383 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-16T11:58:01.550 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2023-11-16T11:58:01.573 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-16T11:58:01.739 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-16T11:58:01.900 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:58:01.917 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-16T11:58:02.078 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-16T11:58:02.302 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-16T11:58:02.637 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-16T11:58:02.681 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-16T11:58:03.410 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-16T11:58:03.567 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-16T11:58:03.835 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-16T11:58:04.013 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-16T11:58:04.223 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:58:04.291 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-16T11:58:04.498 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-16T11:58:04.506 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-16T11:58:04.699 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-16T11:58:04.892 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:58:05.157 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-16T11:58:05.157 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-16T11:58:05.157 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-16T11:58:05.157 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-16T11:58:05.158 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-16T11:58:05.731 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-16T11:58:05.731 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:02:19 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:58:06.323 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-16T11:58:06.323 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:02:19 ago on Thu 16 Nov 2023 11:55:46 AM UTC. 2023-11-16T11:58:17.977 INFO:teuthology.orchestra.run.smithi130.stdout:Installed products updated. 2023-11-16T11:58:18.191 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:58:18.191 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2023-11-16T11:58:18.191 INFO:teuthology.orchestra.run.smithi130.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.191 INFO:teuthology.orchestra.run.smithi130.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-11-16T11:58:18.192 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2023-11-16T11:58:18.300 INFO:teuthology.orchestra.run.smithi146.stdout:Installed products updated. 2023-11-16T11:58:18.420 DEBUG:teuthology.parallel:result is None 2023-11-16T11:58:18.503 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:58:18.503 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T11:58:18.504 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-16T11:58:18.505 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-16T11:58:18.726 DEBUG:teuthology.parallel:result is None 2023-11-16T11:58:18.727 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T11:58:18.741 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T11:58:18.741 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-11-16T11:58:18.741 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:58:18.757 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:58:18.757 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2023-11-16T11:58:18.814 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:58:18.814 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 389312 Links: 1 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-11-16 11:57:38.625807679 +0000 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-11-16 11:57:08.443371122 +0000 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-11-16 11:57:08.443371122 +0000 2023-11-16T11:58:18.815 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-11-16T11:58:18.815 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:58:18.882 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-11-16T11:58:18.883 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-11-16T11:58:18.883 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000232392 s, 2.2 MB/s 2023-11-16T11:58:18.883 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:58:18.940 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2023-11-16T11:58:18.997 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 390390 Links: 1 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-11-16 11:57:38.625807679 +0000 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-11-16 11:57:08.973361228 +0000 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-11-16 11:57:08.973361228 +0000 2023-11-16T11:58:18.998 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-11-16T11:58:18.999 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:58:19.063 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-11-16T11:58:19.063 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-11-16T11:58:19.063 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000186645 s, 2.7 MB/s 2023-11-16T11:58:19.064 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:58:19.121 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 393473 Links: 1 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-11-16 11:57:38.625807679 +0000 2023-11-16T11:58:19.179 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-11-16 11:57:09.509351222 +0000 2023-11-16T11:58:19.180 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-11-16 11:57:09.509351222 +0000 2023-11-16T11:58:19.180 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-11-16T11:58:19.180 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:58:19.244 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-11-16T11:58:19.244 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-11-16T11:58:19.244 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000189347 s, 2.7 MB/s 2023-11-16T11:58:19.245 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:58:19.302 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 397348 Links: 1 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-11-16 11:57:38.625807679 +0000 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-11-16 11:57:10.029341515 +0000 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-11-16 11:57:10.029341515 +0000 2023-11-16T11:58:19.359 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-11-16T11:58:19.360 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:58:19.423 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-11-16T11:58:19.423 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-11-16T11:58:19.424 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.00021993 s, 2.3 MB/s 2023-11-16T11:58:19.425 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:58:19.483 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:58:19.604 INFO:teuthology.orchestra.run.smithi130.stdout:loop 2023-11-16T11:58:19.605 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2023-11-16T11:58:19.605 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:58:19.639 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-11-16T11:58:19.674 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:58:19.725 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2023-11-16T11:58:19.725 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:58:19.801 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-11-16T11:58:19.836 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:58:19.876 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2023-11-16T11:58:19.876 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:58:19.951 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-11-16T11:58:19.986 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:58:20.025 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2023-11-16T11:58:20.026 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T11:58:20.101 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-11-16T11:58:20.136 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:58:20.176 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-11-16T11:58:20.176 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:58:20.233 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme list 2023-11-16T11:58:20.298 INFO:teuthology.orchestra.run.smithi130.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:58:20.299 INFO:teuthology.orchestra.run.smithi130.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:58:20.299 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme0n1 PHFT620500Q1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:58:20.299 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme1n1 81dcef4a6ba29ef65737 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:20.299 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme2n1 18022eabff23619049e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:20.300 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme3n1 b5d2276da67dc087f633 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:20.300 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme4n1 cfe8c06bd1a6b98af269 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:20.301 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:58:20.302 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-11-16T11:58:20.302 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2023-11-16T11:58:20.368 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-16T11:58:20.368 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:58:20.385 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:58:20.386 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_1 2023-11-16T11:58:20.443 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:58:20.443 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:20.444 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 381467 Links: 1 2023-11-16T11:58:20.444 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:20.445 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:20.446 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-11-16 11:57:38.677390008 +0000 2023-11-16T11:58:20.446 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-11-16 11:57:08.689848040 +0000 2023-11-16T11:58:20.446 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-11-16 11:57:08.689848040 +0000 2023-11-16T11:58:20.447 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-11-16T11:58:20.447 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:58:20.509 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-11-16T11:58:20.510 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-11-16T11:58:20.510 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000196231 s, 2.6 MB/s 2023-11-16T11:58:20.511 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:58:20.570 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_2 2023-11-16T11:58:20.627 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:58:20.627 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:20.627 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 386629 Links: 1 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-11-16 11:57:38.677390008 +0000 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-11-16 11:57:09.232839747 +0000 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-11-16 11:57:09.232839747 +0000 2023-11-16T11:58:20.628 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-11-16T11:58:20.628 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:58:20.693 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-11-16T11:58:20.693 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-11-16T11:58:20.694 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000214443 s, 2.4 MB/s 2023-11-16T11:58:20.694 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:58:20.752 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_3 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 392377 Links: 1 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-11-16 11:57:38.677390008 +0000 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-11-16 11:57:09.745831912 +0000 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-11-16 11:57:09.745831912 +0000 2023-11-16T11:58:20.810 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-11-16T11:58:20.811 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:58:20.875 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-11-16T11:58:20.875 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-11-16T11:58:20.875 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000192091 s, 2.7 MB/s 2023-11-16T11:58:20.876 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:58:20.934 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_4 2023-11-16T11:58:20.992 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:58:20.992 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:58:20.992 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 6h/6d Inode: 394266 Links: 1 2023-11-16T11:58:20.992 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:58:20.992 INFO:teuthology.orchestra.run.smithi146.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:58:20.993 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-11-16 11:57:38.677390008 +0000 2023-11-16T11:58:20.993 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-11-16 11:57:10.268823923 +0000 2023-11-16T11:58:20.993 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-11-16 11:57:10.268823923 +0000 2023-11-16T11:58:20.993 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-11-16T11:58:20.993 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:58:21.058 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-11-16T11:58:21.058 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-11-16T11:58:21.058 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000222515 s, 2.3 MB/s 2023-11-16T11:58:21.059 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:58:21.117 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:58:21.238 INFO:teuthology.orchestra.run.smithi146.stdout:loop 2023-11-16T11:58:21.239 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2023-11-16T11:58:21.240 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:58:21.275 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-11-16T11:58:21.310 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:58:21.382 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2023-11-16T11:58:21.383 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:58:21.460 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-11-16T11:58:21.494 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:58:21.534 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2023-11-16T11:58:21.534 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:58:21.609 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-11-16T11:58:21.644 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:58:21.684 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2023-11-16T11:58:21.684 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T11:58:21.759 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-11-16T11:58:21.794 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:58:21.834 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-16T11:58:21.834 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:58:21.890 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme list 2023-11-16T11:58:21.956 INFO:teuthology.orchestra.run.smithi146.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:58:21.956 INFO:teuthology.orchestra.run.smithi146.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:58:21.956 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme0n1 CVFT623300GB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:58:21.957 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme1n1 b6651efdb68f507293df Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:21.957 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme2n1 1248ce5db16186018be4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:21.957 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme3n1 cc34f0685181151ca4b5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:21.957 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme4n1 114448a7d07c33ad279d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-11-16T11:58:21.958 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:58:21.958 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-16T11:58:21.959 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2023-11-16T11:58:22.026 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T11:58:22.115 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:58:22.115 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:22.115 INFO:tasks.cephadm:Cluster fsid is 70a8eb82-8477-11ee-8dbe-212e2dc638e7 2023-11-16T11:58:22.116 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T11:58:22.116 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T11:58:22.116 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi130': '172.21.15.130', 'mon.smithi146': '172.21.15.146'} 2023-11-16T11:58:22.116 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T11:58:22.116 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2023-11-16T11:58:22.148 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2023-11-16T11:58:22.174 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-16T11:58:22.175 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:22.463 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74192/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7421-g50bc6740', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7421.g50bc6740'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-16 09:24:25.099303', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2023-11-16-0243', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-16T11:58:22.763 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2023-11-16-0243, sha1 50bc6740f385afe4f36770e739358479a73d8add from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:58:22.763 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm 2023-11-16T11:58:22.764 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:24.704 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:58 /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:24.705 DEBUG:teuthology.orchestra.run.smithi146:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:25.225 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2245323 Nov 16 11:58 /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:25.225 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:25.247 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:58:25.276 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add on all hosts... 2023-11-16T11:58:25.276 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:58:25.289 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:58:27.166 INFO:teuthology.orchestra.run.smithi146.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T11:58:27.468 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T12:02:16.161 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout: "repo_digests": [ 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout: ] 2023-11-16T12:02:16.162 INFO:teuthology.orchestra.run.smithi130.stdout:} 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout:{ 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout: "repo_digests": [ 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:03:05.307 INFO:teuthology.orchestra.run.smithi146.stdout: ] 2023-11-16T12:03:05.308 INFO:teuthology.orchestra.run.smithi146.stdout:} 2023-11-16T12:03:05.334 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2023-11-16T12:03:05.385 DEBUG:teuthology.orchestra.run.smithi146:> sudo mkdir -p /etc/ceph 2023-11-16T12:03:05.427 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2023-11-16T12:03:05.457 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 777 /etc/ceph 2023-11-16T12:03:05.493 INFO:tasks.cephadm:Writing seed config... 2023-11-16T12:03:05.494 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T12:03:05.494 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:03:05.514 DEBUG:teuthology.orchestra.run.smithi146:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:03:05.550 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T12:03:05.550 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70a8eb82-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:03:05.876 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 70a8eb82-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:03:06.252 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70a8eb82-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:03:06.585 INFO:teuthology.orchestra.run.smithi146.stdout:Deleting cluster with fsid: 70a8eb82-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:03:06.962 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:03:06.992 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:03:07.019 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:03:07.021 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T12:03:07.022 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi130/crash 2023-11-16T12:03:07.023 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:03:07.069 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:03:07.069 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:03:07.071 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi146/crash 2023-11-16T12:03:07.072 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:03:07.107 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:03:07.107 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:03:07.108 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T12:03:07.109 DEBUG:teuthology.orchestra.run.smithi130:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T12:03:07.137 INFO:teuthology.orchestra.run.smithi130.stderr:grep: /var/log/ceph/70a8eb82-8477-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T12:03:07.139 INFO:tasks.cephadm:Compressing logs... 2023-11-16T12:03:07.139 DEBUG:teuthology.orchestra.run.smithi130:> 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 -- 2023-11-16T12:03:07.182 DEBUG:teuthology.orchestra.run.smithi146:> 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 -- 2023-11-16T12:03:07.207 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:03:07.207 INFO:teuthology.orchestra.run.smithi130.stderr:: No such file or directory 2023-11-16T12:03:07.207 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:03:07.209 INFO:teuthology.orchestra.run.smithi130.stderr: 2023-11-16T12:03:07.209 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.013s 2023-11-16T12:03:07.209 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.011s 2023-11-16T12:03:07.209 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.009s 2023-11-16T12:03:07.210 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:03:07.210 INFO:teuthology.orchestra.run.smithi146.stderr:: No such file or directory 2023-11-16T12:03:07.210 INFO:teuthology.orchestra.run.smithi146.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:03:07.211 INFO:teuthology.orchestra.run.smithi146.stderr: 2023-11-16T12:03:07.211 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.012s 2023-11-16T12:03:07.211 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.008s 2023-11-16T12:03:07.211 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.012s 2023-11-16T12:03:07.211 INFO:tasks.cephadm:Archiving logs... 2023-11-16T12:03:07.212 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi130/log 2023-11-16T12:03:07.213 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:03:07.277 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi146/log 2023-11-16T12:03:07.278 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:03:07.305 INFO:tasks.cephadm:Removing cluster... 2023-11-16T12:03:07.305 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70a8eb82-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:03:07.641 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 70a8eb82-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:03:08.024 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 70a8eb82-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:03:08.353 INFO:teuthology.orchestra.run.smithi146.stdout:Deleting cluster with fsid: 70a8eb82-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:03:08.725 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T12:03:08.725 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:03:08.744 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:03:08.760 INFO:tasks.cephadm:Teardown complete 2023-11-16T12:03:08.760 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:03:08.834 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fcf346b3cdf0491190d94bf68d6e0852 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:03:08.837 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T12:03:08.846 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T12:03:08.882 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2023-11-16T12:03:08.882 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_1 2023-11-16T12:03:09.018 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:03:09.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.020 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2023-11-16T12:03:09.020 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_2 2023-11-16T12:03:09.158 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:03:09.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.159 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2023-11-16T12:03:09.160 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_3 2023-11-16T12:03:09.307 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:03:09.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.308 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2023-11-16T12:03:09.308 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_4 2023-11-16T12:03:09.455 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:03:09.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.456 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-11-16T12:03:09.457 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2023-11-16T12:03:09.483 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2023-11-16T12:03:09.483 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_1 2023-11-16T12:03:09.633 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:03:09.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.635 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2023-11-16T12:03:09.636 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_2 2023-11-16T12:03:09.775 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:03:09.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.777 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2023-11-16T12:03:09.777 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_3 2023-11-16T12:03:09.937 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:03:09.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:09.938 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2023-11-16T12:03:09.939 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme disconnect -n lv_4 2023-11-16T12:03:10.088 INFO:teuthology.orchestra.run.smithi146.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:03:10.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:10.089 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-16T12:03:10.089 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2023-11-16T12:03:10.116 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:03:10.125 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:03:10.125 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:03:10.128 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:03:10.144 INFO:teuthology.orchestra.run.smithi130.stderr:bash: ntpq: command not found 2023-11-16T12:03:10.149 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:03:10.149 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2023-11-16T12:03:10.149 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 +1204us[+1204us] +/- 77ms 2023-11-16T12:03:10.149 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -135us[ -136us] +/- 71ms 2023-11-16T12:03:10.150 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 65 -1040us[-1037us] +/- 81ms 2023-11-16T12:03:10.150 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:03:10.172 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-11-16T12:03:10.176 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:03:10.176 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-11-16T12:03:10.176 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 65 +1178us[+1347us] +/- 76ms 2023-11-16T12:03:10.177 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv02.front.sepia.ceph.com 3 6 377 64 -150us[ +19us] +/- 70ms 2023-11-16T12:03:10.177 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 65 -1006us[ -837us] +/- 81ms 2023-11-16T12:03:10.177 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:03:10.178 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:03:10.187 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:03:10.189 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:03:10.198 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T12:03:10.306 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T12:03:10.405 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T12:03:10.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:10.438 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T12:03:10.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:10.470 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:03:10.480 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:03:10.489 INFO:teuthology.task.internal:Duration was 1170.311507 seconds 2023-11-16T12:03:10.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:03:10.497 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:03:10.498 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:03:10.500 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:03:10.545 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:03:10.556 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:03:10.908 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:03:10.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2023-11-16T12:03:10.908 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T12:03:10.931 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2023-11-16T12:03:10.931 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T12:03:10.953 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:03:10.953 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:03:10.973 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:03:11.034 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:03:11.034 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:03:11.054 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:03:11.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:03:11.157 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:03:11.158 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:03:11.198 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:03:11.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:03:11.241 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-11-16T12:03:11.243 DEBUG:teuthology.orchestra.run.smithi146:> 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 2023-11-16T12:03:11.266 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2023-11-16T12:03:11.297 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2023-11-16T12:03:11.312 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:03:11.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:11.341 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:03:11.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:11.368 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:03:11.378 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:03:11.379 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi130 2023-11-16T12:03:11.379 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:03:11.419 DEBUG:teuthology.misc:Transferring archived files from smithi146:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559/remote/smithi146 2023-11-16T12:03:11.419 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:03:11.456 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:03:11.456 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:03:11.458 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:03:11.506 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:03:11.517 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:03:11.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:03:11.527 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:03:11.527 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:03:11.529 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:03:11.543 INFO:teuthology.orchestra.run.smithi130.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:03 /home/ubuntu/cephtest 2023-11-16T12:03:11.562 INFO:teuthology.orchestra.run.smithi146.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:03 /home/ubuntu/cephtest 2023-11-16T12:03:11.564 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:03:11.574 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:03:11.594 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:03:11.622 DEBUG:teuthology.nuke:shortname: smithi130 2023-11-16T12:03:11.623 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:11.648 DEBUG:teuthology.nuke:shortname: smithi146 2023-11-16T12:03:11.648 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:11.651 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:36:25.317424', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T12:03:11.675 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:36:25.319115', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-16T12:03:11.703 INFO:teuthology.orchestra.console.smithi130:Power off 2023-11-16T12:03:11.703 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:03:11.726 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2023-11-16T12:03:11.726 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:11.744 INFO:teuthology.orchestra.console.smithi146:Power off 2023-11-16T12:03:11.744 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:03:11.753 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2023-11-16T12:03:11.766 DEBUG:teuthology.orchestra.console.smithi146:power off output: Chassis Power Control: Down/Off 2023-11-16T12:03:11.766 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:11.788 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-16T12:03:15.754 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:15.789 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:15.864 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2023-11-16T12:03:15.898 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-16T12:03:19.867 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:19.899 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:19.976 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2023-11-16T12:03:20.007 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-16T12:03:23.978 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:24.009 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:24.088 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2023-11-16T12:03:24.117 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is off 2023-11-16T12:03:24.189 INFO:teuthology.orchestra.console.smithi130:Power off completed 2023-11-16T12:03:24.218 INFO:teuthology.orchestra.console.smithi146:Power off completed 2023-11-16T12:03:24.322 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/client-keyring 3-final} duration: 1170.3115074634552 failure_reason: 'Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf".' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fcf346b3cdf0491190d94bf68d6e0852 status: fail success: false 2023-11-16T12:03:24.322 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:03:24.395 INFO:teuthology.run:FAIL