2024-09-13T05:42:56.240 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T05:42:56.257 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:42:56.347 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903155 branch: wip-guits-main-2024-09-12-1245 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7903155' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-12-1245 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-12-1245 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 1848 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-12-1245 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqxxthuQLZarpYoW39tI8vyUjzflpGjsZQMgWAX1OGRH8kLNXZXLLHgiNaLWMd+SA1BrECZnNjXkU3ZNvwSC8Y= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGVjvzxE77JBhRfIRfHnVHIfgVzhAhBdUNM5HtfBEYPa9sHoeCpS6lPw0TdesQiCbfrBvU7Oz84M6MjeYIn+7mc= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdVKTr4kRg1vtDH+4YZYdWIU9ENDWo0KZVFEp8o4aMws6gyykDW2pjyyYcOD2P+g5fN0VVffTEWw3jbfjPZGL4= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fea66ef3be0>, signals=[15]) 2024-09-13T05:42:56.918 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T05:42:56.927 INFO:teuthology.task.internal:Opening connections... 2024-09-13T05:42:56.927 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2024-09-13T05:42:56.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:42:57.011 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-09-13T05:42:57.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:42:57.109 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-09-13T05:42:57.110 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:42:57.195 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T05:42:57.200 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2024-09-13T05:42:57.220 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2024-09-13T05:42:57.220 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="9" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="9" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:42:57.279 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:42:57.280 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:42:57.280 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:42:57.280 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2024-09-13T05:42:57.307 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-09-13T05:42:57.325 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-09-13T05:42:57.325 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:42:57.383 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:42:57.384 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:42:57.384 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:42:57.384 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:42:57.384 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-09-13T05:42:57.407 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-09-13T05:42:57.425 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-09-13T05:42:57.426 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-09-13T05:42:57.483 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-09-13T05:42:57.483 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-09-13T05:42:57.483 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-09-13T05:42:57.483 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:42:57.483 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:42:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:42:57.484 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-09-13T05:42:57.507 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T05:42:57.516 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T05:42:57.654 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T05:42:57.654 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:42:57.657 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:42:57.659 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:42:57.676 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T05:42:57.690 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T05:42:57.690 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:42:57.715 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:42:57.718 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:42:57.798 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T05:42:57.906 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T05:42:57.925 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T05:42:57.925 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T05:42:57.926 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:42:57.926 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:42:57.927 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:42:57.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:57.944 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-13T05:42:57.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:57.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:42:57.946 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-09-13T05:42:57.946 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-09-13T05:42:58.002 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:42:58.003 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-503.el9.x86_64 2024-09-13T05:42:58.003 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-09-13T05:42:58.004 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:42:58.004 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-503.el9.x86_64 2024-09-13T05:42:58.004 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-09-13T05:42:58.005 INFO:teuthology.orchestra.run.smithi027.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:42:58.005 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.14.0-503.el9.x86_64 2024-09-13T05:42:58.005 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2024-09-13T05:43:00.365 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-13T05:43:00.791 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.2 MB 00:00 2024-09-13T05:43:00.836 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.2 MB 00:00 2024-09-13T05:43:02.257 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 27 MB/s | 20 MB 00:00 2024-09-13T05:43:02.725 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-13T05:43:03.262 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - AppStream 16 MB/s | 20 MB 00:01 2024-09-13T05:43:07.143 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-13T05:43:07.879 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-13T05:43:08.041 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-13T05:43:08.685 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 85 kB/s | 19 kB 00:00 2024-09-13T05:43:09.347 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - Extras packages 87 kB/s | 19 kB 00:00 2024-09-13T05:43:09.467 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 85 kB/s | 19 kB 00:00 2024-09-13T05:43:09.681 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-13T05:43:10.234 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-13T05:43:10.354 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-13T05:43:15.162 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-13T05:43:15.735 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-13T05:43:15.965 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-13T05:43:17.161 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:43:17.161 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:43:17.259 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-09-13T05:43:17.265 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-13T05:43:17.265 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-09-13T05:43:17.266 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:43:17.267 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 79 M 2024-09-13T05:43:17.267 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 126 M 2024-09-13T05:43:17.267 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-09-13T05:43:17.741 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:43:17.741 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:43:17.823 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:43:17.832 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:43:17.833 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:43:17.833 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-13T05:43:17.833 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-13T05:43:17.833 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-09-13T05:43:17.833 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:43:17.837 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 79 M 2024-09-13T05:43:17.837 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 126 M 2024-09-13T05:43:17.837 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-13T05:43:18.088 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:43:18.088 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:43:18.177 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 256 kB/s | 23 kB 00:00 2024-09-13T05:43:18.179 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-09-13T05:43:18.185 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-09-13T05:43:18.185 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2024-09-13T05:43:18.185 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout:Install 4 Packages 2024-09-13T05:43:18.186 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:43:18.187 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 79 M 2024-09-13T05:43:18.187 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 126 M 2024-09-13T05:43:18.187 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-09-13T05:43:18.205 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 28 kB/s | 23 kB 00:00 2024-09-13T05:43:18.441 INFO:teuthology.orchestra.run.smithi027.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 183 kB/s | 23 kB 00:00 2024-09-13T05:43:18.661 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 59 MB/s | 29 MB 00:00 2024-09-13T05:43:18.811 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 22 MB/s | 16 MB 00:00 2024-09-13T05:43:19.064 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 9.3 MB/s | 16 MB 00:01 2024-09-13T05:43:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 31 MB/s | 35 MB 00:01 2024-09-13T05:43:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:43:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:Total 58 MB/s | 79 MB 00:01 2024-09-13T05:43:19.522 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-09-13T05:43:19.592 INFO:teuthology.orchestra.run.smithi027.stdout:(2/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 27 MB/s | 35 MB 00:01 2024-09-13T05:43:19.875 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-13T05:43:20.209 INFO:teuthology.orchestra.run.smithi027.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 16 MB/s | 29 MB 00:01 2024-09-13T05:43:20.215 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-13T05:43:20.215 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-13T05:43:20.581 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-13T05:43:20.581 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:43:20.581 INFO:teuthology.orchestra.run.smithi138.stdout:Total 24 MB/s | 79 MB 00:03 2024-09-13T05:43:20.892 INFO:teuthology.orchestra.run.smithi027.stdout:(4/4): kernel-core-5.14.0-505.el9.x86_64.rpm 6.1 MB/s | 16 MB 00:02 2024-09-13T05:43:20.892 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:43:20.892 INFO:teuthology.orchestra.run.smithi027.stdout:Total 29 MB/s | 79 MB 00:02 2024-09-13T05:43:21.177 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-13T05:43:21.177 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-13T05:43:21.263 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-09-13T05:43:21.599 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-09-13T05:43:21.632 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-09-13T05:43:21.632 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-09-13T05:43:22.020 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-09-13T05:43:22.020 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-09-13T05:43:22.590 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-09-13T05:43:22.590 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-09-13T05:43:23.034 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-09-13T05:43:23.034 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-09-13T05:43:23.610 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-13T05:43:24.264 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:43:24.353 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:25.026 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-09-13T05:43:25.627 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-09-13T05:43:25.774 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:43:25.849 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:26.323 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:43:26.411 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:27.146 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:27.329 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:28.630 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:28.776 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:29.330 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:43:29.463 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:32.138 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:32.429 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:43:33.616 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:33.651 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:43:34.675 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:43:34.714 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:43:37.263 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:43:38.486 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:43:39.949 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:15.458 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:15.498 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:15.834 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:15.834 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:44:15.834 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:44:15.834 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:44:16.703 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:16.703 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:44:16.703 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-13T05:44:16.703 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:16.703 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:16.704 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:44:16.704 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:16.704 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:44:16.704 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-13T05:44:16.885 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:16.929 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:17.067 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:17.160 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:17.161 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:17.161 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:44:17.161 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:44:17.161 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:44:17.161 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T05:44:17.161 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:44:17.162 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:17.220 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:17.220 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:17.220 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-09-13T05:44:17.252 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 82.el9 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8274670 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:44:17.253 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-09-13T05:44:17.254 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-13T05:44:17.255 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:44:17.255 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:44:17.256 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:44:17.256 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:44:17.323 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:17.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:44:17.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:44:17.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:44:17.882 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-09-13T05:44:18.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:44:18.186 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-09-13T05:44:18.555 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:18.636 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.637 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:18.637 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:44:18.637 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:44:18.637 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:44:18.637 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-13T05:44:18.637 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:44:18.637 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:18.696 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:18.696 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:18.696 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-09-13T05:44:18.735 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 82.el9 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8274670 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:44:18.736 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-09-13T05:44:18.737 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:44:18.738 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:44:18.738 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:44:18.738 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:44:19.267 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:44:19.317 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-09-13T05:44:19.320 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-09-13T05:44:19.336 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.Fs3kgid461 2024-09-13T05:44:19.336 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Fs3kgid461 2024-09-13T05:44:19.352 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-09-13T05:44:19.410 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.Fs3kgid461 2024-09-13T05:44:19.551 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.Fs3kgid461 is 6KB 2024-09-13T05:44:19.572 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.Fs3kgid461 2024-09-13T05:44:19.588 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:44:19.651 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:44:19.651 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:44:19.651 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:44:19.651 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:44:19.652 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:44:19.806 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-09-13T05:44:20.320 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:20.362 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:20.650 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:20.650 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:44:20.650 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:44:20.650 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:44:20.743 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:44:20.774 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-09-13T05:44:20.783 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-09-13T05:44:20.798 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.It3RwXaNh7 2024-09-13T05:44:20.799 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.It3RwXaNh7 2024-09-13T05:44:20.866 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.It3RwXaNh7 2024-09-13T05:44:21.009 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.It3RwXaNh7 is 6KB 2024-09-13T05:44:21.030 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.It3RwXaNh7 2024-09-13T05:44:21.044 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:44:21.107 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:44:21.108 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:44:21.108 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:44:21.108 INFO:teuthology.orchestra.run.smithi138.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:44:21.109 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.242 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.509 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:44:21.510 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-09-13T05:44:21.896 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:21.977 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:21.978 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:21.978 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:44:21.978 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:44:21.978 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:44:21.978 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T05:44:21.978 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:44:21.978 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:44:22.037 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:44:22.038 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:44:22.038 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2024-09-13T05:44:22.071 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2024-09-13T05:44:22.071 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.06 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 82.el9 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Group : Unspecified 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 8274670 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : builder@centos.org 2024-09-13T05:44:22.072 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-09-13T05:44:22.073 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:44:22.074 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:44:22.074 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:44:22.074 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:44:22.745 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2024-09-13T05:44:24.100 INFO:teuthology.orchestra.run.smithi027.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:44:24.120 INFO:teuthology.orchestra.run.smithi027.stderr:done 2024-09-13T05:44:24.122 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2024-09-13T05:44:24.138 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.ma4N2HIPHZ 2024-09-13T05:44:24.138 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ma4N2HIPHZ 2024-09-13T05:44:24.204 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.ma4N2HIPHZ 2024-09-13T05:44:24.349 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.ma4N2HIPHZ is 6KB 2024-09-13T05:44:24.397 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.ma4N2HIPHZ 2024-09-13T05:44:24.415 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:44:24.475 INFO:teuthology.orchestra.run.smithi027.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:44:24.475 INFO:teuthology.orchestra.run.smithi027.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:44:24.476 INFO:teuthology.orchestra.run.smithi027.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:44:24.476 INFO:teuthology.orchestra.run.smithi027.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:44:24.477 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:44:24.623 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2024-09-13T05:44:49.833 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T05:44:49.833 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-13T05:44:49.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:44:51.247 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-13T05:44:51.247 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-13T05:44:51.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:44:54.629 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T05:44:54.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:44:54.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:29.153 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-09-13T05:45:38.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:45:38.178 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:41.249 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-09-13T05:45:49.869 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:45:51.275 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:45:53.252 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:45:53.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:56.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-09-13T05:45:58.873 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-13T05:45:58.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:59.217 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-13T05:45:59.686 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-13T05:45:59.686 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:45:59.686 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-13T05:45:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:45:59.701 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:45:59.701 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:45:59.702 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:46:00.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-13T05:46:00.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:46:00.654 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-09-13T05:46:00.703 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T05:46:00.703 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:46:00.785 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-09-13T05:46:00.808 DEBUG:teuthology.parallel:result is None 2024-09-13T05:46:01.015 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-09-13T05:46:01.015 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:46:01.016 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-09-13T05:46:01.030 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:46:01.030 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:46:01.030 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:46:01.031 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:46:02.031 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-13T05:46:02.032 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:46:02.120 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-09-13T05:46:02.144 DEBUG:teuthology.parallel:result is None 2024-09-13T05:46:11.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:46:11.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:46:29.825 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-09-13T05:46:47.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:46:47.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:46:48.141 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-09-13T05:46:48.485 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-09-13T05:46:48.485 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:46:48.485 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-09-13T05:46:48.502 INFO:teuthology.orchestra.run.smithi027.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:46:48.502 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:46:48.502 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:46:48.502 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:46:49.503 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T05:46:49.503 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:46:49.571 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2024-09-13T05:46:49.588 DEBUG:teuthology.parallel:result is None 2024-09-13T05:46:49.589 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T05:46:49.595 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T05:46:49.596 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:46:49.598 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:46:49.602 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:46:49.622 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T05:46:49.640 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T05:46:49.692 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T05:46:49.692 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:46:49.695 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:46:49.698 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:46:49.907 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T05:46:49.914 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T05:46:49.914 DEBUG:teuthology.orchestra.run.smithi027:> 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-09-13T05:46:49.916 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-13T05:46:49.919 DEBUG:teuthology.orchestra.run.smithi138:> 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-09-13T05:46:49.950 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.958 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.962 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.963 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.970 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.974 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:46:49.976 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T05:46:50.023 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T05:46:50.024 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:46:50.026 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:46:50.029 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:46:50.058 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T05:46:50.096 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T05:46:50.096 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:46:50.099 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:46:50.101 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:46:50.119 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.208 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.261 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.313 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.346 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-09-13T05:46:50.347 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:46:50.413 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.520 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.572 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.605 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-13T05:46:50.606 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:46:50.673 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.726 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:46:50.782 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.834 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:46:50.868 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-09-13T05:46:50.869 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:46:50.935 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2024-09-13T05:46:50.938 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-09-13T05:46:50.940 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-09-13T05:46:50.986 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:46:50.990 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:46:51.023 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:46:51.570 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T05:46:51.577 INFO:teuthology.task.internal:Starting timer... 2024-09-13T05:46:51.578 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T05:46:51.609 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T05:46:51.618 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-13T05:46:51.618 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2024-09-13T05:46:51.663 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2024-09-13T05:46:51.665 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-09-13T05:46:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-09-13T05:46:51.741 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-09-13T05:46:51.810 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-09-13T05:46:51.812 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T05:46:51.812 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2024-09-13T05:46:51.848 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2024-09-13T05:46:51.849 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-09-13T05:46:51.877 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-09-13T05:46:51.877 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-09-13T05:46:51.907 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-09-13T05:46:51.908 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2024-09-13T05:46:51.908 DEBUG:teuthology.orchestra.run.smithi027:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-13T05:46:51.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:46:51.938 DEBUG:teuthology.orchestra.run.smithi133:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-13T05:46:51.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:46:51.968 DEBUG:teuthology.orchestra.run.smithi138:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-13T05:46:51.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:46:51.997 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T05:46:51.997 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:46:52.030 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:46:52.064 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:46:52.099 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T05:46:52.109 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T05:46:52.121 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-09-13T05:46:52.122 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi133.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T05:49:04.964 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-09-13T05:49:04.964 DEBUG:teuthology.task.console_log:Killing console logger for smithi027 2024-09-13T05:49:04.965 DEBUG:teuthology.task.console_log:Killing console logger for smithi133 2024-09-13T05:49:04.965 DEBUG:teuthology.task.console_log:Killing console logger for smithi138 2024-09-13T05:49:04.966 DEBUG:teuthology.exit:Finished running handlers