2023-12-02T09:09:14.236 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-02T09:09:14.236 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --owner scheduled_adking@teuthology --name adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238 --verbose -- /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/orig.config.yaml 2023-12-02T09:09:14.272 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T09:09:14.355 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238 branch: wip-adk4-centos-9-orch-2023-12-01-0902 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7474238' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-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-adk4-centos-9-orch-2023-12-01-0902 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk4-centos-9-orch-2023-12-01-0902 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9727 sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk4-centos-9-orch-2023-12-01-0902 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 targets: smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFTv0DDSEPDEk7ccg8zgD8qKAqwnmAk22v79leh93XULl+kH1cC5oswcZ2KbcImyPpFwFEjJP17JdtbwgOc+otc= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqYhVnMIIbHcmjekBA5LjREVA+2sWoYACnmUBNzyGByln5FfYjQFdTTDz0HhIPnOs6LXrzZtQHAEHTovjuOZeY= tasks: - pexec: all: - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_16:31:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-02T09:09:14.356 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa; will attempt to use it 2023-12-02T09:09:14.357 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks 2023-12-02T09:09:14.357 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-02T09:09:14.359 INFO:teuthology.task.internal:Checking packages... 2023-12-02T09:09:14.397 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '790ec80fe8c70e17748ed7354bfa28637b894703' 2023-12-02T09:09:14.397 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-02T09:09:14.397 INFO:teuthology.packaging:ref: None 2023-12-02T09:09:14.397 INFO:teuthology.packaging:tag: None 2023-12-02T09:09:14.397 INFO:teuthology.packaging:branch: wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T09:09:14.397 INFO:teuthology.packaging:sha1: 790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T09:09:14.397 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk4-centos-9-orch-2023-12-01-0902 2023-12-02T09:09:14.551 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7637.g790ec80f 2023-12-02T09:09:14.552 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-02T09:09:14.558 INFO:teuthology.task.internal:no buildpackages task found 2023-12-02T09:09:14.558 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-02T09:09:14.566 INFO:teuthology.task.internal:Saving configuration 2023-12-02T09:09:14.580 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-02T09:09:14.585 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:09:14.612 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 09:04:22.553220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFTv0DDSEPDEk7ccg8zgD8qKAqwnmAk22v79leh93XULl+kH1cC5oswcZ2KbcImyPpFwFEjJP17JdtbwgOc+otc='} 2023-12-02T09:09:14.635 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 09:04:22.551526', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqYhVnMIIbHcmjekBA5LjREVA+2sWoYACnmUBNzyGByln5FfYjQFdTTDz0HhIPnOs6LXrzZtQHAEHTovjuOZeY='} 2023-12-02T09:09:14.636 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-02T09:09:14.641 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-02T09:09:14.641 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-02T09:09:14.641 INFO:teuthology.run_tasks:Running task console_log... 2023-12-02T09:09:14.724 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feb6fd5d9d0>, signals=[15]) 2023-12-02T09:09:14.724 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-02T09:09:14.730 INFO:teuthology.task.internal:Opening connections... 2023-12-02T09:09:14.730 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2023-12-02T09:09:14.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:09:14.816 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2023-12-02T09:09:14.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:09:14.900 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-02T09:09:14.906 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2023-12-02T09:09:14.923 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2023-12-02T09:09:14.924 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2023-12-02T09:09:14.982 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="CentOS Stream" 2023-12-02T09:09:14.982 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:ID="centos" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE="rhel fedora" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:PLATFORM_ID="platform:el9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:ANSI_COLOR="0;31" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:LOGO="fedora-logo-icon" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://centos.org/" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T09:09:14.983 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T09:09:14.984 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2023-12-02T09:09:15.017 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2023-12-02T09:09:15.035 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2023-12-02T09:09:15.036 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2023-12-02T09:09:15.090 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="CentOS Stream" 2023-12-02T09:09:15.090 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="9" 2023-12-02T09:09:15.090 INFO:teuthology.orchestra.run.smithi119.stdout:ID="centos" 2023-12-02T09:09:15.090 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="rhel fedora" 2023-12-02T09:09:15.090 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="9" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el9" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="CentOS Stream 9" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:LOGO="fedora-logo-icon" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://centos.org/" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2023-12-02T09:09:15.091 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-02T09:09:15.091 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2023-12-02T09:09:15.116 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-02T09:09:15.124 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-02T09:09:15.129 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-02T09:09:15.130 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2023-12-02T09:09:15.133 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2023-12-02T09:09:15.150 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-02T09:09:15.156 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-02T09:09:15.156 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2023-12-02T09:09:15.191 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2023-12-02T09:09:15.279 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-02T09:09:15.337 INFO:teuthology.run_tasks:Running task kernel... 2023-12-02T09:09:15.350 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-02T09:09:15.351 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-02T09:09:15.351 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T09:09:15.351 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T09:09:15.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:09:15.368 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2023-12-02T09:09:15.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:09:15.369 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-02T09:09:15.426 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-361.el9.x86_64 2023-12-02T09:09:15.426 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.14.0-361.el9.x86_64 2023-12-02T09:09:15.427 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum install -y kernel 2023-12-02T09:09:15.429 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-361.el9.x86_64 2023-12-02T09:09:15.429 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.14.0-361.el9.x86_64 2023-12-02T09:09:15.429 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2023-12-02T09:09:17.554 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - AppStream 11 MB/s | 6.4 MB 00:00 2023-12-02T09:09:17.667 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - AppStream 10 MB/s | 6.4 MB 00:00 2023-12-02T09:09:18.882 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2023-12-02T09:09:19.018 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2023-12-02T09:09:20.645 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 7.9 MB 00:01 2023-12-02T09:09:21.000 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 7.9 MB 00:01 2023-12-02T09:09:23.954 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 9.0 MB/s | 18 MB 00:02 2023-12-02T09:09:27.872 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 11 MB/s | 5.8 MB 00:00 2023-12-02T09:09:29.306 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 15 kB 00:00 2023-12-02T09:09:31.324 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 10 MB/s | 20 MB 00:01 2023-12-02T09:09:36.057 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2023-12-02T09:09:38.313 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T09:09:38.314 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T09:09:38.405 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2023-12-02T09:09:38.415 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T09:09:38.415 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout:Install 4 Packages 2023-12-02T09:09:38.416 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:09:38.417 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 96 M 2023-12-02T09:09:38.417 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 121 M 2023-12-02T09:09:38.417 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2023-12-02T09:09:40.216 INFO:teuthology.orchestra.run.smithi083.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 3.2 MB/s | 5.6 MB 00:01 2023-12-02T09:09:42.875 INFO:teuthology.orchestra.run.smithi083.stdout:(2/4): kernel-core-5.14.0-388.el9.x86_64.rpm 4.6 MB/s | 20 MB 00:04 2023-12-02T09:09:45.700 INFO:teuthology.orchestra.run.smithi083.stdout:(3/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 5.2 MB/s | 38 MB 00:07 2023-12-02T09:09:48.924 INFO:teuthology.orchestra.run.smithi083.stdout:(4/4): kernel-modules-core-5.14.0-388.el9.x86_6 3.7 MB/s | 32 MB 00:08 2023-12-02T09:09:48.925 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2023-12-02T09:09:48.925 INFO:teuthology.orchestra.run.smithi083.stdout:Total 9.1 MB/s | 96 MB 00:10 2023-12-02T09:09:49.777 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2023-12-02T09:09:50.138 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2023-12-02T09:09:50.138 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2023-12-02T09:09:51.465 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2023-12-02T09:09:51.465 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2023-12-02T09:09:54.110 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2023-12-02T09:09:54.759 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T09:09:54.884 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:09:57.679 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:09:57.873 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:10:02.499 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:10:02.655 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:07.342 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:36.368 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:36.409 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:36.800 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:36.800 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T09:10:36.800 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:10:36.800 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:10:37.221 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:10:37.222 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2023-12-02T09:10:37.709 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T09:10:37.846 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.846 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T09:10:37.846 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T09:10:37.846 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T09:10:37.846 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T09:10:37.846 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-02T09:10:37.847 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T09:10:37.847 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T09:10:37.965 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T09:10:37.965 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T09:10:37.965 DEBUG:teuthology.orchestra.run.smithi083:> sudo rpm -qi grub2-tools 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Name : grub2-tools 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Epoch : 1 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Version : 2.06 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Release : 68.el9 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: x86_64 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Group : Unspecified 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Size : 8264254 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:License : GPLv3+ 2023-12-02T09:10:38.008 INFO:teuthology.orchestra.run.smithi083.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Packager : builder@centos.org 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Vendor : CentOS 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Summary : Support tools for GRUB. 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:Description : 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:hardware devices. 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout: 2023-12-02T09:10:38.009 INFO:teuthology.orchestra.run.smithi083.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T09:10:38.010 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T09:10:38.010 INFO:teuthology.task.kernel:Updating grub on smithi083 to boot 5.14.0-388.el9.x86_64 2023-12-02T09:10:38.011 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T09:10:38.644 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2023-12-02T09:10:40.049 INFO:teuthology.orchestra.run.smithi083.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T09:10:40.084 INFO:teuthology.orchestra.run.smithi083.stderr:done 2023-12-02T09:10:40.086 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2023-12-02T09:10:40.103 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.43uCL5vgEx 2023-12-02T09:10:40.103 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.43uCL5vgEx 2023-12-02T09:10:40.171 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.43uCL5vgEx 2023-12-02T09:10:40.317 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.43uCL5vgEx is 6KB 2023-12-02T09:10:40.365 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.43uCL5vgEx 2023-12-02T09:10:40.379 DEBUG:teuthology.orchestra.run.smithi083:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T09:10:40.444 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T09:10:40.444 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T09:10:40.444 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T09:10:40.444 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T09:10:40.445 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T09:10:40.607 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2023-12-02T09:11:10.611 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-02T09:11:10.612 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:11:10.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:11:29.122 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2023-12-02T09:11:38.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:11:38.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:11:41.190 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2023-12-02T09:11:53.191 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:11:53.192 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:12:11.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2023-12-02T09:12:26.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:12:26.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:12:26.969 DEBUG:teuthology.orchestra.run.smithi083:> true 2023-12-02T09:12:27.335 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:12:27.336 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-388.el9.x86_64"... 2023-12-02T09:12:27.336 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2023-12-02T09:12:27.350 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-388.el9.x86_64 2023-12-02T09:12:27.350 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T09:12:27.350 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T09:12:27.350 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T09:12:28.351 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-02T09:12:28.351 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T09:12:28.423 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2023-12-02T09:12:28.464 DEBUG:teuthology.parallel:result is None 2023-12-02T09:15:30.608 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - AppStream 50 kB/s | 18 MB 06:08 2023-12-02T09:15:34.926 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - CRB 9.1 MB/s | 5.8 MB 00:00 2023-12-02T09:15:36.343 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - Extras packages 64 kB/s | 15 kB 00:00 2023-12-02T09:15:37.444 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2023-12-02T09:15:42.269 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2023-12-02T09:15:44.609 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2023-12-02T09:15:44.609 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2023-12-02T09:15:44.691 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: kernel x86_64 5.14.0-388.el9 baseos 5.6 M 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core x86_64 5.14.0-388.el9 baseos 20 M 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules x86_64 5.14.0-388.el9 baseos 38 M 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core x86_64 5.14.0-388.el9 baseos 32 M 2023-12-02T09:15:44.703 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:Install 4 Packages 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 96 M 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 121 M 2023-12-02T09:15:44.704 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2023-12-02T09:15:46.746 INFO:teuthology.orchestra.run.smithi119.stdout:(1/4): kernel-5.14.0-388.el9.x86_64.rpm 2.8 MB/s | 5.6 MB 00:01 2023-12-02T09:15:48.654 INFO:teuthology.orchestra.run.smithi119.stdout:(2/4): kernel-core-5.14.0-388.el9.x86_64.rpm 5.2 MB/s | 20 MB 00:03 2023-12-02T09:15:50.646 INFO:teuthology.orchestra.run.smithi119.stdout:(3/4): kernel-modules-core-5.14.0-388.el9.x86_6 8.3 MB/s | 32 MB 00:03 2023-12-02T09:15:52.355 INFO:teuthology.orchestra.run.smithi119.stdout:(4/4): kernel-modules-5.14.0-388.el9.x86_64.rpm 5.0 MB/s | 38 MB 00:07 2023-12-02T09:15:52.355 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2023-12-02T09:15:52.355 INFO:teuthology.orchestra.run.smithi119.stdout:Total 13 MB/s | 96 MB 00:07 2023-12-02T09:15:53.208 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2023-12-02T09:15:53.598 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2023-12-02T09:15:53.598 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2023-12-02T09:15:54.908 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2023-12-02T09:15:54.909 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2023-12-02T09:15:57.806 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2023-12-02T09:15:58.445 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-core-5.14.0-388.el9.x86_64 1/4 2023-12-02T09:15:58.581 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:16:01.350 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:16:01.517 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:16:06.111 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:16:06.282 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:10.940 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:39.434 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:39.477 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:39.929 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:39.929 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-5.14.0-388.el9.x86_64 1/4 2023-12-02T09:16:39.929 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-core-5.14.0-388.el9.x86_64 2/4 2023-12-02T09:16:39.929 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-5.14.0-388.el9.x86_64 3/4 2023-12-02T09:16:40.323 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-core-5.14.0-388.el9.x86_64 4/4 2023-12-02T09:16:40.323 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:16:40.323 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2023-12-02T09:16:40.323 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-5.14.0-388.el9.x86_64 2023-12-02T09:16:40.323 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core-5.14.0-388.el9.x86_64 2023-12-02T09:16:40.324 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-5.14.0-388.el9.x86_64 2023-12-02T09:16:40.324 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core-5.14.0-388.el9.x86_64 2023-12-02T09:16:40.324 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:16:40.324 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2023-12-02T09:16:40.816 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T09:16:40.961 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T09:16:40.961 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T09:16:40.962 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-388.el9.x86_64 2023-12-02T09:16:40.962 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-02T09:16:40.962 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-02T09:16:40.962 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-02T09:16:40.962 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2023-12-02T09:16:40.962 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T09:16:41.079 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-388.el9.x86_64 2023-12-02T09:16:41.079 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-388.el9.x86_64 2023-12-02T09:16:41.079 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.06 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 68.el9 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2023-12-02T09:16:41.113 INFO:teuthology.orchestra.run.smithi119.stdout:Group : Unspecified 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 8264254 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : builder@centos.org 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : CentOS 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-02T09:16:41.114 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-02T09:16:41.115 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2023-12-02T09:16:41.115 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-02T09:16:41.115 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2023-12-02T09:16:41.115 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-02T09:16:41.116 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 5.14.0-388.el9.x86_64 2023-12-02T09:16:41.116 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-02T09:16:41.752 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2023-12-02T09:16:43.191 INFO:teuthology.orchestra.run.smithi119.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2023-12-02T09:16:43.220 INFO:teuthology.orchestra.run.smithi119.stderr:done 2023-12-02T09:16:43.222 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2023-12-02T09:16:43.237 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.lHWhPJLUx8 2023-12-02T09:16:43.237 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lHWhPJLUx8 2023-12-02T09:16:43.306 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.lHWhPJLUx8 2023-12-02T09:16:43.447 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.lHWhPJLUx8 is 6KB 2023-12-02T09:16:43.495 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.lHWhPJLUx8 2023-12-02T09:16:43.509 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2023-12-02T09:16:43.582 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2023-12-02T09:16:43.582 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2023-12-02T09:16:43.583 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2023-12-02T09:16:43.583 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64.conf 2023-12-02T09:16:43.584 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-388.el9.x86_64 2023-12-02T09:16:43.740 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2023-12-02T09:17:13.746 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-02T09:17:13.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:17:13.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:17:32.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-02T09:17:41.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:17:41.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:17:44.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-02T09:17:56.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:17:56.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:18:14.635 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-02T09:18:29.635 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:18:29.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:18:29.918 DEBUG:teuthology.orchestra.run.smithi119:> true 2023-12-02T09:18:30.442 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:18:30.443 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-388.el9.x86_64"... 2023-12-02T09:18:30.443 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-02T09:18:30.464 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-388.el9.x86_64 2023-12-02T09:18:30.464 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-388.el9.x86_64 vs 5.14.0-388.el9.x86_64 2023-12-02T09:18:30.464 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-02T09:18:30.465 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-02T09:18:31.465 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-02T09:18:31.466 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T09:18:31.540 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2023-12-02T09:18:31.577 DEBUG:teuthology.parallel:result is None 2023-12-02T09:18:31.577 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-02T09:18:31.583 INFO:teuthology.task.internal:Creating test directory... 2023-12-02T09:18:31.584 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T09:18:31.587 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T09:18:31.602 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-02T09:18:31.609 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-02T09:18:31.616 INFO:teuthology.task.internal:Creating archive directory... 2023-12-02T09:18:31.617 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T09:18:31.645 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T09:18:31.834 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-02T09:18:31.841 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-02T09:18:31.842 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-02T09:18:31.844 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-02T09:18:31.883 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T09:18:31.887 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T09:18:31.897 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T09:18:31.899 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T09:18:31.901 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-02T09:18:31.909 INFO:teuthology.task.internal:Configuring sudo... 2023-12-02T09:18:31.909 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T09:18:31.941 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T09:18:31.970 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-02T09:18:31.978 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-02T09:18:31.978 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T09:18:32.013 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T09:18:32.027 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T09:18:32.103 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T09:18:32.164 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T09:18:32.247 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T09:18:32.290 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:18:32.290 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T09:18:32.357 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T09:18:32.397 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T09:18:32.452 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T09:18:32.531 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T09:18:32.576 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-02T09:18:32.576 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T09:18:32.643 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2023-12-02T09:18:32.645 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2023-12-02T09:18:32.691 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:18:32.731 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:18:33.163 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-02T09:18:33.170 INFO:teuthology.task.internal:Starting timer... 2023-12-02T09:18:33.171 INFO:teuthology.run_tasks:Running task pcp... 2023-12-02T09:18:33.210 INFO:teuthology.run_tasks:Running task selinux... 2023-12-02T09:18:33.221 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-02T09:18:33.222 DEBUG:teuthology.orchestra.run.smithi083:> sudo service auditd rotate 2023-12-02T09:18:33.275 INFO:teuthology.orchestra.run.smithi083.stdout:Rotating logs: 2023-12-02T09:18:33.277 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2023-12-02T09:18:33.332 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: 2023-12-02T09:18:33.334 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-02T09:18:33.334 DEBUG:teuthology.orchestra.run.smithi083:> /usr/sbin/getenforce 2023-12-02T09:18:33.358 INFO:teuthology.orchestra.run.smithi083.stdout:Permissive 2023-12-02T09:18:33.359 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2023-12-02T09:18:33.396 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2023-12-02T09:18:33.396 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi083.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi119.front.sepia.ceph.com': 'permissive'} 2023-12-02T09:18:33.396 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:18:33.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:18:33.427 DEBUG:teuthology.orchestra.run.smithi119:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:18:33.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:18:33.466 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-02T09:18:33.467 DEBUG:teuthology.orchestra.run.smithi083:> sudo /usr/sbin/setenforce permissive 2023-12-02T09:18:33.501 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2023-12-02T09:18:33.548 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-02T09:18:33.557 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-02T09:18:33.557 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-02T09:18:33.575 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-02T09:18:33.576 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi083.front.sepia.ceph.com,smithi119.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-02T09:24:29.672 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi119.front.sepia.ceph.com')] 2023-12-02T09:24:29.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:24:29.674 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:24:29.756 DEBUG:teuthology.orchestra.run.smithi083:> true 2023-12-02T09:24:29.825 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2023-12-02T09:24:29.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:24:29.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T09:24:29.910 DEBUG:teuthology.orchestra.run.smithi119:> true 2023-12-02T09:24:29.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-02T09:24:29.937 INFO:teuthology.run_tasks:Running task clock... 2023-12-02T09:24:29.947 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-02T09:24:29.948 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T09:24:29.948 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:24:29.951 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T09:24:29.951 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:24:29.981 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T09:24:29.998 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T09:24:30.007 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T09:24:30.024 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T09:24:30.027 INFO:teuthology.orchestra.run.smithi083.stderr:sudo: ntpd: command not found 2023-12-02T09:24:30.041 INFO:teuthology.orchestra.run.smithi083.stdout:506 Cannot talk to daemon 2023-12-02T09:24:30.053 INFO:teuthology.orchestra.run.smithi119.stderr:sudo: ntpd: command not found 2023-12-02T09:24:30.058 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T09:24:30.066 INFO:teuthology.orchestra.run.smithi119.stdout:506 Cannot talk to daemon 2023-12-02T09:24:30.074 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T09:24:30.083 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T09:24:30.099 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T09:24:30.116 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.119 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.142 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.145 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:30.146 INFO:teuthology.run_tasks:Running task pexec... 2023-12-02T09:24:30.156 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-02T09:24:30.156 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi083.front.sepia.ceph.com 2023-12-02T09:24:30.157 DEBUG:teuthology.orchestra.run.smithi083:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T09:24:30.157 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi119.front.sepia.ceph.com 2023-12-02T09:24:30.157 DEBUG:teuthology.orchestra.run.smithi119:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T09:24:30.241 DEBUG:teuthology.parallel:result is None 2023-12-02T09:24:30.267 DEBUG:teuthology.parallel:result is None 2023-12-02T09:24:30.269 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-02T09:24:30.279 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-02T09:24:30.280 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:24:30.280 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:24:30.296 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-02T09:24:30.296 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2023-12-02T09:24:30.351 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T09:24:30.351 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 665 Links: 1 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:24:28.541787744 +0000 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 09:23:58.153541994 +0000 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 09:23:58.153541994 +0000 2023-12-02T09:24:30.352 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 09:23:58.153541994 +0000 2023-12-02T09:24:30.352 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T09:24:30.417 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:24:30.417 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:24:30.417 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000206183 s, 2.5 MB/s 2023-12-02T09:24:30.419 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T09:24:30.474 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2023-12-02T09:24:30.529 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T09:24:30.529 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:30.529 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 684 Links: 1 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:24:28.541787744 +0000 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 09:23:58.651529623 +0000 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 09:23:58.651529623 +0000 2023-12-02T09:24:30.530 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 09:23:58.651529623 +0000 2023-12-02T09:24:30.530 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T09:24:30.594 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:24:30.595 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:24:30.595 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000207925 s, 2.5 MB/s 2023-12-02T09:24:30.596 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T09:24:30.652 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2023-12-02T09:24:30.706 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T09:24:30.706 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:30.706 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 703 Links: 1 2023-12-02T09:24:30.706 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:30.706 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:30.707 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:24:28.541787744 +0000 2023-12-02T09:24:30.707 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 09:23:59.156517078 +0000 2023-12-02T09:24:30.707 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 09:23:59.156517078 +0000 2023-12-02T09:24:30.707 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 09:23:59.156517078 +0000 2023-12-02T09:24:30.707 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T09:24:30.772 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:24:30.772 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:24:30.772 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000204003 s, 2.5 MB/s 2023-12-02T09:24:30.773 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T09:24:30.829 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 720 Links: 1 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2023-12-02 09:24:28.541787744 +0000 2023-12-02T09:24:30.884 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2023-12-02 09:23:59.680504061 +0000 2023-12-02T09:24:30.885 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2023-12-02 09:23:59.680504061 +0000 2023-12-02T09:24:30.885 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2023-12-02 09:23:59.680504061 +0000 2023-12-02T09:24:30.885 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T09:24:30.950 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2023-12-02T09:24:30.950 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2023-12-02T09:24:30.950 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.00017317 s, 3.0 MB/s 2023-12-02T09:24:30.951 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T09:24:31.006 DEBUG:teuthology.orchestra.run.smithi083:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-02T09:24:31.143 INFO:teuthology.orchestra.run.smithi083.stdout:loop 2023-12-02T09:24:31.144 INFO:tasks.nvme_loop:Connecting nvme_loop smithi083:/dev/vg_nvme/lv_1... 2023-12-02T09:24:31.144 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-02T09:24:31.182 INFO:teuthology.orchestra.run.smithi083.stdout:1 2023-12-02T09:24:31.220 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/vg_nvme/lv_11 2023-12-02T09:24:31.249 INFO:tasks.nvme_loop:Connecting nvme_loop smithi083:/dev/vg_nvme/lv_2... 2023-12-02T09:24:31.249 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-02T09:24:31.328 INFO:teuthology.orchestra.run.smithi083.stdout:1 2023-12-02T09:24:31.365 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/vg_nvme/lv_21 2023-12-02T09:24:31.393 INFO:tasks.nvme_loop:Connecting nvme_loop smithi083:/dev/vg_nvme/lv_3... 2023-12-02T09:24:31.393 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-02T09:24:31.477 INFO:teuthology.orchestra.run.smithi083.stdout:1 2023-12-02T09:24:31.514 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/vg_nvme/lv_31 2023-12-02T09:24:31.542 INFO:tasks.nvme_loop:Connecting nvme_loop smithi083:/dev/vg_nvme/lv_4... 2023-12-02T09:24:31.542 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-02T09:24:31.619 INFO:teuthology.orchestra.run.smithi083.stdout:1 2023-12-02T09:24:31.656 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/vg_nvme/lv_41 2023-12-02T09:24:31.696 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:24:31.696 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:24:31.753 DEBUG:teuthology.orchestra.run.smithi083:> sudo nvme list 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/nvme0n1 PHFT62040148400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/nvme1n1 1be4550f2c07c327a18a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/nvme2n1 5af81b49ab68a5df3271 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/nvme3n1 03ac949ffdbb2bd5d458 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:31.821 INFO:teuthology.orchestra.run.smithi083.stdout:/dev/nvme4n1 693da8cad45eea17768a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:31.822 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-02T09:24:31.822 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:24:31.823 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/scratch_devs 2023-12-02T09:24:31.890 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-02T09:24:31.890 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:24:31.911 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-02T09:24:31.912 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_1 2023-12-02T09:24:31.969 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 663 Links: 1 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-02 09:24:28.614351924 +0000 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-02 09:23:58.154100675 +0000 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-02 09:23:58.154100675 +0000 2023-12-02T09:24:31.970 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2023-12-02 09:23:58.154100675 +0000 2023-12-02T09:24:31.970 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-02T09:24:32.040 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-02T09:24:32.040 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-02T09:24:32.040 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000220991 s, 2.3 MB/s 2023-12-02T09:24:32.041 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-02T09:24:32.099 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_2 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 681 Links: 1 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-02 09:24:28.614351924 +0000 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-02 09:23:58.650088483 +0000 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-02 09:23:58.650088483 +0000 2023-12-02T09:24:32.156 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2023-12-02 09:23:58.650088483 +0000 2023-12-02T09:24:32.157 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-02T09:24:32.226 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-02T09:24:32.226 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-02T09:24:32.226 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000205015 s, 2.5 MB/s 2023-12-02T09:24:32.226 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-02T09:24:32.283 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_3 2023-12-02T09:24:32.339 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-02T09:24:32.339 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 700 Links: 1 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-02 09:24:28.614351924 +0000 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-02 09:23:59.147076267 +0000 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-02 09:23:59.147076267 +0000 2023-12-02T09:24:32.340 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2023-12-02 09:23:59.147076267 +0000 2023-12-02T09:24:32.340 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-02T09:24:32.406 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-02T09:24:32.406 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-02T09:24:32.406 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.00019712 s, 2.6 MB/s 2023-12-02T09:24:32.407 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-02T09:24:32.463 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_4 2023-12-02T09:24:32.518 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-02T09:24:32.521 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-02T09:24:32.521 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 721 Links: 1 2023-12-02T09:24:32.521 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-02T09:24:32.521 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2023-12-02T09:24:32.521 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2023-12-02 09:24:28.614351924 +0000 2023-12-02T09:24:32.522 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2023-12-02 09:23:59.678063214 +0000 2023-12-02T09:24:32.522 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2023-12-02 09:23:59.678063214 +0000 2023-12-02T09:24:32.522 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2023-12-02 09:23:59.678063214 +0000 2023-12-02T09:24:32.523 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-02T09:24:32.585 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2023-12-02T09:24:32.585 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2023-12-02T09:24:32.585 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000166966 s, 3.1 MB/s 2023-12-02T09:24:32.586 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-02T09:24:32.642 DEBUG:teuthology.orchestra.run.smithi119:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-02T09:24:32.789 INFO:teuthology.orchestra.run.smithi119.stdout:loop 2023-12-02T09:24:32.791 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_1... 2023-12-02T09:24:32.791 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-02T09:24:32.828 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-02T09:24:32.865 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_11 2023-12-02T09:24:32.902 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_2... 2023-12-02T09:24:32.902 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-02T09:24:32.981 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-02T09:24:33.020 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_21 2023-12-02T09:24:33.050 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_3... 2023-12-02T09:24:33.050 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-02T09:24:33.135 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-02T09:24:33.173 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_31 2023-12-02T09:24:33.203 INFO:tasks.nvme_loop:Connecting nvme_loop smithi119:/dev/vg_nvme/lv_4... 2023-12-02T09:24:33.203 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-02T09:24:33.282 INFO:teuthology.orchestra.run.smithi119.stdout:1 2023-12-02T09:24:33.322 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/vg_nvme/lv_41 2023-12-02T09:24:33.351 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-02T09:24:33.351 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2023-12-02T09:24:33.406 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme list 2023-12-02T09:24:33.473 INFO:teuthology.orchestra.run.smithi119.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-02T09:24:33.473 INFO:teuthology.orchestra.run.smithi119.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-02T09:24:33.473 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme0n1 PHFT620400Y1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2023-12-02T09:24:33.474 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme1n1 b59022f5fc2dc5d70f73 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:33.474 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme2n1 719e9a3e99caa7a49b58 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:33.474 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme3n1 938189cada1e5d1aa54c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:33.474 INFO:teuthology.orchestra.run.smithi119.stdout:/dev/nvme4n1 db5bb88bd0389d07e962 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-3 2023-12-02T09:24:33.475 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-02T09:24:33.475 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-02T09:24:33.475 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/scratch_devs 2023-12-02T09:24:33.543 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-02T09:24:33.622 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703'} 2023-12-02T09:24:33.622 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T09:24:33.623 INFO:tasks.cephadm:Cluster fsid is 9aa8bd20-90f4-11ee-95a2-87774f69a715 2023-12-02T09:24:33.623 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-02T09:24:33.623 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-02T09:24:33.623 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi083': '172.21.15.83', 'mon.smithi119': '172.21.15.119'} 2023-12-02T09:24:33.623 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-02T09:24:33.624 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2023-12-02T09:24:33.653 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2023-12-02T09:24:33.680 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-02T09:24:33.681 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T09:24:33.824 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '790ec80fe8c70e17748ed7354bfa28637b894703', '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/74596/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7637-g790ec80f', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7637.g790ec80f'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2023-12-01 15:21:41.928356', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-centos-9-orch-2023-12-01-0902', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-12-02T09:24:33.962 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk4-centos-9-orch-2023-12-01-0902, sha1 790ec80fe8c70e17748ed7354bfa28637b894703 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=790ec80fe8c70e17748ed7354bfa28637b894703 2023-12-02T09:24:33.962 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm 2023-12-02T09:24:33.962 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:34.833 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 09:24 /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:34.833 DEBUG:teuthology.orchestra.run.smithi119:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk4-centos-9-orch-2023-12-01-0902/790ec80fe8c70e17748ed7354bfa28637b894703/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:35.288 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-r--r--. 1 ubuntu ubuntu 803399 Dec 2 09:24 /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:35.289 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:35.308 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:35.333 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 on all hosts... 2023-12-02T09:24:35.333 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T09:24:35.350 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull 2023-12-02T09:24:35.536 INFO:teuthology.orchestra.run.smithi083.stderr:Traceback (most recent call last): 2023-12-02T09:24:35.536 INFO:teuthology.orchestra.run.smithi083.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: return _run_code(code, main_globals, None, 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: exec(code, run_globals) 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T09:24:35.540 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T09:24:35.541 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T09:24:35.541 INFO:teuthology.orchestra.run.smithi083.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T09:24:35Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T09:24:35.541 INFO:teuthology.orchestra.run.smithi083.stderr: 2023-12-02T09:24:35.550 INFO:teuthology.orchestra.run.smithi119.stderr:Traceback (most recent call last): 2023-12-02T09:24:35.550 INFO:teuthology.orchestra.run.smithi119.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: return _run_code(code, main_globals, None, 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: exec(code, run_globals) 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T09:24:35Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T09:24:35.561 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-02T09:24:35.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:35.563 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull' 2023-12-02T09:24:35.564 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-02T09:24:35.565 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi083/crash 2023-12-02T09:24:35.566 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash -- . 2023-12-02T09:24:35.606 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T09:24:35.606 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2023-12-02T09:24:35.608 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi119/crash 2023-12-02T09:24:35.609 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash -- . 2023-12-02T09:24:35.653 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-02T09:24:35.654 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2023-12-02T09:24:35.655 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-02T09:24:35.655 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-02T09:24:35.681 INFO:teuthology.orchestra.run.smithi083.stderr:grep: /var/log/ceph/9aa8bd20-90f4-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-02T09:24:35.683 INFO:tasks.cephadm:Compressing logs... 2023-12-02T09:24:35.683 DEBUG:teuthology.orchestra.run.smithi083:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-02T09:24:35.725 DEBUG:teuthology.orchestra.run.smithi119:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-02T09:24:35.749 INFO:teuthology.orchestra.run.smithi083.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-02T09:24:35.749 INFO:teuthology.orchestra.run.smithi083.stderr:: No such file or directory 2023-12-02T09:24:35.749 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/cephadm.log: 40.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T09:24:35.751 INFO:teuthology.orchestra.run.smithi083.stderr: 2023-12-02T09:24:35.751 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.014s 2023-12-02T09:24:35.751 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.014s 2023-12-02T09:24:35.751 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.012s 2023-12-02T09:24:35.751 INFO:teuthology.orchestra.run.smithi119.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-02T09:24:35.752 INFO:teuthology.orchestra.run.smithi119.stderr:: No such file or directory 2023-12-02T09:24:35.752 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cephadm.log: 41.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-02T09:24:35.753 INFO:teuthology.orchestra.run.smithi119.stderr: 2023-12-02T09:24:35.753 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m0.014s 2023-12-02T09:24:35.753 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m0.010s 2023-12-02T09:24:35.753 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.016s 2023-12-02T09:24:35.754 INFO:tasks.cephadm:Archiving logs... 2023-12-02T09:24:35.754 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi083/log 2023-12-02T09:24:35.755 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T09:24:35.818 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi119/log 2023-12-02T09:24:35.819 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-02T09:24:35.846 INFO:tasks.cephadm:Removing cluster... 2023-12-02T09:24:35.846 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9aa8bd20-90f4-11ee-95a2-87774f69a715 --force 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr:Traceback (most recent call last): 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: return _run_code(code, main_globals, None, 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: exec(code, run_globals) 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7802, in 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/__main__.py", line 7788, in main 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 137, in check_container_engine 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/container_engines.py", line 33, in get_version 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: File "/tmp/tmp0b_rivtf.cephadm.build/cephadmlib/call_wrappers.py", line 307, in call_throws 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr:RuntimeError: Failed command: /bin/podman version --format {{.Client.Version}}: time="2023-12-02T09:24:36Z" level=error msg="reading system config \"/usr/share/containers/containers.conf\": decode configuration /usr/share/containers/containers.conf: toml: line 600 (last key \"engine.runtime\"): Key 'engine.runtime' has already been defined." 2023-12-02T09:24:36.021 INFO:teuthology.orchestra.run.smithi083.stderr: 2023-12-02T09:24:36.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.042 INFO:tasks.cephadm:Teardown complete 2023-12-02T09:24:36.042 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9aa8bd20-90f4-11ee-95a2-87774f69a715 --force' 2023-12-02T09:24:36.117 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f980d9f225bc46fab250e44ffdf25ee6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:790ec80fe8c70e17748ed7354bfa28637b894703 pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_790ec80fe8c70e17748ed7354bfa28637b894703/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9aa8bd20-90f4-11ee-95a2-87774f69a715 --force' 2023-12-02T09:24:36.122 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-02T09:24:36.133 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-02T09:24:36.141 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi083:/dev/vg_nvme/lv_1... 2023-12-02T09:24:36.141 DEBUG:teuthology.orchestra.run.smithi083:> sudo nvme disconnect -n lv_1 2023-12-02T09:24:36.283 INFO:teuthology.orchestra.run.smithi083.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-02T09:24:36.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.284 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi083:/dev/vg_nvme/lv_2... 2023-12-02T09:24:36.285 DEBUG:teuthology.orchestra.run.smithi083:> sudo nvme disconnect -n lv_2 2023-12-02T09:24:36.416 INFO:teuthology.orchestra.run.smithi083.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-02T09:24:36.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.417 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi083:/dev/vg_nvme/lv_3... 2023-12-02T09:24:36.417 DEBUG:teuthology.orchestra.run.smithi083:> sudo nvme disconnect -n lv_3 2023-12-02T09:24:36.558 INFO:teuthology.orchestra.run.smithi083.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-02T09:24:36.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.559 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi083:/dev/vg_nvme/lv_4... 2023-12-02T09:24:36.559 DEBUG:teuthology.orchestra.run.smithi083:> sudo nvme disconnect -n lv_4 2023-12-02T09:24:36.702 INFO:teuthology.orchestra.run.smithi083.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-02T09:24:36.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.703 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2023-12-02T09:24:36.703 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/scratch_devs 2023-12-02T09:24:36.729 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_1... 2023-12-02T09:24:36.730 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_1 2023-12-02T09:24:36.874 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-02T09:24:36.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:36.875 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_2... 2023-12-02T09:24:36.875 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_2 2023-12-02T09:24:37.012 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-02T09:24:37.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:37.013 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_3... 2023-12-02T09:24:37.013 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_3 2023-12-02T09:24:37.168 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-02T09:24:37.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:37.169 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi119:/dev/vg_nvme/lv_4... 2023-12-02T09:24:37.169 DEBUG:teuthology.orchestra.run.smithi119:> sudo nvme disconnect -n lv_4 2023-12-02T09:24:37.310 INFO:teuthology.orchestra.run.smithi119.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-02T09:24:37.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:37.312 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-02T09:24:37.312 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/scratch_devs 2023-12-02T09:24:37.339 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-02T09:24:37.543 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-02T09:24:37.543 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:24:37.547 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T09:24:37.561 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:24:37.565 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 1 +2119us[+2119us] +/- 93ms 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:^* hv02.front.sepia.ceph.com 3 6 17 1 -2074us[-2087us] +/- 62ms 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 +1024us[+1011us] +/- 93ms 2023-12-02T09:24:37.567 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:37.569 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T09:24:37.569 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2023-12-02T09:24:37.570 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 1 +2106us[+2114us] +/- 93ms 2023-12-02T09:24:37.570 INFO:teuthology.orchestra.run.smithi119.stdout:^* hv02.front.sepia.ceph.com 3 6 17 0 -2087us[-2079us] +/- 62ms 2023-12-02T09:24:37.570 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 1 +1029us[+1037us] +/- 93ms 2023-12-02T09:24:37.570 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T09:24:37.570 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-02T09:24:37.726 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-02T09:24:37.727 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-02T09:24:37.879 DEBUG:teuthology.orchestra.run.smithi083:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-02T09:24:37.972 DEBUG:teuthology.orchestra.run.smithi119:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-02T09:24:38.063 DEBUG:teuthology.orchestra.run.smithi083:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:24:38.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:38.096 DEBUG:teuthology.orchestra.run.smithi119:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-02T09:24:38.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:38.127 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-02T09:24:38.138 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-02T09:24:38.148 INFO:teuthology.task.internal:Duration was 364.977175 seconds 2023-12-02T09:24:38.148 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-02T09:24:38.168 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-02T09:24:38.169 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T09:24:38.171 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T09:24:38.213 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:24:38.213 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T09:24:38.554 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-02T09:24:38.554 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2023-12-02T09:24:38.555 DEBUG:teuthology.orchestra.run.smithi083:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-02T09:24:38.615 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2023-12-02T09:24:38.615 DEBUG:teuthology.orchestra.run.smithi119:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-02T09:24:38.642 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-02T09:24:38.642 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T09:24:38.657 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T09:24:38.711 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-02T09:24:38.712 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T09:24:38.727 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T09:24:38.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-02T09:24:38.846 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-02T09:24:38.846 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T09:24:38.873 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T09:24:38.900 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-02T09:24:38.910 DEBUG:teuthology.orchestra.run.smithi083:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:24:38.916 DEBUG:teuthology.orchestra.run.smithi119:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:24:38.939 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2023-12-02T09:24:38.965 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2023-12-02T09:24:38.993 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:24:39.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:39.019 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T09:24:39.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:39.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-02T09:24:39.058 INFO:teuthology.task.internal:Transferring archived files... 2023-12-02T09:24:39.059 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi083 2023-12-02T09:24:39.059 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T09:24:39.094 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238/remote/smithi119 2023-12-02T09:24:39.095 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T09:24:39.130 INFO:teuthology.task.internal:Removing archive directory... 2023-12-02T09:24:39.130 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T09:24:39.132 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T09:24:39.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-02T09:24:39.195 INFO:teuthology.task.internal:Not uploading archives. 2023-12-02T09:24:39.195 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-02T09:24:39.205 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-02T09:24:39.205 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T09:24:39.208 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T09:24:39.220 INFO:teuthology.orchestra.run.smithi083.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 09:24 /home/ubuntu/cephtest 2023-12-02T09:24:39.220 INFO:teuthology.orchestra.run.smithi083.stdout: 265248 788 -rwxr-xr-x 1 ubuntu ubuntu 803399 Dec 2 09:24 /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:39.221 INFO:teuthology.orchestra.run.smithi083.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-02T09:24:39.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T09:24:39.224 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-02T09:24:39.230 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-02T09:24:39.241 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-02T09:24:39.255 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi083 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-02T09:24:39.255 INFO:teuthology.nuke:Checking targets against current locks 2023-12-02T09:24:39.261 INFO:teuthology.orchestra.run.smithi119.stdout: 265256 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 09:24 /home/ubuntu/cephtest 2023-12-02T09:24:39.261 INFO:teuthology.orchestra.run.smithi119.stdout: 262166 788 -rwxr-xr-x 1 ubuntu ubuntu 803399 Dec 2 09:24 /home/ubuntu/cephtest/cephadm 2023-12-02T09:24:39.262 INFO:teuthology.orchestra.run.smithi119.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-02T09:24:39.285 DEBUG:teuthology.nuke:shortname: smithi083 2023-12-02T09:24:39.285 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:24:39.309 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 09:04:22.553220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFTv0DDSEPDEk7ccg8zgD8qKAqwnmAk22v79leh93XULl+kH1cC5oswcZ2KbcImyPpFwFEjJP17JdtbwgOc+otc='} 2023-12-02T09:24:39.313 DEBUG:teuthology.nuke:shortname: smithi119 2023-12-02T09:24:39.313 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T09:24:39.334 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:31:41-orch:cephadm-wip-adk4-centos-9-orch-2023-12-01-0902-distro-default-smithi/7474238', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 09:04:22.551526', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqYhVnMIIbHcmjekBA5LjREVA+2sWoYACnmUBNzyGByln5FfYjQFdTTDz0HhIPnOs6LXrzZtQHAEHTovjuOZeY='} 2023-12-02T09:24:39.366 INFO:teuthology.orchestra.console.smithi083:Power off 2023-12-02T09:24:39.366 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T09:24:39.390 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2023-12-02T09:24:39.390 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:39.410 INFO:teuthology.orchestra.console.smithi119:Power off 2023-12-02T09:24:39.411 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T09:24:39.424 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2023-12-02T09:24:39.436 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2023-12-02T09:24:39.437 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:39.465 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-02T09:24:43.425 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:43.466 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:43.536 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2023-12-02T09:24:43.577 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-02T09:24:47.540 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:47.578 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T09:24:47.650 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2023-12-02T09:24:47.688 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2023-12-02T09:24:47.752 INFO:teuthology.orchestra.console.smithi083:Power off completed 2023-12-02T09:24:47.790 INFO:teuthology.orchestra.console.smithi119:Power off completed 2023-12-02T09:24:47.894 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_crun 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 364.97717475891113 failure_reason: 'Command failed on smithi083 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9aa8bd20-90f4-11ee-95a2-87774f69a715 --force''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f980d9f225bc46fab250e44ffdf25ee6 status: fail success: false 2023-12-02T09:24:47.895 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T09:24:47.975 INFO:teuthology.run:FAIL