2024-05-03T09:28:47.865 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T09:28:47.865 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/orig.config.yaml 2024-05-03T09:28:47.900 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:28:47.987 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7687259' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMmOGd0SnGAwR1C45efq0US5vqjLRnQrRelEgulivcUg4SNPLxsc2ttMXWjdDY31m7z7Nxb26qL4wh8Hhfl5MQo= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPqn+TS9nMHpBlZ0KtsTMENvbBW6hdRidjueZRTWAOYpCvfadCgGZddcfhOAWBTIID/xA2WkDeX98ugFlXkOn2s= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T09:28:47.987 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T09:28:47.988 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T09:28:47.988 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T09:28:47.990 INFO:teuthology.task.internal:Checking packages... 2024-05-03T09:28:48.015 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T09:28:48.016 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T09:28:48.016 INFO:teuthology.packaging:ref: None 2024-05-03T09:28:48.016 INFO:teuthology.packaging:tag: None 2024-05-03T09:28:48.016 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T09:28:48.016 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:28:48.016 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T09:28:48.161 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353.gf8e6d2d7 2024-05-03T09:28:48.163 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T09:28:48.170 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T09:28:48.170 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T09:28:48.207 INFO:teuthology.task.internal:Saving configuration 2024-05-03T09:28:48.222 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T09:28:48.230 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:28:48.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:23:02.518896', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMmOGd0SnGAwR1C45efq0US5vqjLRnQrRelEgulivcUg4SNPLxsc2ttMXWjdDY31m7z7Nxb26qL4wh8Hhfl5MQo='} 2024-05-03T09:28:48.277 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:23:02.520389', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPqn+TS9nMHpBlZ0KtsTMENvbBW6hdRidjueZRTWAOYpCvfadCgGZddcfhOAWBTIID/xA2WkDeX98ugFlXkOn2s='} 2024-05-03T09:28:48.277 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T09:28:48.283 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-03T09:28:48.284 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-03T09:28:48.284 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T09:28:48.369 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1307be70d0>, signals=[15]) 2024-05-03T09:28:48.370 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T09:28:48.376 INFO:teuthology.task.internal:Opening connections... 2024-05-03T09:28:48.376 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-05-03T09:28:48.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:28:48.455 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-05-03T09:28:48.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:28:48.530 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T09:28:48.537 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-05-03T09:28:48.554 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-05-03T09:28:48.554 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-05-03T09:28:48.611 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:28:48.612 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:28:48.612 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:28:48.612 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:28:48.612 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:28:48.612 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:28:48.612 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-05-03T09:28:48.637 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-05-03T09:28:48.655 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-05-03T09:28:48.656 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="9" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="9" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:28:48.713 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:28:48.714 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:28:48.714 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:28:48.714 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:28:48.714 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-05-03T09:28:48.737 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T09:28:48.745 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T09:28:48.779 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T09:28:48.779 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:28:48.782 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:28:48.797 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T09:28:48.804 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T09:28:48.804 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:28:48.839 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:28:49.091 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T09:28:49.148 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T09:28:49.168 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T09:28:49.169 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T09:28:49.169 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:28:49.170 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:28:49.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:49.186 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-05-03T09:28:49.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:49.187 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-05-03T09:28:49.244 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:28:49.244 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-437.el9.x86_64 2024-05-03T09:28:49.244 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-05-03T09:28:49.245 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:28:49.245 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.14.0-437.el9.x86_64 2024-05-03T09:28:49.245 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-05-03T09:28:51.785 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.0 MB 00:00 2024-05-03T09:28:52.689 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.0 MB 00:01 2024-05-03T09:28:53.692 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-03T09:28:54.903 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-05-03T09:28:59.009 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.2 MB 00:01 2024-05-03T09:29:00.476 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:01 2024-05-03T09:29:01.435 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-05-03T09:29:02.002 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 80 kB/s | 16 kB 00:00 2024-05-03T09:29:03.705 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-03T09:29:03.880 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 21 MB 00:02 2024-05-03T09:29:08.861 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-05-03T09:29:09.002 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 10 kB/s | 1.7 kB 00:00 2024-05-03T09:29:09.043 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:01 ago on Fri 03 May 2024 09:29:08 AM UTC. 2024-05-03T09:29:10.743 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:29:10.743 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:29:10.841 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-05-03T09:29:10.842 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-05-03T09:29:10.842 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-05-03T09:29:10.875 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:29:10.875 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:29:10.963 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-03T09:29:10.964 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-03T09:29:10.964 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-03T09:29:10.978 DEBUG:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:29:11.079 DEBUG:teuthology.orchestra.run.smithi137:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:29:11.477 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:29:08 AM UTC. 2024-05-03T09:29:11.578 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:29:08 AM UTC. 2024-05-03T09:29:11.611 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-05-03T09:29:11.628 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:11.628 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-05-03T09:29:11.628 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:11.628 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalling: 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:11.629 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 255 k 2024-05-03T09:29:11.630 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 0 2024-05-03T09:29:11.630 INFO:teuthology.orchestra.run.smithi077.stderr:Operation aborted. 2024-05-03T09:29:11.683 INFO:teuthology.orchestra.run.smithi077.stdout:Is this ok [y/N]: 2024-05-03T09:29:11.684 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2024-05-03T09:29:11.698 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout:Reinstalling: 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:11.708 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:11.709 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 255 k 2024-05-03T09:29:11.709 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 0 2024-05-03T09:29:11.709 INFO:teuthology.orchestra.run.smithi137.stderr:Operation aborted. 2024-05-03T09:29:11.762 INFO:teuthology.orchestra.run.smithi137.stdout:Is this ok [y/N]: 2024-05-03T09:29:11.762 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum reinstall -y kernel || true 2024-05-03T09:29:12.179 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 09:29:08 AM UTC. 2024-05-03T09:29:12.259 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 09:29:08 AM UTC. 2024-05-03T09:29:12.294 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-05-03T09:29:12.294 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalling: 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 255 k 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 0 2024-05-03T09:29:12.295 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-05-03T09:29:12.375 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout:Reinstalling: 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-03T09:29:12.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:12.377 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 255 k 2024-05-03T09:29:12.377 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 0 2024-05-03T09:29:12.377 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-03T09:29:12.672 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-05-03T09:29:12.673 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:29:12.673 INFO:teuthology.orchestra.run.smithi077.stdout:Total 674 kB/s | 255 kB 00:00 2024-05-03T09:29:12.688 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-05-03T09:29:12.895 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-05-03T09:29:12.895 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-05-03T09:29:12.900 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-05-03T09:29:12.901 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-05-03T09:29:13.038 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-05-03T09:29:13.107 INFO:teuthology.orchestra.run.smithi077.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:29:13.107 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:13.271 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-437.el9.x86_64.rpm 308 kB/s | 255 kB 00:00 2024-05-03T09:29:13.271 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:29:13.271 INFO:teuthology.orchestra.run.smithi137.stdout:Total 285 kB/s | 255 kB 00:00 2024-05-03T09:29:13.286 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-03T09:29:13.460 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-03T09:29:13.460 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-03T09:29:13.465 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-03T09:29:13.465 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-03T09:29:13.587 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-03T09:29:13.655 INFO:teuthology.orchestra.run.smithi137.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:29:13.655 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:13.754 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:13.754 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:29:14.325 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:14.325 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:29:14.390 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:14.391 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:14.391 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalled: 2024-05-03T09:29:14.391 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:29:14.391 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-05-03T09:29:14.391 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-05-03T09:29:14.558 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:29:14.605 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:29:14.606 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:29:14.606 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:29:14.606 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T09:29:14.606 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:29:14.633 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-05-03T09:29:14.657 DEBUG:teuthology.parallel:result is None 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout:Reinstalled: 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-03T09:29:15.033 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-03T09:29:15.227 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:29:15.273 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:29:15.274 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:29:15.274 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:29:15.274 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T09:29:15.274 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:29:15.304 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-05-03T09:29:15.326 DEBUG:teuthology.parallel:result is None 2024-05-03T09:29:15.327 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T09:29:15.334 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T09:29:15.334 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:29:15.337 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:29:15.381 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T09:29:15.388 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T09:29:15.412 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T09:29:15.413 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:29:15.418 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:29:15.462 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T09:29:15.469 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T09:29:15.469 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T09:29:15.478 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-03T09:29:15.514 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:29:15.524 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:29:15.532 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:29:15.541 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:29:15.543 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T09:29:15.550 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T09:29:15.550 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:29:15.569 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:29:15.606 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T09:29:15.615 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T09:29:15.615 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:29:15.635 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:29:15.660 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:29:15.728 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:29:15.785 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:29:15.865 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:29:15.906 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-03T09:29:15.906 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:29:15.970 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:29:16.012 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:29:16.056 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:29:16.138 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:29:16.177 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-03T09:29:16.177 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:29:16.240 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-05-03T09:29:16.243 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-05-03T09:29:16.276 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:29:16.322 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:29:16.798 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T09:29:16.810 INFO:teuthology.task.internal:Starting timer... 2024-05-03T09:29:16.810 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T09:29:16.840 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T09:29:16.874 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T09:29:16.874 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-05-03T09:29:16.926 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-05-03T09:29:16.927 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-05-03T09:29:16.975 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-05-03T09:29:16.977 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T09:29:16.977 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-05-03T09:29:17.000 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-05-03T09:29:17.000 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-05-03T09:29:17.025 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-05-03T09:29:17.025 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive'} 2024-05-03T09:29:17.025 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:29:17.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:29:17.067 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:29:17.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:29:17.092 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T09:29:17.092 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:29:17.130 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:29:17.155 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T09:29:17.165 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T09:29:17.182 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-03T09:29:17.184 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T09:33:05.649 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2024-05-03T09:33:05.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-03T09:33:05.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:33:05.730 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-05-03T09:33:05.809 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-03T09:33:05.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-03T09:33:05.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:33:05.888 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-05-03T09:33:05.970 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-03T09:33:05.971 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T09:33:05.982 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T09:33:05.982 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:33:05.983 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:33:05.985 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:33:05.985 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:33:06.010 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:33:06.024 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:33:06.038 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:33:06.047 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-05-03T09:33:06.052 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:33:06.057 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-05-03T09:33:06.070 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:33:06.074 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-05-03T09:33:06.083 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:33:06.084 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-05-03T09:33:06.098 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:33:06.110 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:33:06.134 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:33:06.137 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:33:06.137 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-05-03T09:33:06.138 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.138 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.138 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.138 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.167 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.171 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:06.171 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-03T09:33:06.182 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-03T09:33:06.182 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-03T09:33:06.182 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T09:33:06.197 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-03T09:33:06.198 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-05-03T09:33:06.252 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-03 09:33:04.671250783 +0000 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-03 09:32:46.555632997 +0000 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-03 09:32:46.555632997 +0000 2024-05-03T09:33:06.253 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-05-03 09:32:46.555632997 +0000 2024-05-03T09:33:06.254 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T09:33:06.315 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-03T09:33:06.315 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-03T09:33:06.315 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000199775 s, 2.6 MB/s 2024-05-03T09:33:06.316 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T09:33:06.372 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-05-03T09:33:06.426 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T09:33:06.426 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-03 09:33:04.671250783 +0000 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-03 09:32:46.902625676 +0000 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-03 09:32:46.902625676 +0000 2024-05-03T09:33:06.427 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-05-03 09:32:46.902625676 +0000 2024-05-03T09:33:06.427 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T09:33:06.491 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-03T09:33:06.491 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-03T09:33:06.491 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000204385 s, 2.5 MB/s 2024-05-03T09:33:06.491 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T09:33:06.546 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-05-03T09:33:06.601 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T09:33:06.601 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-03 09:33:04.671250783 +0000 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-03 09:32:47.249618355 +0000 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-03 09:32:47.249618355 +0000 2024-05-03T09:33:06.602 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-05-03 09:32:47.249618355 +0000 2024-05-03T09:33:06.602 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T09:33:06.664 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-03T09:33:06.664 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-03T09:33:06.664 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000159579 s, 3.2 MB/s 2024-05-03T09:33:06.665 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T09:33:06.721 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-03 09:33:04.671250783 +0000 2024-05-03T09:33:06.776 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-03 09:32:47.577611435 +0000 2024-05-03T09:33:06.777 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-03 09:32:47.577611435 +0000 2024-05-03T09:33:06.777 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-05-03 09:32:47.577611435 +0000 2024-05-03T09:33:06.777 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T09:33:06.839 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-03T09:33:06.839 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-03T09:33:06.839 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000186693 s, 2.7 MB/s 2024-05-03T09:33:06.841 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T09:33:06.896 DEBUG:teuthology.orchestra.run.smithi077:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-03T09:33:07.018 INFO:teuthology.orchestra.run.smithi077.stdout:loop 2024-05-03T09:33:07.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_1... 2024-05-03T09:33:07.019 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-03T09:33:07.049 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-05-03T09:33:07.076 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_11 2024-05-03T09:33:07.110 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_2... 2024-05-03T09:33:07.110 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-03T09:33:07.180 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-05-03T09:33:07.207 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_21 2024-05-03T09:33:07.237 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_3... 2024-05-03T09:33:07.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-03T09:33:07.310 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-05-03T09:33:07.335 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_31 2024-05-03T09:33:07.356 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_4... 2024-05-03T09:33:07.356 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-03T09:33:07.427 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-05-03T09:33:07.454 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_41 2024-05-03T09:33:07.476 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-03T09:33:07.476 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T09:33:07.532 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 78347707ad8393284c49 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 2a45daca89c4b59cd098 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 b42f5ce4edaf17c2ca3d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:07.594 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 398ce9c305e2f563d036 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:07.595 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-03T09:33:07.595 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-03T09:33:07.595 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/scratch_devs 2024-05-03T09:33:07.659 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-03T09:33:07.659 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T09:33:07.678 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-03T09:33:07.678 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-05-03T09:33:07.735 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-03 09:33:04.649364416 +0000 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-03 09:32:46.548707152 +0000 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-03 09:32:46.548707152 +0000 2024-05-03T09:33:07.736 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-03 09:32:46.548707152 +0000 2024-05-03T09:33:07.736 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T09:33:07.802 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-03T09:33:07.802 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-03T09:33:07.802 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000264124 s, 1.9 MB/s 2024-05-03T09:33:07.803 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T09:33:07.860 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:07.916 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-03 09:33:04.649364416 +0000 2024-05-03T09:33:07.917 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-03 09:32:46.881700846 +0000 2024-05-03T09:33:07.917 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-03 09:32:46.881700846 +0000 2024-05-03T09:33:07.917 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-03 09:32:46.881700846 +0000 2024-05-03T09:33:07.917 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T09:33:07.979 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-03T09:33:07.980 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-03T09:33:07.980 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000203836 s, 2.5 MB/s 2024-05-03T09:33:07.981 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T09:33:08.038 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-05-03T09:33:08.093 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T09:33:08.093 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:08.093 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-05-03T09:33:08.093 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:08.093 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:08.094 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-03 09:33:04.649364416 +0000 2024-05-03T09:33:08.094 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-03 09:32:47.221694409 +0000 2024-05-03T09:33:08.094 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-03 09:32:47.221694409 +0000 2024-05-03T09:33:08.094 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-03 09:32:47.221694409 +0000 2024-05-03T09:33:08.094 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T09:33:08.155 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-03T09:33:08.156 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-03T09:33:08.156 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000185336 s, 2.8 MB/s 2024-05-03T09:33:08.157 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T09:33:08.213 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-03T09:33:08.268 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-03 09:33:04.649364416 +0000 2024-05-03T09:33:08.269 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-03 09:32:47.566687876 +0000 2024-05-03T09:33:08.269 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-03 09:32:47.566687876 +0000 2024-05-03T09:33:08.269 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-03 09:32:47.566687876 +0000 2024-05-03T09:33:08.269 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T09:33:08.330 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-03T09:33:08.330 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-03T09:33:08.330 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00022488 s, 2.3 MB/s 2024-05-03T09:33:08.331 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T09:33:08.387 DEBUG:teuthology.orchestra.run.smithi137:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-03T09:33:08.497 INFO:teuthology.orchestra.run.smithi137.stdout:loop 2024-05-03T09:33:08.499 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-05-03T09:33:08.499 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-03T09:33:08.530 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-05-03T09:33:08.557 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_11 2024-05-03T09:33:08.580 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-05-03T09:33:08.580 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-03T09:33:08.657 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-05-03T09:33:08.684 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_21 2024-05-03T09:33:08.707 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-05-03T09:33:08.707 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-03T09:33:08.780 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-05-03T09:33:08.806 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_31 2024-05-03T09:33:08.827 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-05-03T09:33:08.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-03T09:33:08.899 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-05-03T09:33:08.925 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_41 2024-05-03T09:33:08.946 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-03T09:33:08.946 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T09:33:09.001 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme list 2024-05-03T09:33:09.063 INFO:teuthology.orchestra.run.smithi137.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme0n1 CVFT6233004A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme1n1 3427500b6bd54f92df59 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme2n1 e9d2fe22e8396106fdc7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme3n1 2ff47ddc75696e157554 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:09.064 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme4n1 de44b1c3837d257713ef Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-03T09:33:09.065 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-03T09:33:09.065 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-03T09:33:09.065 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-05-03T09:33:09.128 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T09:33:09.231 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T09:33:09.231 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:09.232 INFO:tasks.cephadm:Cluster fsid is 27302018-0930-11ef-bc97-c7b262605968 2024-05-03T09:33:09.232 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T09:33:09.232 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-03T09:33:09.232 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi077': '172.21.15.77', 'mon.smithi137': '172.21.15.137'} 2024-05-03T09:33:09.232 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T09:33:09.232 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-05-03T09:33:09.261 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-05-03T09:33:09.285 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T09:33:09.285 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:09.507 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353.gf8e6d2d7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-02 07:46:39.908050', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-03T09:33:09.645 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:09.646 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm 2024-05-03T09:33:09.647 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.309 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:33 /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.310 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.790 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:33 /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.790 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.808 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:10.838 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T09:33:10.838 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:33:10.851 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:33:12.247 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:33:12.431 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:33:12.445 INFO:teuthology.orchestra.run.smithi077.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:12.445 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:33:12.446 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:33:12.446 INFO:teuthology.orchestra.run.smithi077.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:12.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:12.468 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi077 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:33:12.470 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T09:33:12.471 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi077/crash 2024-05-03T09:33:12.472 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:33:12.529 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:33:12.529 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:33:12.531 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi137/crash 2024-05-03T09:33:12.532 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:33:12.570 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/27302018-0930-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:33:12.570 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:33:12.571 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T09:33:12.572 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/27302018-0930-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T09:33:12.595 INFO:teuthology.orchestra.run.smithi077.stderr:grep: /var/log/ceph/27302018-0930-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T09:33:12.596 INFO:tasks.cephadm:Compressing logs... 2024-05-03T09:33:12.597 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T09:33:12.624 INFO:teuthology.orchestra.run.smithi137.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:12.624 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:33:12.624 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:33:12.624 INFO:teuthology.orchestra.run.smithi137.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:33:12.639 DEBUG:teuthology.orchestra.run.smithi137:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T09:33:12.659 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2024-05-03T09:33:12.659 INFO:teuthology.orchestra.run.smithi077.stderr: /var/log/ceph/cephadm.log 2024-05-03T09:33:12.660 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:33:12.661 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-05-03T09:33:12.662 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.011s 2024-05-03T09:33:12.662 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.008s 2024-05-03T09:33:12.662 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.011s 2024-05-03T09:33:12.662 INFO:teuthology.orchestra.run.smithi137.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2024-05-03T09:33:12.663 INFO:teuthology.orchestra.run.smithi137.stderr: /var/log/ceph/cephadm.log 2024-05-03T09:33:12.663 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:33:12.664 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-05-03T09:33:12.664 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.011s 2024-05-03T09:33:12.665 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.007s 2024-05-03T09:33:12.665 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.012s 2024-05-03T09:33:12.665 INFO:tasks.cephadm:Archiving logs... 2024-05-03T09:33:12.665 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi077/log 2024-05-03T09:33:12.666 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:33:12.725 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi137/log 2024-05-03T09:33:12.726 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:33:12.750 INFO:tasks.cephadm:Removing cluster... 2024-05-03T09:33:12.750 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27302018-0930-11ef-bc97-c7b262605968 --force 2024-05-03T09:33:12.938 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 27302018-0930-11ef-bc97-c7b262605968 2024-05-03T09:33:13.054 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 27302018-0930-11ef-bc97-c7b262605968 --force 2024-05-03T09:33:13.224 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 27302018-0930-11ef-bc97-c7b262605968 2024-05-03T09:33:13.339 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T09:33:13.339 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:13.354 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:33:13.369 INFO:tasks.cephadm:Teardown complete 2024-05-03T09:33:13.369 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi077 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:33:13.578 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5f2ca4d3f5ba4c41a356ffd46e315197 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi077 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:33:13.582 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T09:33:13.595 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-03T09:33:13.679 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_1... 2024-05-03T09:33:13.679 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_1 2024-05-03T09:33:13.830 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-03T09:33:13.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:13.832 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_2... 2024-05-03T09:33:13.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_2 2024-05-03T09:33:13.967 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-03T09:33:13.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:13.969 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_3... 2024-05-03T09:33:13.969 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_3 2024-05-03T09:33:14.096 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-03T09:33:14.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.098 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_4... 2024-05-03T09:33:14.098 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_4 2024-05-03T09:33:14.234 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-03T09:33:14.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.236 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-03T09:33:14.236 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/scratch_devs 2024-05-03T09:33:14.264 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-05-03T09:33:14.264 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_1 2024-05-03T09:33:14.397 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-03T09:33:14.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.399 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-05-03T09:33:14.399 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_2 2024-05-03T09:33:14.544 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-03T09:33:14.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.546 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-05-03T09:33:14.546 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_3 2024-05-03T09:33:14.731 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-03T09:33:14.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.732 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-05-03T09:33:14.733 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_4 2024-05-03T09:33:14.868 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-03T09:33:14.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:14.870 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-03T09:33:14.870 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-05-03T09:33:14.895 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T09:33:14.904 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T09:33:14.904 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:33:14.907 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:33:14.918 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:33:14.922 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:33:14.922 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-05-03T09:33:14.922 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +105us[ +123us] +/- 40ms 2024-05-03T09:33:14.922 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 2 +842us[ +860us] +/- 52ms 2024-05-03T09:33:14.922 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 -1448us[-1448us] +/- 77ms 2024-05-03T09:33:14.923 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:14.949 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:33:14.952 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:33:14.952 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-05-03T09:33:14.953 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv01.front.sepia.ceph.com 3 6 17 2 +92us[ +89us] +/- 40ms 2024-05-03T09:33:14.953 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 1 +836us[ +836us] +/- 52ms 2024-05-03T09:33:14.953 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 2 -1434us[-1434us] +/- 77ms 2024-05-03T09:33:14.953 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:33:14.954 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T09:33:14.963 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T09:33:14.963 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T09:33:14.985 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T09:33:15.038 DEBUG:teuthology.orchestra.run.smithi137:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-03T09:33:15.093 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:33:15.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:15.118 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-03T09:33:15.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:15.144 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T09:33:15.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T09:33:15.203 INFO:teuthology.task.internal:Duration was 238.392459 seconds 2024-05-03T09:33:15.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T09:33:15.236 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T09:33:15.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:33:15.239 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:33:15.274 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:33:15.276 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:33:15.639 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T09:33:15.640 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-05-03T09:33:15.640 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T09:33:15.700 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-05-03T09:33:15.700 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-03T09:33:15.721 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T09:33:15.722 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:33:15.742 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:33:15.786 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T09:33:15.786 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:33:15.807 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:33:15.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T09:33:15.925 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T09:33:15.925 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:33:15.949 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:33:15.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T09:33:15.983 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:33:15.991 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:33:16.010 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-05-03T09:33:16.035 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-05-03T09:33:16.058 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:33:16.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:16.108 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:33:16.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:33:16.122 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T09:33:16.133 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T09:33:16.134 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi077 2024-05-03T09:33:16.134 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:33:16.181 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259/remote/smithi137 2024-05-03T09:33:16.181 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:33:16.213 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T09:33:16.213 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:33:16.218 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:33:16.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T09:33:16.274 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T09:33:16.274 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T09:33:16.318 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T09:33:16.319 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:33:16.321 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:33:16.333 INFO:teuthology.orchestra.run.smithi077.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:33 /home/ubuntu/cephtest 2024-05-03T09:33:16.335 INFO:teuthology.orchestra.run.smithi137.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:33 /home/ubuntu/cephtest 2024-05-03T09:33:16.336 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T09:33:16.353 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T09:33:16.422 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T09:33:16.447 DEBUG:teuthology.nuke:shortname: smithi077 2024-05-03T09:33:16.448 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:33:16.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:23:02.518896', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMmOGd0SnGAwR1C45efq0US5vqjLRnQrRelEgulivcUg4SNPLxsc2ttMXWjdDY31m7z7Nxb26qL4wh8Hhfl5MQo='} 2024-05-03T09:33:16.475 DEBUG:teuthology.nuke:shortname: smithi137 2024-05-03T09:33:16.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:33:16.500 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687259', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 09:23:02.520389', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPqn+TS9nMHpBlZ0KtsTMENvbBW6hdRidjueZRTWAOYpCvfadCgGZddcfhOAWBTIID/xA2WkDeX98ugFlXkOn2s='} 2024-05-03T09:33:16.530 INFO:teuthology.orchestra.console.smithi077:Power off 2024-05-03T09:33:16.530 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:33:16.558 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2024-05-03T09:33:16.558 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:16.575 INFO:teuthology.orchestra.console.smithi137:Power off 2024-05-03T09:33:16.576 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:33:16.586 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-05-03T09:33:16.598 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2024-05-03T09:33:16.599 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:16.624 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-05-03T09:33:20.587 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:20.626 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:20.703 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-05-03T09:33:20.735 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-05-03T09:33:24.707 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:24.736 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:24.817 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-05-03T09:33:24.846 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2024-05-03T09:33:24.947 INFO:teuthology.orchestra.console.smithi137:Power off completed 2024-05-03T09:33:28.822 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:33:28.932 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2024-05-03T09:33:29.033 INFO:teuthology.orchestra.console.smithi077:Power off completed 2024-05-03T09:33:29.137 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 238.3924593925476 failure_reason: 'Command failed on smithi077 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5f2ca4d3f5ba4c41a356ffd46e315197 status: fail success: false 2024-05-03T09:33:29.138 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:33:29.224 INFO:teuthology.run:FAIL