2024-03-04T15:16:26.562 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-03-04T15:16:26.562 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_tonay@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --archive /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581173 --verbose --name tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi -- /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581173/orig.config.yaml 2024-03-04T15:16:26.589 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T15:16:26.677 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581173 branch: wip-asm0deuz-testing-2024-03-04-1211 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: tonay@ibm.com first_in_suite: false job_id: '7581173' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-asm0deuz-testing-2024-03-04-1211 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 sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-asm0deuz-testing-2024-03-04-1211 sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 owner: scheduled_tonay@teuthology priority: 80 repo: https://git.ceph.com/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: 3905 sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-asm0deuz-testing-2024-03-04-1211 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 targets: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLenb64XceoLgESdn31/NPQ5qRVH/KgVXEFCH+9OByxZNUYoMwbAKc81Q+VTjWF3mWq3fpbprAro2HTAe5ItGh4= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-03-04_15:07:38 tube: smithi user: tonay verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-04T15:16:26.678 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa; will attempt to use it 2024-03-04T15:16:26.678 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa/tasks 2024-03-04T15:16:26.678 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-04T15:16:26.680 INFO:teuthology.task.internal:Checking packages... 2024-03-04T15:16:26.700 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9ca0b5de35ed230e84387abdd8e619ed8e4f3282' 2024-03-04T15:16:26.700 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-04T15:16:26.700 INFO:teuthology.packaging:ref: None 2024-03-04T15:16:26.701 INFO:teuthology.packaging:tag: None 2024-03-04T15:16:26.701 INFO:teuthology.packaging:branch: wip-asm0deuz-testing-2024-03-04-1211 2024-03-04T15:16:26.701 INFO:teuthology.packaging:sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 2024-03-04T15:16:26.701 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-asm0deuz-testing-2024-03-04-1211 2024-03-04T15:16:26.849 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1826.g9ca0b5de 2024-03-04T15:16:26.850 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-04T15:16:26.857 INFO:teuthology.task.internal:no buildpackages task found 2024-03-04T15:16:26.857 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-04T15:16:26.883 INFO:teuthology.task.internal:Saving configuration 2024-03-04T15:16:26.895 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-04T15:16:26.901 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:16:26.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.415227', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk='} 2024-03-04T15:16:26.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.413681', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY='} 2024-03-04T15:16:26.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581173', '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-03-04 15:08:58.948587', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLenb64XceoLgESdn31/NPQ5qRVH/KgVXEFCH+9OByxZNUYoMwbAKc81Q+VTjWF3mWq3fpbprAro2HTAe5ItGh4='} 2024-03-04T15:16:26.999 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-04T15:16:27.005 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-04T15:16:27.006 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-04T15:16:27.006 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-04T15:16:27.006 INFO:teuthology.run_tasks:Running task console_log... 2024-03-04T15:16:27.141 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcf48450e50>, signals=[15]) 2024-03-04T15:16:27.142 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-04T15:16:27.148 INFO:teuthology.task.internal:Opening connections... 2024-03-04T15:16:27.148 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-03-04T15:16:27.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:16:27.247 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-03-04T15:16:27.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:16:27.341 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2024-03-04T15:16:27.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:16:27.440 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-04T15:16:27.446 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-03-04T15:16:27.462 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-03-04T15:16:27.462 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="9" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="9" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el9" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:LOGO="fedora-logo-icon" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-03-04T15:16:27.519 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T15:16:27.520 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T15:16:27.520 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T15:16:27.520 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-03-04T15:16:27.549 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-03-04T15:16:27.565 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-03-04T15:16:27.565 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-03-04T15:16:27.620 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T15:16:27.621 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T15:16:27.622 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-03-04T15:16:27.649 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2024-03-04T15:16:27.667 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2024-03-04T15:16:27.668 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:LOGO="fedora-logo-icon" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T15:16:27.725 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T15:16:27.726 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2024-03-04T15:16:27.765 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-04T15:16:27.774 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-04T15:16:27.779 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-04T15:16:27.780 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-03-04T15:16:27.782 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-03-04T15:16:27.784 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2024-03-04T15:16:27.800 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-04T15:16:27.806 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-04T15:16:27.806 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-03-04T15:16:27.838 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-03-04T15:16:27.840 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2024-03-04T15:16:27.938 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-04T15:16:28.041 INFO:teuthology.run_tasks:Running task kernel... 2024-03-04T15:16:28.054 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-04T15:16:28.055 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-04T15:16:28.055 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T15:16:28.055 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T15:16:28.056 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T15:16:28.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:16:28.070 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-03-04T15:16:28.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:16:28.071 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-03-04T15:16:28.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:16:28.073 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2024-03-04T15:16:28.125 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-361.el9.x86_64 2024-03-04T15:16:28.125 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-361.el9.x86_64 2024-03-04T15:16:28.125 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-03-04T15:16:28.126 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-361.el9.x86_64 2024-03-04T15:16:28.127 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.14.0-361.el9.x86_64 2024-03-04T15:16:28.127 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-03-04T15:16:28.130 INFO:teuthology.orchestra.run.smithi158.stdout:5.14.0-361.el9.x86_64 2024-03-04T15:16:28.130 INFO:teuthology.task.kernel:Running kernel on smithi158: 5.14.0-361.el9.x86_64 2024-03-04T15:16:28.130 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2024-03-04T15:16:29.379 INFO:teuthology.orchestra.run.smithi096.stdout:Waiting for process with pid 5649 to finish. 2024-03-04T15:16:29.857 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-03-04T15:16:30.414 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-04T15:16:31.533 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-04T15:16:32.106 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-03-04T15:16:32.376 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-03-04T15:16:32.999 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-04T15:16:34.875 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 14 MB/s | 19 MB 00:01 2024-03-04T15:16:34.990 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-03-04T15:16:38.953 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-04T15:16:39.209 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.1 MB 00:00 2024-03-04T15:16:40.649 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 15 kB 00:00 2024-03-04T15:16:41.301 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 15 kB 00:01 2024-03-04T15:16:42.196 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2024-03-04T15:16:47.118 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-03-04T15:16:49.383 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T15:16:49.383 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T15:16:49.471 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-03-04T15:16:49.480 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout:Install 4 Packages 2024-03-04T15:16:49.481 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:16:49.482 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 100 M 2024-03-04T15:16:49.482 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 123 M 2024-03-04T15:16:49.482 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-03-04T15:16:49.961 INFO:teuthology.orchestra.run.smithi158.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 22 MB/s | 6.0 MB 00:00 2024-03-04T15:16:50.261 INFO:teuthology.orchestra.run.smithi158.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 36 MB/s | 21 MB 00:00 2024-03-04T15:16:50.653 INFO:teuthology.orchestra.run.smithi158.stdout:(3/4): kernel-modules-core-5.14.0-427.el9.x86_6 49 MB/s | 33 MB 00:00 2024-03-04T15:16:51.078 INFO:teuthology.orchestra.run.smithi158.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 28 MB/s | 39 MB 00:01 2024-03-04T15:16:51.081 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-03-04T15:16:51.081 INFO:teuthology.orchestra.run.smithi158.stdout:Total 62 MB/s | 100 MB 00:01 2024-03-04T15:16:51.968 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-03-04T15:16:52.356 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-03-04T15:16:52.356 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-03-04T15:16:54.000 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-03-04T15:16:54.000 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-03-04T15:16:57.002 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-03-04T15:16:57.653 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-04T15:16:57.773 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:00.554 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:00.752 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:05.263 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 880 kB/s | 20 MB 00:23 2024-03-04T15:17:05.479 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:05.612 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:10.117 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-04T15:17:10.373 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:12.550 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T15:17:12.550 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T15:17:12.602 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.603 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-03-04T15:17:12.604 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:17:12.604 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 100 M 2024-03-04T15:17:12.604 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 123 M 2024-03-04T15:17:12.604 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-03-04T15:17:12.604 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for process with pid 5586 to finish. 2024-03-04T15:17:14.607 INFO:teuthology.orchestra.run.smithi103.stdout:[SKIPPED] kernel-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:14.607 INFO:teuthology.orchestra.run.smithi103.stdout:[SKIPPED] kernel-core-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:14.607 INFO:teuthology.orchestra.run.smithi103.stdout:[SKIPPED] kernel-modules-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:14.607 INFO:teuthology.orchestra.run.smithi103.stdout:[SKIPPED] kernel-modules-core-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:15.517 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-03-04T15:17:15.517 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for process with pid 5586 to finish. 2024-03-04T15:17:29.841 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:01 ago on Mon 04 Mar 2024 03:17:28 PM UTC. 2024-03-04T15:17:31.069 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T15:17:31.069 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T15:17:31.201 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-03-04T15:17:31.212 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.213 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-03-04T15:17:31.214 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-03-04T15:17:31.214 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 100 M 2024-03-04T15:17:31.214 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 123 M 2024-03-04T15:17:31.214 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-03-04T15:17:31.517 INFO:teuthology.orchestra.run.smithi096.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 23 MB/s | 6.0 MB 00:00 2024-03-04T15:17:31.809 INFO:teuthology.orchestra.run.smithi096.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 38 MB/s | 21 MB 00:00 2024-03-04T15:17:32.276 INFO:teuthology.orchestra.run.smithi096.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 39 MB/s | 39 MB 00:01 2024-03-04T15:17:32.567 INFO:teuthology.orchestra.run.smithi096.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 32 MB/s | 33 MB 00:01 2024-03-04T15:17:32.570 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-03-04T15:17:32.571 INFO:teuthology.orchestra.run.smithi096.stdout:Total 73 MB/s | 100 MB 00:01 2024-03-04T15:17:33.467 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-03-04T15:17:33.852 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-03-04T15:17:33.852 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-03-04T15:17:35.208 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-03-04T15:17:35.209 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-03-04T15:17:37.953 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-03-04T15:17:38.603 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-04T15:17:38.753 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:39.763 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:39.763 INFO:teuthology.orchestra.run.smithi158.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-04T15:17:39.763 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:17:39.847 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:40.321 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:40.321 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-04T15:17:40.321 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:40.322 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:40.782 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:40.782 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:17:40.782 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:17:40.783 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-03-04T15:17:41.306 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T15:17:41.451 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T15:17:41.451 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T15:17:41.451 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-04T15:17:41.451 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-04T15:17:41.451 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-04T15:17:41.451 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-04T15:17:41.451 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2024-03-04T15:17:41.452 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T15:17:41.561 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:41.572 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T15:17:41.573 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T15:17:41.573 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2024-03-04T15:17:41.619 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.06 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 68.el9 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Group : Unspecified 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 8264254 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-04T15:17:41.620 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : builder@centos.org 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-03-04T15:17:41.621 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2024-03-04T15:17:41.622 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-04T15:17:41.622 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 5.14.0-427.el9.x86_64 2024-03-04T15:17:41.622 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-04T15:17:41.753 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:42.184 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2024-03-04T15:17:43.574 INFO:teuthology.orchestra.run.smithi158.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-04T15:17:43.637 INFO:teuthology.orchestra.run.smithi158.stderr:done 2024-03-04T15:17:43.640 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2024-03-04T15:17:43.655 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.af5Hf7PMkV 2024-03-04T15:17:43.655 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.af5Hf7PMkV 2024-03-04T15:17:43.723 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.af5Hf7PMkV 2024-03-04T15:17:43.856 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.af5Hf7PMkV is 6KB 2024-03-04T15:17:43.876 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.af5Hf7PMkV 2024-03-04T15:17:43.890 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2024-03-04T15:17:43.955 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-04T15:17:43.955 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-04T15:17:43.955 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-04T15:17:43.955 INFO:teuthology.orchestra.run.smithi158.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-04T15:17:43.957 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-04T15:17:44.110 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2024-03-04T15:17:46.544 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:46.674 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:51.476 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:18:03.840 INFO:teuthology.orchestra.run.smithi103.stderr:[Errno 2] No such file or directory: '/var/cache/dnf/baseos-044cae74d71fe9ea/packages/kernel-5.14.0-427.el9.x86_64.rpm' 2024-03-04T15:18:03.841 INFO:teuthology.orchestra.run.smithi103.stdout:The downloaded packages were saved in cache until the next successful transaction. 2024-03-04T15:18:03.841 INFO:teuthology.orchestra.run.smithi103.stdout:You can remove cached packages by executing 'yum clean packages'. 2024-03-04T15:18:03.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:18:03.939 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi103 with status 1: 'sudo yum install -y kernel' 2024-03-04T15:18:04.151 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1988308a6f2148e085c00b5c69a3eef4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi103 with status 1: 'sudo yum install -y kernel' 2024-03-04T15:18:04.154 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-04T15:18:04.161 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-04T15:18:04.184 INFO:teuthology.nuke:Checking targets against current locks 2024-03-04T15:18:04.245 DEBUG:teuthology.nuke:shortname: smithi096 2024-03-04T15:18:04.245 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:18:04.296 DEBUG:teuthology.nuke:shortname: smithi103 2024-03-04T15:18:04.296 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:18:04.319 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.415227', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk='} 2024-03-04T15:18:04.344 DEBUG:teuthology.nuke:shortname: smithi158 2024-03-04T15:18:04.344 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:18:04.357 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.413681', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY='} 2024-03-04T15:18:04.397 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581173', '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-03-04 15:08:58.948587', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLenb64XceoLgESdn31/NPQ5qRVH/KgVXEFCH+9OByxZNUYoMwbAKc81Q+VTjWF3mWq3fpbprAro2HTAe5ItGh4='} 2024-03-04T15:18:04.415 INFO:teuthology.orchestra.console.smithi096:Power off 2024-03-04T15:18:04.415 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T15:18:04.472 INFO:teuthology.orchestra.console.smithi103:Power off 2024-03-04T15:18:04.472 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T15:18:04.487 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2024-03-04T15:18:04.487 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:04.506 INFO:teuthology.orchestra.console.smithi158:Power off 2024-03-04T15:18:04.507 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T15:18:04.515 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2024-03-04T15:18:04.516 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:04.524 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-03-04T15:18:04.554 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2024-03-04T15:18:04.554 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:04.565 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-03-04T15:18:04.604 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2024-03-04T15:18:08.525 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:08.566 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:08.604 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:08.634 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-03-04T15:18:08.675 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-03-04T15:18:08.714 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2024-03-04T15:18:12.635 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:12.676 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:12.715 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:12.744 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2024-03-04T15:18:12.785 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-03-04T15:18:12.827 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2024-03-04T15:18:12.846 INFO:teuthology.orchestra.console.smithi096:Power off completed 2024-03-04T15:18:14.113 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-04T15:18:14.113 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-03-04T15:18:14.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:18:16.786 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:16.828 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:18:16.896 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2024-03-04T15:18:16.938 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2024-03-04T15:18:16.997 INFO:teuthology.orchestra.console.smithi103:Power off completed 2024-03-04T15:18:17.039 INFO:teuthology.orchestra.console.smithi158:Power off completed 2024-03-04T15:18:17.144 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} failure_reason: 'Command failed on smithi103 with status 1: ''sudo yum install -y kernel''' owner: scheduled_tonay@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1988308a6f2148e085c00b5c69a3eef4 status: fail success: false 2024-03-04T15:18:17.144 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T15:18:17.232 INFO:teuthology.run:FAIL