2024-02-15T17:16:52.447 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-15T17:16:52.448 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --archive /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561398 --owner scheduled_lflores@teuthology --name lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi -- /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561398/orig.config.yaml 2024-02-15T17:16:52.486 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T17:16:52.574 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561398 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7561398' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-02-08-0854-pacific sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 owner: scheduled_lflores@teuthology priority: 25 repo: https://git.ceph.com/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: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-02-08-0854-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 targets: smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJyG4xhi7lVNlOA6d5r5OubvAtB+D5KOQYBAqEEmMZYQQZs31sKEReTq9HfUkXJLaojQAi4St7+hiv2gPKfIhKo= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIR34Ra/3fQao6QKb2sLS78iw4sKF2XT8Ptj+vA1sZEA2eemvj1sr3yXwss52wf8AI749zUD/c6jqEyAvLlQaDI= 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: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-15_16:35:54 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: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 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 2024-02-15T17:16:52.574 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa; will attempt to use it 2024-02-15T17:16:52.575 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa/tasks 2024-02-15T17:16:52.575 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-15T17:16:52.577 INFO:teuthology.task.internal:Checking packages... 2024-02-15T17:16:52.602 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-15T17:16:52.602 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-15T17:16:52.602 INFO:teuthology.packaging:ref: None 2024-02-15T17:16:52.602 INFO:teuthology.packaging:tag: None 2024-02-15T17:16:52.602 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T17:16:52.602 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:16:52.603 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T17:16:52.842 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-15T17:16:52.843 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-15T17:16:52.850 INFO:teuthology.task.internal:no buildpackages task found 2024-02-15T17:16:52.850 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-15T17:16:52.870 INFO:teuthology.task.internal:Saving configuration 2024-02-15T17:16:52.884 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-15T17:16:52.889 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T17:16:52.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561398', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:11:34.578781', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJyG4xhi7lVNlOA6d5r5OubvAtB+D5KOQYBAqEEmMZYQQZs31sKEReTq9HfUkXJLaojQAi4St7+hiv2gPKfIhKo='} 2024-02-15T17:16:52.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561398', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 17:11:34.577271', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIR34Ra/3fQao6QKb2sLS78iw4sKF2XT8Ptj+vA1sZEA2eemvj1sr3yXwss52wf8AI749zUD/c6jqEyAvLlQaDI='} 2024-02-15T17:16:52.934 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-15T17:16:52.939 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-15T17:16:52.939 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-15T17:16:52.939 INFO:teuthology.run_tasks:Running task console_log... 2024-02-15T17:16:53.018 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc74d303ee0>, signals=[15]) 2024-02-15T17:16:53.018 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-15T17:16:53.025 INFO:teuthology.task.internal:Opening connections... 2024-02-15T17:16:53.025 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-02-15T17:16:53.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:16:53.101 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-02-15T17:16:53.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:16:53.174 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-15T17:16:53.181 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-02-15T17:16:53.204 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-02-15T17:16:53.204 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-02-15T17:16:53.265 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="CentOS Stream" 2024-02-15T17:16:53.265 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="8" 2024-02-15T17:16:53.265 INFO:teuthology.orchestra.run.smithi044.stdout:ID="centos" 2024-02-15T17:16:53.265 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE="rhel fedora" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="8" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:PLATFORM_ID="platform:el8" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:ANSI_COLOR="0;31" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://centos.org/" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T17:16:53.266 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T17:16:53.267 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-02-15T17:16:53.292 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-02-15T17:16:53.315 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-02-15T17:16:53.315 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-02-15T17:16:53.377 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="CentOS Stream" 2024-02-15T17:16:53.377 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="8" 2024-02-15T17:16:53.377 INFO:teuthology.orchestra.run.smithi189.stdout:ID="centos" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE="rhel fedora" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="8" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:PLATFORM_ID="platform:el8" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:ANSI_COLOR="0;31" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://centos.org/" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T17:16:53.378 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T17:16:53.379 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-02-15T17:16:53.400 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-15T17:16:53.414 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-15T17:16:53.420 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-15T17:16:53.421 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-02-15T17:16:53.423 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-02-15T17:16:53.443 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-15T17:16:53.449 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-15T17:16:53.449 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-02-15T17:16:53.485 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-02-15T17:16:53.516 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-15T17:16:53.571 INFO:teuthology.run_tasks:Running task kernel... 2024-02-15T17:16:53.585 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-15T17:16:53.585 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-15T17:16:53.586 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T17:16:53.586 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T17:16:53.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:16:53.606 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-02-15T17:16:53.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:16:53.607 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-02-15T17:16:53.666 INFO:teuthology.orchestra.run.smithi189.stdout:4.18.0-489.el8.x86_64 2024-02-15T17:16:53.666 INFO:teuthology.task.kernel:Running kernel on smithi189: 4.18.0-489.el8.x86_64 2024-02-15T17:16:53.666 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum install -y kernel 2024-02-15T17:16:53.669 INFO:teuthology.orchestra.run.smithi044.stdout:4.18.0-489.el8.x86_64 2024-02-15T17:16:53.669 INFO:teuthology.task.kernel:Running kernel on smithi044: 4.18.0-489.el8.x86_64 2024-02-15T17:16:53.669 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum install -y kernel 2024-02-15T17:17:12.053 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 8 - AppStream 1.7 MB/s | 27 MB 00:15 2024-02-15T17:17:14.812 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - AppStream 1.5 MB/s | 27 MB 00:18 2024-02-15T17:17:17.345 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 10 MB 00:00 2024-02-15T17:17:19.387 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-02-15T17:17:19.896 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2024-02-15T17:17:20.328 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 10 MB 00:00 2024-02-15T17:17:20.580 INFO:teuthology.orchestra.run.smithi189.stdout:Copr repo for python3-asyncssh owned by ceph 5.8 kB/s | 3.5 kB 00:00 2024-02-15T17:17:22.454 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-02-15T17:17:22.971 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2024-02-15T17:17:23.248 INFO:teuthology.orchestra.run.smithi044.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-02-15T17:17:24.700 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 4.0 MB/s | 16 MB 00:04 2024-02-15T17:17:25.326 INFO:teuthology.orchestra.run.smithi044.stdout:Extra Packages for Enterprise Linux 8.2 MB/s | 16 MB 00:01 2024-02-15T17:17:28.489 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 380 kB/s | 24 kB 00:00 2024-02-15T17:17:29.315 INFO:teuthology.orchestra.run.smithi044.stdout:lab-extras 664 kB/s | 24 kB 00:00 2024-02-15T17:17:31.478 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T17:17:31.478 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T17:17:31.606 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-02-15T17:17:31.607 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-02-15T17:17:31.607 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-02-15T17:17:31.607 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-02-15T17:17:31.607 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-02-15T17:17:31.607 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Install 3 Packages 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 90 M 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 97 M 2024-02-15T17:17:31.608 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-02-15T17:17:32.182 INFO:teuthology.orchestra.run.smithi189.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 27 MB/s | 10 MB 00:00 2024-02-15T17:17:32.521 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T17:17:32.521 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T17:17:32.655 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-02-15T17:17:32.655 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-02-15T17:17:32.655 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-02-15T17:17:32.656 INFO:teuthology.orchestra.run.smithi044.stdout:Install 3 Packages 2024-02-15T17:17:32.657 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:17:32.657 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 90 M 2024-02-15T17:17:32.657 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 97 M 2024-02-15T17:17:32.657 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-02-15T17:17:32.808 INFO:teuthology.orchestra.run.smithi189.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 36 MB/s | 36 MB 00:01 2024-02-15T17:17:33.184 INFO:teuthology.orchestra.run.smithi044.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 25 MB/s | 10 MB 00:00 2024-02-15T17:17:33.233 INFO:teuthology.orchestra.run.smithi189.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 30 MB/s | 43 MB 00:01 2024-02-15T17:17:33.233 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-02-15T17:17:33.233 INFO:teuthology.orchestra.run.smithi189.stdout:Total 55 MB/s | 90 MB 00:01 2024-02-15T17:17:33.809 INFO:teuthology.orchestra.run.smithi044.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 35 MB/s | 36 MB 00:01 2024-02-15T17:17:33.920 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-02-15T17:17:34.276 INFO:teuthology.orchestra.run.smithi044.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 29 MB/s | 43 MB 00:01 2024-02-15T17:17:34.277 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-02-15T17:17:34.277 INFO:teuthology.orchestra.run.smithi044.stdout:Total 55 MB/s | 90 MB 00:01 2024-02-15T17:17:34.363 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-02-15T17:17:34.363 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-02-15T17:17:34.987 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-02-15T17:17:35.429 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-02-15T17:17:35.429 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-02-15T17:17:35.611 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-02-15T17:17:35.637 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-02-15T17:17:36.724 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-02-15T17:17:36.744 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-02-15T17:17:38.420 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-02-15T17:17:38.969 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:17:39.700 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-02-15T17:17:40.197 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:17:42.517 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:17:42.910 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:17:43.936 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:17:44.313 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:17:46.347 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:17:46.649 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:17:47.989 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:17:48.331 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:08.712 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:08.735 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:09.079 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:09.079 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:18:09.079 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:18:09.517 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:09.517 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:18:09.517 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-02-15T17:18:09.517 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T17:18:09.517 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T17:18:09.518 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:18:09.518 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-02-15T17:18:09.678 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:18:09.897 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:18:09.897 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:18:09.897 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T17:18:09.897 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T17:18:09.897 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T17:18:09.897 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-15T17:18:09.898 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T17:18:09.898 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:18:10.108 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:18:10.108 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:18:10.108 DEBUG:teuthology.orchestra.run.smithi189:> sudo rpm -qi grub2-tools 2024-02-15T17:18:10.142 INFO:teuthology.orchestra.run.smithi189.stdout:Name : grub2-tools 2024-02-15T17:18:10.142 INFO:teuthology.orchestra.run.smithi189.stdout:Epoch : 1 2024-02-15T17:18:10.142 INFO:teuthology.orchestra.run.smithi189.stdout:Version : 2.02 2024-02-15T17:18:10.142 INFO:teuthology.orchestra.run.smithi189.stdout:Release : 129.el8 2024-02-15T17:18:10.142 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: x86_64 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Group : System Environment/Base 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Size : 9265586 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:License : GPLv3+ 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Relocations : (not relocatable) 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Packager : CentOS BuildSystem 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Vendor : CentOS 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Summary : Support tools for GRUB. 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout:Description : 2024-02-15T17:18:10.143 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout:hardware devices. 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-02-15T17:18:10.144 INFO:teuthology.orchestra.run.smithi189.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T17:18:10.145 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T17:18:10.145 INFO:teuthology.task.kernel:Updating grub on smithi189 to boot 4.18.0-539.el8.x86_64 2024-02-15T17:18:10.145 DEBUG:teuthology.orchestra.run.smithi189:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T17:18:11.597 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-02-15T17:18:11.916 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:11.939 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:12.287 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:12.287 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:18:12.287 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:18:12.847 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-02-15T17:18:13.015 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:18:13.245 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:18:13.245 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:18:13.245 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T17:18:13.245 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T17:18:13.245 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T17:18:13.246 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-15T17:18:13.246 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T17:18:13.246 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:18:13.466 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:18:13.466 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:18:13.466 DEBUG:teuthology.orchestra.run.smithi044:> sudo rpm -qi grub2-tools 2024-02-15T17:18:13.501 INFO:teuthology.orchestra.run.smithi044.stdout:Name : grub2-tools 2024-02-15T17:18:13.501 INFO:teuthology.orchestra.run.smithi044.stdout:Epoch : 1 2024-02-15T17:18:13.501 INFO:teuthology.orchestra.run.smithi044.stdout:Version : 2.02 2024-02-15T17:18:13.501 INFO:teuthology.orchestra.run.smithi044.stdout:Release : 129.el8 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: x86_64 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Group : System Environment/Base 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Size : 9265586 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:License : GPLv3+ 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Relocations : (not relocatable) 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Packager : CentOS BuildSystem 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Vendor : CentOS 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T17:18:13.502 INFO:teuthology.orchestra.run.smithi044.stdout:Summary : Support tools for GRUB. 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:Description : 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:hardware devices. 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-02-15T17:18:13.503 INFO:teuthology.orchestra.run.smithi044.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T17:18:13.504 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T17:18:13.505 INFO:teuthology.task.kernel:Updating grub on smithi044 to boot 4.18.0-539.el8.x86_64 2024-02-15T17:18:13.505 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T17:18:13.791 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-02-15T17:18:13.793 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-02-15T17:18:13.829 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.RPM9PLzHoR 2024-02-15T17:18:13.829 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.RPM9PLzHoR 2024-02-15T17:18:13.904 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.RPM9PLzHoR 2024-02-15T17:18:14.054 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.RPM9PLzHoR is 6KB 2024-02-15T17:18:14.081 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.RPM9PLzHoR 2024-02-15T17:18:14.099 DEBUG:teuthology.orchestra.run.smithi189:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T17:18:14.165 INFO:teuthology.orchestra.run.smithi189.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T17:18:14.166 INFO:teuthology.orchestra.run.smithi189.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T17:18:14.166 INFO:teuthology.orchestra.run.smithi189.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T17:18:14.166 INFO:teuthology.orchestra.run.smithi189.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T17:18:14.167 DEBUG:teuthology.orchestra.run.smithi189:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T17:18:14.327 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-02-15T17:18:14.998 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2024-02-15T17:18:17.080 INFO:teuthology.orchestra.run.smithi044.stderr:done 2024-02-15T17:18:17.081 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2024-02-15T17:18:17.111 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.5c9ZIQze0m 2024-02-15T17:18:17.112 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5c9ZIQze0m 2024-02-15T17:18:17.183 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.5c9ZIQze0m 2024-02-15T17:18:17.325 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.5c9ZIQze0m is 6KB 2024-02-15T17:18:17.372 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.5c9ZIQze0m 2024-02-15T17:18:17.390 DEBUG:teuthology.orchestra.run.smithi044:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T17:18:17.456 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T17:18:17.457 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T17:18:17.457 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T17:18:17.457 INFO:teuthology.orchestra.run.smithi044.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T17:18:17.458 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T17:18:17.606 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2024-02-15T17:18:44.353 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-15T17:18:44.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-02-15T17:18:44.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:18:47.612 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-15T17:18:47.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-02-15T17:18:47.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:19:02.716 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-02-15T17:19:06.044 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.44 2024-02-15T17:19:11.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-02-15T17:19:11.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:19:14.780 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-02-15T17:19:15.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-02-15T17:19:15.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:19:26.792 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-02-15T17:19:26.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:19:45.212 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-02-15T17:20:00.228 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-02-15T17:20:00.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:20:00.565 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-02-15T17:20:00.875 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-02-15T17:20:00.875 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-15T17:20:00.876 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-02-15T17:20:00.892 INFO:teuthology.orchestra.run.smithi189.stdout:4.18.0-539.el8.x86_64 2024-02-15T17:20:00.892 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T17:20:00.893 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T17:20:00.893 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T17:20:01.893 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-15T17:20:01.894 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T17:20:01.961 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-02-15T17:20:01.975 DEBUG:teuthology.parallel:result is None 2024-02-15T17:20:15.048 DEBUG:teuthology.orchestra.remote:timed out 2024-02-15T17:20:27.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-02-15T17:20:27.050 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:20:27.409 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-02-15T17:20:27.718 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-02-15T17:20:27.719 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-15T17:20:27.720 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-02-15T17:20:27.739 INFO:teuthology.orchestra.run.smithi044.stdout:4.18.0-539.el8.x86_64 2024-02-15T17:20:27.739 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T17:20:27.739 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T17:20:27.739 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T17:20:28.740 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-15T17:20:28.740 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T17:20:28.806 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2024-02-15T17:20:28.822 DEBUG:teuthology.parallel:result is None 2024-02-15T17:20:28.822 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-15T17:20:28.830 INFO:teuthology.task.internal:Creating test directory... 2024-02-15T17:20:28.830 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T17:20:28.833 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T17:20:28.857 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-15T17:20:28.867 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-15T17:20:28.881 INFO:teuthology.task.internal:Creating archive directory... 2024-02-15T17:20:28.881 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T17:20:28.895 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T17:20:29.147 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-15T17:20:29.158 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-15T17:20:29.158 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T17:20:29.160 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T17:20:29.198 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:20:29.203 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:20:29.210 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:20:29.215 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:20:29.216 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-15T17:20:29.227 INFO:teuthology.task.internal:Configuring sudo... 2024-02-15T17:20:29.228 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T17:20:29.230 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T17:20:29.283 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-15T17:20:29.293 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-15T17:20:29.293 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T17:20:29.302 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T17:20:29.342 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:20:29.407 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:20:29.472 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:20:29.517 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:20:29.561 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-02-15T17:20:29.561 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T17:20:29.630 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:20:29.683 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:20:29.731 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:20:29.819 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:20:29.862 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-02-15T17:20:29.862 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T17:20:29.930 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2024-02-15T17:20:29.933 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-02-15T17:20:30.011 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:20:30.048 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:20:30.409 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-15T17:20:30.418 INFO:teuthology.task.internal:Starting timer... 2024-02-15T17:20:30.419 INFO:teuthology.run_tasks:Running task pcp... 2024-02-15T17:20:30.435 INFO:teuthology.run_tasks:Running task selinux... 2024-02-15T17:20:30.445 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-15T17:20:30.445 DEBUG:teuthology.orchestra.run.smithi044:> sudo service auditd rotate 2024-02-15T17:20:30.536 INFO:teuthology.orchestra.run.smithi044.stdout:Rotating logs: 2024-02-15T17:20:30.537 DEBUG:teuthology.orchestra.run.smithi189:> sudo service auditd rotate 2024-02-15T17:20:30.623 INFO:teuthology.orchestra.run.smithi189.stdout:Rotating logs: 2024-02-15T17:20:30.625 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-15T17:20:30.625 DEBUG:teuthology.orchestra.run.smithi044:> /usr/sbin/getenforce 2024-02-15T17:20:30.676 INFO:teuthology.orchestra.run.smithi044.stdout:Permissive 2024-02-15T17:20:30.677 DEBUG:teuthology.orchestra.run.smithi189:> /usr/sbin/getenforce 2024-02-15T17:20:30.709 INFO:teuthology.orchestra.run.smithi189.stdout:Permissive 2024-02-15T17:20:30.709 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi044.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi189.front.sepia.ceph.com': 'permissive'} 2024-02-15T17:20:30.709 DEBUG:teuthology.orchestra.run.smithi044:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T17:20:30.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:20:30.740 DEBUG:teuthology.orchestra.run.smithi189:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T17:20:30.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:20:30.777 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-15T17:20:30.777 DEBUG:teuthology.orchestra.run.smithi044:> sudo /usr/sbin/setenforce permissive 2024-02-15T17:20:30.808 DEBUG:teuthology.orchestra.run.smithi189:> sudo /usr/sbin/setenforce permissive 2024-02-15T17:20:30.860 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-15T17:20:30.869 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-15T17:20:30.875 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-15T17:20:31.125 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-15T17:20:31.140 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-15T17:20:31.142 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi044.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-15T17:23:15.494 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-15T17:23:15.494 DEBUG:teuthology.task.console_log:Killing console logger for smithi044 2024-02-15T17:23:15.495 DEBUG:teuthology.task.console_log:Killing console logger for smithi189 2024-02-15T17:23:15.495 DEBUG:teuthology.exit:Finished running handlers