2024-04-19T14:33:30.364 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T14:33:30.364 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663544 -- /home/teuthworker/archive/yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663544/orig.config.yaml 2024-04-19T14:33:30.392 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:33:30.459 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663544 branch: wip-yuri6-testing-2024-04-02-1310 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7663544' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-04-02-1310 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 354447ca5357e926795d009be846687f04556beb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 354447ca5357e926795d009be846687f04556beb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-04-02-1310 sha1: 354447ca5357e926795d009be846687f04556beb owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 8201 sha1: 354447ca5357e926795d009be846687f04556beb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-04-02-1310 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_354447ca5357e926795d009be846687f04556beb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 354447ca5357e926795d009be846687f04556beb targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNayxbQCqn73PS1SWQDZ64YuKY/UYcBU+uUB4Y19n96mZNhL0bZaQcQCyxJBMZjneM7E4jI0E/3bA3BhUGzuW8g= smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKFriCwKrQlpv8bryf0Wo+2YZV5tAQPL+4kdpTIDoGWI7+hVFkTT0NCbueW+q6QQzBtTTef1HocKNlzQZVrmcY= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCEc7F/VXf2P9xvFlycprtl/xXDWqpSiDX2LiXhEm/P7/g4aRZkcyA3G/1mM1HIVPWa/1hAxbJKkwOyuKEMy+og= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_14:23:14 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T14:33:30.459 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_354447ca5357e926795d009be846687f04556beb/qa; will attempt to use it 2024-04-19T14:33:30.459 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_354447ca5357e926795d009be846687f04556beb/qa/tasks 2024-04-19T14:33:30.459 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T14:33:30.461 INFO:teuthology.task.internal:Checking packages... 2024-04-19T14:33:30.482 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '354447ca5357e926795d009be846687f04556beb' 2024-04-19T14:33:30.483 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T14:33:30.483 INFO:teuthology.packaging:ref: None 2024-04-19T14:33:30.483 INFO:teuthology.packaging:tag: None 2024-04-19T14:33:30.483 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-04-02-1310 2024-04-19T14:33:30.483 INFO:teuthology.packaging:sha1: 354447ca5357e926795d009be846687f04556beb 2024-04-19T14:33:30.483 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri6-testing-2024-04-02-1310 2024-04-19T14:33:30.623 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3150.g354447ca 2024-04-19T14:33:30.625 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T14:33:30.630 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T14:33:30.631 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T14:33:30.638 INFO:teuthology.task.internal:Saving configuration 2024-04-19T14:33:30.649 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T14:33:30.656 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:33:30.676 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663625', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 14:28:11.061470', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNayxbQCqn73PS1SWQDZ64YuKY/UYcBU+uUB4Y19n96mZNhL0bZaQcQCyxJBMZjneM7E4jI0E/3bA3BhUGzuW8g='} 2024-04-19T14:33:30.696 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663626', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 14:28:12.020976', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKFriCwKrQlpv8bryf0Wo+2YZV5tAQPL+4kdpTIDoGWI7+hVFkTT0NCbueW+q6QQzBtTTef1HocKNlzQZVrmcY='} 2024-04-19T14:33:30.716 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663627', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 14:28:12.981249', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCEc7F/VXf2P9xvFlycprtl/xXDWqpSiDX2LiXhEm/P7/g4aRZkcyA3G/1mM1HIVPWa/1hAxbJKkwOyuKEMy+og='} 2024-04-19T14:33:30.716 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T14:33:30.723 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T14:33:30.723 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T14:33:30.723 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T14:33:30.723 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T14:33:30.820 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f513fd79f70>, signals=[15]) 2024-04-19T14:33:30.820 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T14:33:30.827 INFO:teuthology.task.internal:Opening connections... 2024-04-19T14:33:30.827 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-04-19T14:33:30.829 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:33:30.935 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-19T14:33:30.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:33:31.020 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-04-19T14:33:31.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:33:31.106 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T14:33:31.112 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-04-19T14:33:31.130 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-04-19T14:33:31.131 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-04-19T14:33:31.188 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T14:33:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T14:33:31.190 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-04-19T14:33:31.213 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-19T14:33:31.228 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-19T14:33:31.228 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-04-19T14:33:31.283 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T14:33:31.284 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T14:33:31.284 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T14:33:31.284 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-19T14:33:31.305 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-04-19T14:33:31.322 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-04-19T14:33:31.322 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="9" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="9" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el9" 2024-04-19T14:33:31.377 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:LOGO="fedora-logo-icon" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T14:33:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T14:33:31.378 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-04-19T14:33:31.396 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T14:33:31.407 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T14:33:31.413 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T14:33:31.413 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-04-19T14:33:31.416 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-19T14:33:31.418 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-04-19T14:33:31.433 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T14:33:31.439 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T14:33:31.439 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-04-19T14:33:31.473 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-19T14:33:31.475 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-04-19T14:33:31.492 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T14:33:31.562 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T14:33:31.578 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T14:33:31.578 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T14:33:31.578 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T14:33:31.579 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T14:33:31.579 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T14:33:31.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:33:31.593 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-19T14:33:31.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:33:31.595 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-19T14:33:31.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:33:31.596 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-04-19T14:33:31.647 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-361.el9.x86_64 2024-04-19T14:33:31.647 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-361.el9.x86_64 2024-04-19T14:33:31.647 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-04-19T14:33:31.650 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-361.el9.x86_64 2024-04-19T14:33:31.650 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.14.0-361.el9.x86_64 2024-04-19T14:33:31.650 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-04-19T14:33:31.653 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-361.el9.x86_64 2024-04-19T14:33:31.654 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-361.el9.x86_64 2024-04-19T14:33:31.654 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-04-19T14:33:31.869 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for process with pid 5524 to finish. 2024-04-19T14:33:31.888 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for process with pid 5542 to finish. 2024-04-19T14:33:33.597 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 9.6 MB/s | 6.4 MB 00:00 2024-04-19T14:33:35.122 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 4.7 MB/s | 2.0 MB 00:00 2024-04-19T14:33:36.178 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-19T14:33:39.372 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-04-19T14:33:41.335 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:02 ago on Fri 19 Apr 2024 02:33:39 PM UTC. 2024-04-19T14:33:42.111 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T14:33:42.111 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T14:33:42.259 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-04-19T14:33:42.275 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T14:33:42.276 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-04-19T14:33:42.276 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:33:42.276 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 78 M 2024-04-19T14:33:42.276 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 125 M 2024-04-19T14:33:42.276 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-04-19T14:33:42.310 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:01 ago on Fri 19 Apr 2024 02:33:41 PM UTC. 2024-04-19T14:33:42.443 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 172 kB/s | 29 kB 00:00 2024-04-19T14:33:43.640 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 8.9 MB/s | 6.2 MB 00:00 2024-04-19T14:33:43.794 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T14:33:43.794 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T14:33:43.934 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T14:33:43.946 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 78 M 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 125 M 2024-04-19T14:33:43.947 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-19T14:33:44.110 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 175 kB/s | 29 kB 00:00 2024-04-19T14:33:44.251 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 8.2 MB/s | 16 MB 00:01 2024-04-19T14:33:45.140 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-04-19T14:33:45.544 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 10 MB/s | 16 MB 00:01 2024-04-19T14:33:45.893 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 7.9 MB/s | 27 MB 00:03 2024-04-19T14:33:46.193 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 8.7 MB/s | 34 MB 00:03 2024-04-19T14:33:46.196 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-04-19T14:33:46.196 INFO:teuthology.orchestra.run.smithi007.stdout:Total 20 MB/s | 78 MB 00:03 2024-04-19T14:33:46.196 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-04-19T14:33:46.569 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 11 MB/s | 27 MB 00:02 2024-04-19T14:33:46.650 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-04-19T14:33:46.650 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-04-19T14:33:46.861 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 12 MB/s | 34 MB 00:02 2024-04-19T14:33:46.864 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-19T14:33:46.864 INFO:teuthology.orchestra.run.smithi069.stdout:Total 27 MB/s | 78 MB 00:02 2024-04-19T14:33:46.864 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-19T14:33:47.217 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-19T14:33:47.217 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-19T14:33:47.353 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-04-19T14:33:47.539 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-04-19T14:33:47.539 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-04-19T14:33:48.067 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-19T14:33:48.068 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-19T14:33:49.934 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-04-19T14:33:50.275 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-19T14:33:50.605 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T14:33:50.696 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:33:50.984 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T14:33:51.085 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:33:52.375 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-19T14:33:53.141 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:33:53.286 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:33:53.415 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:33:53.549 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:33:55.008 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T14:33:55.008 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T14:33:55.062 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T14:33:55.063 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout:Install 4 Packages 2024-04-19T14:33:55.064 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-19T14:33:55.110 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 78 M 2024-04-19T14:33:55.110 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 125 M 2024-04-19T14:33:55.110 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-19T14:33:55.110 INFO:teuthology.orchestra.run.smithi186.stdout:Waiting for process with pid 5601 to finish. 2024-04-19T14:33:58.327 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:33:58.439 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:33:58.459 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:33:58.510 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:[SKIPPED] kernel-6.9.0-0.rc2.1.el10.x86_64.rpm: Already downloaded 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:[SKIPPED] kernel-core-6.9.0-0.rc2.1.el10.x86_64.rpm: Already downloaded 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:[SKIPPED] kernel-modules-6.9.0-0.rc2.1.el10.x86_64.rpm: Already downloaded 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:[SKIPPED] kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64.rpm: Already downloaded 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-19T14:33:59.116 INFO:teuthology.orchestra.run.smithi186.stdout:Waiting for process with pid 5601 to finish. 2024-04-19T14:34:03.238 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:03.711 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:32.774 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:32.775 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:32.775 INFO:teuthology.orchestra.run.smithi069.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T14:34:32.775 INFO:teuthology.orchestra.run.smithi069.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T14:34:32.775 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:32.817 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:33.196 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:33.196 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T14:34:33.196 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:34:33.196 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:33.638 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:33.639 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:33.639 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-19T14:34:33.934 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:34:34.035 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.036 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.036 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.036 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:34:34.036 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:34:34.036 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T14:34:34.036 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:34:34.037 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:34:34.116 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.117 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.117 DEBUG:teuthology.orchestra.run.smithi069:> sudo rpm -qi grub2-tools 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Name : grub2-tools 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Epoch : 1 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Version : 2.06 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Release : 68.el9 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: x86_64 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Group : Unspecified 2024-04-19T14:34:34.152 INFO:teuthology.orchestra.run.smithi069.stdout:Size : 8264254 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:License : GPLv3+ 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Packager : builder@centos.org 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Vendor : CentOS 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Summary : Support tools for GRUB. 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:Description : 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T14:34:34.153 INFO:teuthology.orchestra.run.smithi069.stdout:hardware devices. 2024-04-19T14:34:34.154 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-19T14:34:34.154 INFO:teuthology.orchestra.run.smithi069.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T14:34:34.154 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T14:34:34.155 INFO:teuthology.task.kernel:Updating grub on smithi069 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:34.155 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T14:34:34.725 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-04-19T14:34:34.962 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:34.962 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:34.962 INFO:teuthology.orchestra.run.smithi007.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T14:34:34.962 INFO:teuthology.orchestra.run.smithi007.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T14:34:34.962 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:35.007 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:35.410 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:35.410 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T14:34:35.410 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:34:35.411 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:34:35.853 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:34:35.853 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:35.853 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:35.854 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-04-19T14:34:36.107 INFO:teuthology.orchestra.run.smithi069.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T14:34:36.129 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:34:36.136 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-04-19T14:34:36.147 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-04-19T14:34:36.162 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.bnikwXUFmE 2024-04-19T14:34:36.162 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bnikwXUFmE 2024-04-19T14:34:36.231 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.bnikwXUFmE 2024-04-19T14:34:36.238 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.238 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.238 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.238 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:34:36.238 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:34:36.238 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T14:34:36.239 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:34:36.239 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:34:36.322 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.322 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.323 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 68.el9 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T14:34:36.366 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8264254 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-04-19T14:34:36.367 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T14:34:36.368 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T14:34:36.369 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T14:34:36.369 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.369 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T14:34:36.378 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.bnikwXUFmE is 6KB 2024-04-19T14:34:36.429 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.bnikwXUFmE 2024-04-19T14:34:36.444 DEBUG:teuthology.orchestra.run.smithi069:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T14:34:36.511 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T14:34:36.516 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T14:34:36.516 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T14:34:36.516 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T14:34:36.517 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:36.655 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-04-19T14:34:37.116 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-04-19T14:34:38.511 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T14:34:38.542 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-04-19T14:34:38.544 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-04-19T14:34:38.559 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.HDjbdZww32 2024-04-19T14:34:38.559 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HDjbdZww32 2024-04-19T14:34:38.630 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.HDjbdZww32 2024-04-19T14:34:38.774 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.HDjbdZww32 is 6KB 2024-04-19T14:34:38.823 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.HDjbdZww32 2024-04-19T14:34:38.837 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T14:34:38.906 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T14:34:38.906 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T14:34:38.906 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T14:34:38.906 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T14:34:38.908 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:34:39.069 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-04-19T14:34:45.411 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-19T14:34:45.411 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-19T14:34:45.621 INFO:teuthology.orchestra.run.smithi186.stderr:Error: Cannot open file /var/cache/dnf/CentOS-BaseOS-13ae3a7502271b06/packages/kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64.rpm: [Errno 2] No such file or directory: '/var/cache/dnf/CentOS-BaseOS-13ae3a7502271b06/packages/kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64.rpm' 2024-04-19T14:34:45.621 INFO:teuthology.orchestra.run.smithi186.stderr:TypeError: an integer is required (got type NoneType) 2024-04-19T14:34:45.621 INFO:teuthology.orchestra.run.smithi186.stderr:FATAL ERROR: python callback ??? failed, aborting! 2024-04-19T14:34:45.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:34:45.631 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi186 with status 1: 'sudo yum install -y kernel' 2024-04-19T14:34:45.826 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=99197d3e6dfe436d9432a29cf0982a2e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi186 with status 1: 'sudo yum install -y kernel' 2024-04-19T14:34:45.829 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T14:34:45.837 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T14:34:45.851 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T14:34:45.886 INFO:teuthology.nuke:Not nuking smithi007.front.sepia.ceph.com because description doesn't match: yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi != /home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663625 2024-04-19T14:34:45.912 INFO:teuthology.nuke:Not nuking smithi069.front.sepia.ceph.com because description doesn't match: yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi != /home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663626 2024-04-19T14:34:45.937 INFO:teuthology.nuke:Not nuking smithi186.front.sepia.ceph.com because description doesn't match: yuriw-2024-04-19_14:23:14-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi != /home/teuthworker/archive/yuriw-2024-04-19_14:26:57-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7663627 2024-04-19T14:34:45.938 ERROR:teuthology.nuke:Could not nuke the following targets: targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNayxbQCqn73PS1SWQDZ64YuKY/UYcBU+uUB4Y19n96mZNhL0bZaQcQCyxJBMZjneM7E4jI0E/3bA3BhUGzuW8g= smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFKFriCwKrQlpv8bryf0Wo+2YZV5tAQPL+4kdpTIDoGWI7+hVFkTT0NCbueW+q6QQzBtTTef1HocKNlzQZVrmcY= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCEc7F/VXf2P9xvFlycprtl/xXDWqpSiDX2LiXhEm/P7/g4aRZkcyA3G/1mM1HIVPWa/1hAxbJKkwOyuKEMy+og= 2024-04-19T14:34:45.942 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} failure_reason: 'Command failed on smithi186 with status 1: ''sudo yum install -y kernel''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=99197d3e6dfe436d9432a29cf0982a2e status: fail success: false 2024-04-19T14:34:45.942 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:34:46.014 INFO:teuthology.run:FAIL