2023-11-08T00:39:45.527 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T00:39:45.528 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451102 --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451102/orig.config.yaml 2023-11-08T00:39:45.564 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T00:39:45.650 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451102 branch: wip-yuri3-testing-2023-11-07-0801-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7451102' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2023-11-07-0801-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGC8d6nskpb0wo49nKVDXmCOWLH11XgowcL22HAl8D25oCFaoACok4G0LSmX2UrD6bHdde+hnnCFWpU2coZ6LyM= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBME3Hz8L1P2UNZ+SLGkXO+Gwo4DW38lhQO6TnDnGzGUTzV6ilZHvg8pLIkGWdVzbpeRN60qh8YExXtnJxs6LCJA= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-08T00:39:45.650 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T00:39:45.651 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T00:39:45.651 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T00:39:45.653 INFO:teuthology.task.internal:Checking packages... 2023-11-08T00:39:45.675 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T00:39:45.675 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T00:39:45.676 INFO:teuthology.packaging:ref: None 2023-11-08T00:39:45.676 INFO:teuthology.packaging:tag: None 2023-11-08T00:39:45.676 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T00:39:45.677 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T00:39:45.677 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T00:39:45.893 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T00:39:45.894 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T00:39:45.901 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T00:39:45.901 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T00:39:45.908 INFO:teuthology.task.internal:Saving configuration 2023-11-08T00:39:45.923 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T00:39:45.929 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T00:39:45.956 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451104', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:34:56.050590', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGC8d6nskpb0wo49nKVDXmCOWLH11XgowcL22HAl8D25oCFaoACok4G0LSmX2UrD6bHdde+hnnCFWpU2coZ6LyM='} 2023-11-08T00:39:45.980 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451102', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:33:25.110611', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBME3Hz8L1P2UNZ+SLGkXO+Gwo4DW38lhQO6TnDnGzGUTzV6ilZHvg8pLIkGWdVzbpeRN60qh8YExXtnJxs6LCJA='} 2023-11-08T00:39:45.981 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T00:39:45.989 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-08T00:39:45.989 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-08T00:39:45.990 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T00:39:46.062 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff88e27cb80>, signals=[15]) 2023-11-08T00:39:46.063 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T00:39:46.069 INFO:teuthology.task.internal:Opening connections... 2023-11-08T00:39:46.069 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-11-08T00:39:46.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:39:46.141 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2023-11-08T00:39:46.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:39:46.208 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T00:39:46.215 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-11-08T00:39:46.238 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-11-08T00:39:46.238 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-11-08T00:39:46.300 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2023-11-08T00:39:46.300 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="8" 2023-11-08T00:39:46.300 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2023-11-08T00:39:46.300 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2023-11-08T00:39:46.300 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="8" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el8" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2023-11-08T00:39:46.301 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T00:39:46.302 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T00:39:46.302 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T00:39:46.303 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-11-08T00:39:46.326 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2023-11-08T00:39:46.350 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2023-11-08T00:39:46.350 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2023-11-08T00:39:46.412 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2023-11-08T00:39:46.412 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="8" 2023-11-08T00:39:46.412 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2023-11-08T00:39:46.413 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2023-11-08T00:39:46.413 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="8" 2023-11-08T00:39:46.413 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el8" 2023-11-08T00:39:46.413 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T00:39:46.413 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2023-11-08T00:39:46.414 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T00:39:46.414 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2023-11-08T00:39:46.414 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T00:39:46.414 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T00:39:46.414 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T00:39:46.415 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2023-11-08T00:39:46.435 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T00:39:46.443 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T00:39:46.456 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T00:39:46.456 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-11-08T00:39:46.459 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2023-11-08T00:39:46.479 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T00:39:46.485 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T00:39:46.485 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-11-08T00:39:46.519 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2023-11-08T00:39:46.547 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T00:39:46.602 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T00:39:46.617 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T00:39:46.618 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T00:39:46.618 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T00:39:46.619 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T00:39:46.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:39:46.640 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2023-11-08T00:39:46.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:39:46.641 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-11-08T00:39:46.701 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-489.el8.x86_64 2023-11-08T00:39:46.701 INFO:teuthology.task.kernel:Running kernel on smithi179: 4.18.0-489.el8.x86_64 2023-11-08T00:39:46.701 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2023-11-08T00:39:46.703 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-489.el8.x86_64 2023-11-08T00:39:46.703 INFO:teuthology.task.kernel:Running kernel on smithi073: 4.18.0-489.el8.x86_64 2023-11-08T00:39:46.703 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2023-11-08T00:39:53.633 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - AppStream 7.9 MB/s | 34 MB 00:04 2023-11-08T00:39:54.651 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - AppStream 6.5 MB/s | 34 MB 00:05 2023-11-08T00:40:03.544 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 53 MB 00:03 2023-11-08T00:40:07.675 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - BaseOS 7.7 MB/s | 53 MB 00:06 2023-11-08T00:40:11.368 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2023-11-08T00:40:12.210 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 8 - Extras common packages 10 kB/s | 6.9 kB 00:00 2023-11-08T00:40:12.520 INFO:teuthology.orchestra.run.smithi073.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-08T00:40:15.442 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras 82 kB/s | 18 kB 00:00 2023-11-08T00:40:15.687 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:03 2023-11-08T00:40:15.801 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2023-11-08T00:40:16.094 INFO:teuthology.orchestra.run.smithi179.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-08T00:40:17.373 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-08T00:40:19.521 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 364 kB/s | 24 kB 00:00 2023-11-08T00:40:21.212 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 365 kB/s | 24 kB 00:00 2023-11-08T00:40:23.229 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T00:40:23.229 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T00:40:23.434 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-08T00:40:23.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-08T00:40:23.435 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2023-11-08T00:40:23.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-08T00:40:23.436 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2023-11-08T00:40:23.436 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T00:40:23.436 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-11-08T00:40:23.436 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T00:40:23.436 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T00:40:23.437 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-08T00:40:23.437 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-08T00:40:23.437 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-08T00:40:23.437 INFO:teuthology.orchestra.run.smithi073.stdout:Install 3 Packages 2023-11-08T00:40:23.437 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-08T00:40:23.438 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 89 M 2023-11-08T00:40:23.438 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 96 M 2023-11-08T00:40:23.439 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-11-08T00:40:23.439 INFO:teuthology.orchestra.run.smithi073.stdout:Waiting for process with pid 6971 to finish. 2023-11-08T00:40:24.927 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T00:40:24.927 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T00:40:25.208 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2023-11-08T00:40:25.208 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-08T00:40:25.209 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2023-11-08T00:40:25.209 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-08T00:40:25.209 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2023-11-08T00:40:25.209 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T00:40:25.210 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2023-11-08T00:40:25.210 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T00:40:25.210 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T00:40:25.210 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:40:25.210 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2023-11-08T00:40:25.211 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2023-11-08T00:40:25.211 INFO:teuthology.orchestra.run.smithi179.stdout:Install 3 Packages 2023-11-08T00:40:25.211 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:40:25.212 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 89 M 2023-11-08T00:40:25.212 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 96 M 2023-11-08T00:40:25.212 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2023-11-08T00:40:26.306 INFO:teuthology.orchestra.run.smithi179.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-11-08T00:40:29.697 INFO:teuthology.orchestra.run.smithi179.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 10 MB/s | 43 MB 00:04 2023-11-08T00:40:33.448 INFO:teuthology.orchestra.run.smithi073.stdout:[SKIPPED] kernel-4.18.0-521.el8.x86_64.rpm: Already downloaded 2023-11-08T00:40:33.449 INFO:teuthology.orchestra.run.smithi073.stdout:[SKIPPED] kernel-core-4.18.0-521.el8.x86_64.rpm: Already downloaded 2023-11-08T00:40:33.449 INFO:teuthology.orchestra.run.smithi073.stdout:[SKIPPED] kernel-modules-4.18.0-521.el8.x86_64.rpm: Already downloaded 2023-11-08T00:40:33.855 INFO:teuthology.orchestra.run.smithi179.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 4.3 MB/s | 36 MB 00:08 2023-11-08T00:40:33.856 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2023-11-08T00:40:33.856 INFO:teuthology.orchestra.run.smithi179.stdout:Total 10 MB/s | 89 MB 00:08 2023-11-08T00:40:34.137 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-11-08T00:40:34.138 INFO:teuthology.orchestra.run.smithi073.stdout:Waiting for process with pid 6971 to finish. 2023-11-08T00:40:34.528 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2023-11-08T00:40:34.934 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2023-11-08T00:40:34.934 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2023-11-08T00:40:36.169 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2023-11-08T00:40:36.205 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2023-11-08T00:40:38.970 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2023-11-08T00:40:39.627 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T00:40:43.157 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T00:40:43.560 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T00:40:46.990 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T00:40:47.297 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T00:41:09.143 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T00:41:09.166 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T00:41:09.521 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T00:41:09.522 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T00:41:09.522 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T00:41:10.213 INFO:teuthology.orchestra.run.smithi073.stderr:[Errno 2] No such file or directory: '/var/cache/dnf/baseos-055ffcb2ec25a27f/packages/kernel-4.18.0-521.el8.x86_64.rpm' 2023-11-08T00:41:10.214 INFO:teuthology.orchestra.run.smithi073.stdout:The downloaded packages were saved in cache until the next successful transaction. 2023-11-08T00:41:10.215 INFO:teuthology.orchestra.run.smithi073.stdout:You can remove cached packages by executing 'yum clean packages'. 2023-11-08T00:41:10.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:41:10.336 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 1269, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi073 with status 1: 'sudo yum install -y kernel' 2023-11-08T00:41:10.405 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f095a222a46743139ab3f9a29ab2a395 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 1269, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi073 with status 1: 'sudo yum install -y kernel' 2023-11-08T00:41:10.408 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T00:41:10.418 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T00:41:10.438 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T00:41:10.451 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T00:41:10.452 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:41:10.452 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2023-11-08T00:41:10.452 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T00:41:10.452 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T00:41:10.453 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:41:10.453 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2023-11-08T00:41:10.475 DEBUG:teuthology.nuke:shortname: smithi073 2023-11-08T00:41:10.476 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T00:41:10.485 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:41:10.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451104', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:34:56.050590', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGC8d6nskpb0wo49nKVDXmCOWLH11XgowcL22HAl8D25oCFaoACok4G0LSmX2UrD6bHdde+hnnCFWpU2coZ6LyM='} 2023-11-08T00:41:10.504 DEBUG:teuthology.nuke:shortname: smithi179 2023-11-08T00:41:10.504 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T00:41:10.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451102', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:33:25.110611', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBME3Hz8L1P2UNZ+SLGkXO+Gwo4DW38lhQO6TnDnGzGUTzV6ilZHvg8pLIkGWdVzbpeRN60qh8YExXtnJxs6LCJA='} 2023-11-08T00:41:10.575 INFO:teuthology.orchestra.console.smithi179:Power off 2023-11-08T00:41:10.575 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T00:41:10.598 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2023-11-08T00:41:10.599 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:10.613 INFO:teuthology.orchestra.console.smithi073:Power off 2023-11-08T00:41:10.613 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T00:41:10.622 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-11-08T00:41:10.636 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-11-08T00:41:10.637 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:10.659 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-08T00:41:10.700 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T00:41:10.700 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T00:41:10.701 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T00:41:10.701 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T00:41:10.701 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T00:41:10.702 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T00:41:10.702 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T00:41:10.702 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:41:10.911 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T00:41:10.912 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T00:41:10.912 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2023-11-08T00:41:10.945 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2023-11-08T00:41:10.946 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2023-11-08T00:41:10.946 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.02 2023-11-08T00:41:10.946 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 129.el8 2023-11-08T00:41:10.946 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2023-11-08T00:41:10.947 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T00:41:10.947 INFO:teuthology.orchestra.run.smithi179.stdout:Group : System Environment/Base 2023-11-08T00:41:10.947 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 9265586 2023-11-08T00:41:10.947 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2023-11-08T00:41:10.948 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T00:41:10.948 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T00:41:10.948 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T00:41:10.948 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T00:41:10.949 INFO:teuthology.orchestra.run.smithi179.stdout:Relocations : (not relocatable) 2023-11-08T00:41:10.949 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : CentOS BuildSystem 2023-11-08T00:41:10.949 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2023-11-08T00:41:10.949 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T00:41:10.950 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2023-11-08T00:41:10.950 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2023-11-08T00:41:10.950 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:41:10.951 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T00:41:10.951 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T00:41:10.951 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T00:41:10.951 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2023-11-08T00:41:10.951 INFO:teuthology.orchestra.run.smithi179.stdout: 2023-11-08T00:41:10.952 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T00:41:10.953 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T00:41:10.953 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 4.18.0-521.el8.x86_64 2023-11-08T00:41:10.953 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T00:41:12.457 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2023-11-08T00:41:13.772 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T00:41:14.624 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:14.660 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:14.734 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2023-11-08T00:41:14.769 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-08T00:41:18.738 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:18.770 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T00:41:18.848 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2023-11-08T00:41:18.881 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-11-08T00:41:18.950 INFO:teuthology.orchestra.console.smithi179:Power off completed 2023-11-08T00:41:18.982 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-11-08T00:41:19.086 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} failure_reason: 'Command failed on smithi073 with status 1: ''sudo yum install -y kernel''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f095a222a46743139ab3f9a29ab2a395 status: fail success: false 2023-11-08T00:41:19.087 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T00:41:19.170 INFO:teuthology.run:FAIL