2024-04-18T23:09:59.102 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T23:09:59.102 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022/orig.config.yaml 2024-04-18T23:09:59.133 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T23:09:59.214 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022 branch: wip-yuri5-testing-2024-04-17-1400 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7663022' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-04-17-1400 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 log-only-match: - CEPHADM_ sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-04-17-1400 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/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: 1937 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-04-17-1400 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 targets: smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCfLpngUNky7wsguiYxxAa//Om0lrrum51zbRpTxFXtvW+oUnLjHb9LlQ7y6f/ZSvPJm5W9mqlBcLf+DII1jFrU= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOO/NzbFwO/kOtMy1B2eOUarCvBv42DfIZlAMm10wy0rJ6UkVqluM8Gvat0pxJ+fPh+fqL/f+iEPqrIABZgJgXc= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPW+KTA/Mid6h/Kuh8PVMvxZL4F+Lh8a+ftimw8IcgYTOQW0XE/qO8N6fXXHV1+kua2Tj1JnGnLFSoNqsAP+jiA= tasks: - pexec: all: - sudo dnf install runc -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 0x7ff93a83f160>, signals=[15]) 2024-04-18T23:09:59.663 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T23:09:59.669 INFO:teuthology.task.internal:Opening connections... 2024-04-18T23:09:59.669 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-04-18T23:09:59.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:09:59.761 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-04-18T23:09:59.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:09:59.848 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T23:09:59.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:09:59.934 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T23:09:59.941 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-04-18T23:09:59.960 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-04-18T23:09:59.960 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="9" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="9" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el9" 2024-04-18T23:10:00.017 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:LOGO="fedora-logo-icon" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T23:10:00.018 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T23:10:00.018 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-04-18T23:10:00.042 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-04-18T23:10:00.059 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-04-18T23:10:00.059 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="9" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="9" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el9" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2024-04-18T23:10:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:LOGO="fedora-logo-icon" 2024-04-18T23:10:00.117 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T23:10:00.117 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2024-04-18T23:10:00.117 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T23:10:00.117 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T23:10:00.117 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T23:10:00.117 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-04-18T23:10:00.134 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-04-18T23:10:00.151 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-04-18T23:10:00.151 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-04-18T23:10:00.208 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-04-18T23:10:00.208 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="9" 2024-04-18T23:10:00.208 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="9" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el9" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:LOGO="fedora-logo-icon" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T23:10:00.209 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T23:10:00.210 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-04-18T23:10:00.233 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T23:10:00.242 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T23:10:00.343 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T23:10:00.344 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-04-18T23:10:00.346 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-04-18T23:10:00.349 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-04-18T23:10:00.365 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T23:10:00.371 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T23:10:00.371 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-04-18T23:10:00.403 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-04-18T23:10:00.406 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-04-18T23:10:00.702 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T23:10:00.777 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T23:10:00.792 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T23:10:00.792 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-18T23:10:00.792 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T23:10:00.793 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T23:10:00.793 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T23:10:00.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:10:00.810 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-18T23:10:00.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:10:00.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:10:00.812 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T23:10:00.812 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-04-18T23:10:00.866 INFO:teuthology.orchestra.run.smithi115.stdout:5.14.0-361.el9.x86_64 2024-04-18T23:10:00.867 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.14.0-361.el9.x86_64 2024-04-18T23:10:00.867 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2024-04-18T23:10:00.869 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-361.el9.x86_64 2024-04-18T23:10:00.869 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.14.0-361.el9.x86_64 2024-04-18T23:10:00.870 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-04-18T23:10:00.871 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-361.el9.x86_64 2024-04-18T23:10:00.871 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.14.0-361.el9.x86_64 2024-04-18T23:10:00.871 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2024-04-18T23:10:03.033 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - AppStream 12 MB/s | 6.4 MB 00:00 2024-04-18T23:10:03.183 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS-9 - AppStream 11 MB/s | 6.4 MB 00:00 2024-04-18T23:10:03.201 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS-9 - AppStream 10 MB/s | 6.4 MB 00:00 2024-04-18T23:10:04.400 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-04-18T23:10:04.785 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS-9 - BaseOS 3.9 MB/s | 2.0 MB 00:00 2024-04-18T23:10:05.598 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.0 MB 00:00 2024-04-18T23:10:07.638 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-18T23:10:10.557 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS-9 - BaseOS 331 kB/s | 2.0 MB 00:06 2024-04-18T23:10:11.673 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-18T23:10:11.810 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 9.9 MB/s | 6.2 MB 00:00 2024-04-18T23:10:14.192 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-04-18T23:10:14.324 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - BaseOS 898 kB/s | 8.0 MB 00:09 2024-04-18T23:10:15.457 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 7.1 MB/s | 19 MB 00:02 2024-04-18T23:10:15.721 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-18T23:10:16.724 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-18T23:10:19.732 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.2 MB 00:00 2024-04-18T23:10:20.826 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-18T23:10:21.358 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-18T23:10:22.735 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-18T23:10:22.966 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-04-18T23:10:23.208 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T23:10:23.208 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T23:10:23.310 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T23:10:23.317 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 78 M 2024-04-18T23:10:23.318 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 125 M 2024-04-18T23:10:23.319 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-04-18T23:10:23.511 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 149 kB/s | 29 kB 00:00 2024-04-18T23:10:24.875 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 9 - Extras packages 22 kB/s | 16 kB 00:00 2024-04-18T23:10:24.969 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 9.8 MB/s | 16 MB 00:01 2024-04-18T23:10:25.377 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 15 MB/s | 27 MB 00:01 2024-04-18T23:10:25.711 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 14 MB/s | 34 MB 00:02 2024-04-18T23:10:25.714 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-04-18T23:10:25.714 INFO:teuthology.orchestra.run.smithi107.stdout:Total 32 MB/s | 78 MB 00:02 2024-04-18T23:10:25.714 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-04-18T23:10:26.093 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-04-18T23:10:26.093 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-04-18T23:10:26.919 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-04-18T23:10:26.919 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-04-18T23:10:28.059 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 4.7 kB/s | 1.7 kB 00:00 2024-04-18T23:10:28.917 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 5.4 MB/s | 21 MB 00:03 2024-04-18T23:10:29.110 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-04-18T23:10:29.753 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:10:29.852 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:30.458 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T23:10:30.458 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T23:10:30.563 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T23:10:30.573 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-04-18T23:10:30.574 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:10:30.575 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 78 M 2024-04-18T23:10:30.575 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 125 M 2024-04-18T23:10:30.575 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T23:10:30.786 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 136 kB/s | 29 kB 00:00 2024-04-18T23:10:32.191 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:32.252 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 9.7 MB/s | 16 MB 00:01 2024-04-18T23:10:32.325 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:32.811 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 13 MB/s | 27 MB 00:02 2024-04-18T23:10:33.269 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 13 MB/s | 34 MB 00:02 2024-04-18T23:10:33.272 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T23:10:33.273 INFO:teuthology.orchestra.run.smithi171.stdout:Total 29 MB/s | 78 MB 00:02 2024-04-18T23:10:33.273 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T23:10:33.647 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T23:10:33.647 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T23:10:34.009 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-04-18T23:10:34.230 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:01 ago on Thu 18 Apr 2024 11:10:33 PM UTC. 2024-04-18T23:10:34.515 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T23:10:34.516 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T23:10:36.340 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T23:10:36.341 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T23:10:36.440 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T23:10:36.456 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout:Install 4 Packages 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 78 M 2024-04-18T23:10:36.457 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 125 M 2024-04-18T23:10:36.458 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-04-18T23:10:36.610 INFO:teuthology.orchestra.run.smithi115.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 188 kB/s | 29 kB 00:00 2024-04-18T23:10:36.714 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T23:10:37.147 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:37.168 INFO:teuthology.orchestra.run.smithi115.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 23 MB/s | 16 MB 00:00 2024-04-18T23:10:37.189 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:10:37.337 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:10:37.429 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:37.918 INFO:teuthology.orchestra.run.smithi115.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 23 MB/s | 34 MB 00:01 2024-04-18T23:10:38.260 INFO:teuthology.orchestra.run.smithi115.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 17 MB/s | 27 MB 00:01 2024-04-18T23:10:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-04-18T23:10:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:Total 43 MB/s | 78 MB 00:01 2024-04-18T23:10:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-04-18T23:10:38.637 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-04-18T23:10:38.637 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-04-18T23:10:39.493 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-04-18T23:10:39.494 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-04-18T23:10:39.751 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:39.912 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:41.701 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-04-18T23:10:42.017 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:10:42.336 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:10:42.426 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:44.700 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:44.753 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:10:44.818 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:10:44.883 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:49.621 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:10:49.637 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:10:49.672 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:10:54.453 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:11.727 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:11.727 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:11.727 INFO:teuthology.orchestra.run.smithi107.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T23:11:11.727 INFO:teuthology.orchestra.run.smithi107.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T23:11:11.727 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:11.771 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:12.106 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:12.106 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:11:12.106 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:11:12.106 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:11:12.571 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:12.571 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:12.572 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-04-18T23:11:12.884 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:12.983 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.983 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.983 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:12.984 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T23:11:12.984 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T23:11:12.984 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-18T23:11:12.984 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T23:11:12.984 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:13.062 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:13.063 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:13.064 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2024-04-18T23:11:13.102 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2024-04-18T23:11:13.102 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2024-04-18T23:11:13.102 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.06 2024-04-18T23:11:13.102 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 68.el9 2024-04-18T23:11:13.102 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Group : Unspecified 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 8264254 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : builder@centos.org 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2024-04-18T23:11:13.103 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-04-18T23:11:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T23:11:13.105 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T23:11:13.105 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:13.105 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T23:11:13.716 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-04-18T23:11:15.082 INFO:teuthology.orchestra.run.smithi107.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T23:11:15.120 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-04-18T23:11:15.122 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-04-18T23:11:15.137 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.qWdXHTf38E 2024-04-18T23:11:15.137 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qWdXHTf38E 2024-04-18T23:11:15.204 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.qWdXHTf38E 2024-04-18T23:11:15.340 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.qWdXHTf38E is 6KB 2024-04-18T23:11:15.389 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.qWdXHTf38E 2024-04-18T23:11:15.403 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T23:11:15.473 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T23:11:15.473 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T23:11:15.473 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T23:11:15.473 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T23:11:15.474 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:15.638 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-04-18T23:11:19.383 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:19.383 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:19.383 INFO:teuthology.orchestra.run.smithi171.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T23:11:19.383 INFO:teuthology.orchestra.run.smithi171.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T23:11:19.383 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:19.425 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:19.821 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:19.821 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:11:19.821 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:11:19.821 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:20.277 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T23:11:20.728 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:20.831 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.831 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.832 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.832 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T23:11:20.832 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T23:11:20.832 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-18T23:11:20.832 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T23:11:20.832 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:20.912 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.912 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.912 DEBUG:teuthology.orchestra.run.smithi171:> sudo rpm -qi grub2-tools 2024-04-18T23:11:20.945 INFO:teuthology.orchestra.run.smithi171.stdout:Name : grub2-tools 2024-04-18T23:11:20.945 INFO:teuthology.orchestra.run.smithi171.stdout:Epoch : 1 2024-04-18T23:11:20.945 INFO:teuthology.orchestra.run.smithi171.stdout:Version : 2.06 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Release : 68.el9 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: x86_64 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Group : Unspecified 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Size : 8264254 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:License : GPLv3+ 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Packager : builder@centos.org 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Vendor : CentOS 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T23:11:20.946 INFO:teuthology.orchestra.run.smithi171.stdout:Summary : Support tools for GRUB. 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:Description : 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:hardware devices. 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:11:20.947 INFO:teuthology.orchestra.run.smithi171.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T23:11:20.948 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T23:11:20.948 INFO:teuthology.task.kernel:Updating grub on smithi171 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:20.948 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T23:11:21.548 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-04-18T23:11:22.888 INFO:teuthology.orchestra.run.smithi171.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T23:11:22.923 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-04-18T23:11:22.926 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-04-18T23:11:22.941 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.eFKDtP4VCn 2024-04-18T23:11:22.941 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eFKDtP4VCn 2024-04-18T23:11:23.012 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.eFKDtP4VCn 2024-04-18T23:11:23.158 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.eFKDtP4VCn is 6KB 2024-04-18T23:11:23.205 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.eFKDtP4VCn 2024-04-18T23:11:23.219 DEBUG:teuthology.orchestra.run.smithi171:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T23:11:23.294 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T23:11:23.294 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T23:11:23.294 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T23:11:23.294 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T23:11:23.296 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:23.433 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-04-18T23:11:24.232 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:24.232 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:24.232 INFO:teuthology.orchestra.run.smithi115.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T23:11:24.233 INFO:teuthology.orchestra.run.smithi115.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T23:11:24.233 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:24.274 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:24.644 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:24.644 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:11:24.644 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:11:24.644 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.089 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:25.090 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-04-18T23:11:25.407 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:25.557 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.558 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.558 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.558 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T23:11:25.558 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T23:11:25.558 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-18T23:11:25.558 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T23:11:25.558 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:11:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.638 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.638 DEBUG:teuthology.orchestra.run.smithi115:> sudo rpm -qi grub2-tools 2024-04-18T23:11:25.681 INFO:teuthology.orchestra.run.smithi115.stdout:Name : grub2-tools 2024-04-18T23:11:25.681 INFO:teuthology.orchestra.run.smithi115.stdout:Epoch : 1 2024-04-18T23:11:25.681 INFO:teuthology.orchestra.run.smithi115.stdout:Version : 2.06 2024-04-18T23:11:25.681 INFO:teuthology.orchestra.run.smithi115.stdout:Release : 68.el9 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: x86_64 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Group : Unspecified 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Size : 8264254 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:License : GPLv3+ 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Packager : builder@centos.org 2024-04-18T23:11:25.682 INFO:teuthology.orchestra.run.smithi115.stdout:Vendor : CentOS 2024-04-18T23:11:25.685 INFO:teuthology.orchestra.run.smithi115.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T23:11:25.685 INFO:teuthology.orchestra.run.smithi115.stdout:Summary : Support tools for GRUB. 2024-04-18T23:11:25.685 INFO:teuthology.orchestra.run.smithi115.stdout:Description : 2024-04-18T23:11:25.685 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:25.685 INFO:teuthology.orchestra.run.smithi115.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T23:11:25.686 INFO:teuthology.orchestra.run.smithi115.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T23:11:25.686 INFO:teuthology.orchestra.run.smithi115.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T23:11:25.686 INFO:teuthology.orchestra.run.smithi115.stdout:hardware devices. 2024-04-18T23:11:25.686 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T23:11:25.686 INFO:teuthology.orchestra.run.smithi115.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T23:11:25.687 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T23:11:25.687 INFO:teuthology.task.kernel:Updating grub on smithi115 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:25.687 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T23:11:26.338 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-04-18T23:11:27.755 INFO:teuthology.orchestra.run.smithi115.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T23:11:27.798 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-04-18T23:11:27.801 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-04-18T23:11:27.856 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.dhlz6iQlnW 2024-04-18T23:11:27.856 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dhlz6iQlnW 2024-04-18T23:11:27.932 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.dhlz6iQlnW 2024-04-18T23:11:28.073 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.dhlz6iQlnW is 6KB 2024-04-18T23:11:28.121 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.dhlz6iQlnW 2024-04-18T23:11:28.136 DEBUG:teuthology.orchestra.run.smithi115:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T23:11:28.210 INFO:teuthology.orchestra.run.smithi115.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T23:11:28.210 INFO:teuthology.orchestra.run.smithi115.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T23:11:28.210 INFO:teuthology.orchestra.run.smithi115.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T23:11:28.210 INFO:teuthology.orchestra.run.smithi115.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T23:11:28.211 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:11:28.345 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-04-18T23:11:45.658 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-18T23:11:45.659 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-18T23:11:45.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:11:53.444 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-18T23:11:53.445 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:11:53.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:11:58.354 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-18T23:11:58.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T23:11:58.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:04.126 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-18T23:12:11.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:12:13.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-18T23:12:13.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:16.190 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-18T23:12:16.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-18T23:12:20.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:12:20.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:23.870 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:12:25.672 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T23:12:25.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:28.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-18T23:12:28.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:28.734 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-18T23:12:35.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:12:35.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:40.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T23:12:40.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:12:46.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-04-18T23:12:54.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:13:01.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-18T23:13:01.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:13:02.002 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-04-18T23:13:02.452 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-04-18T23:13:02.452 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T23:13:02.452 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-04-18T23:13:02.467 INFO:teuthology.orchestra.run.smithi107.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:02.467 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:02.467 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T23:13:02.467 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T23:13:03.469 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T23:13:03.469 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T23:13:03.555 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-04-18T23:13:03.606 DEBUG:teuthology.parallel:result is None 2024-04-18T23:13:09.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:13:09.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:13:09.822 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-18T23:13:10.281 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:13:10.281 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T23:13:10.281 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T23:13:10.297 INFO:teuthology.orchestra.run.smithi171.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:10.297 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:10.297 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T23:13:10.297 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T23:13:11.298 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-18T23:13:11.299 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T23:13:11.403 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-04-18T23:13:11.441 DEBUG:teuthology.parallel:result is None 2024-04-18T23:13:40.741 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T23:13:55.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T23:13:55.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:13:56.098 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-18T23:13:56.524 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T23:13:56.524 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T23:13:56.524 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-18T23:13:56.541 INFO:teuthology.orchestra.run.smithi115.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:56.542 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:13:56.542 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T23:13:56.542 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T23:13:57.542 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T23:13:57.543 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T23:13:57.609 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-04-18T23:13:57.675 DEBUG:teuthology.parallel:result is None 2024-04-18T23:13:57.675 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T23:13:57.682 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T23:13:57.683 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T23:13:57.686 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T23:13:57.689 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T23:13:57.710 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T23:13:57.716 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T23:13:57.725 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T23:13:57.726 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T23:13:57.747 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T23:13:57.750 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T23:13:57.782 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T23:13:57.789 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T23:13:57.789 DEBUG:teuthology.orchestra.run.smithi107:> 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-04-18T23:13:57.820 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T23:13:57.823 DEBUG:teuthology.orchestra.run.smithi171:> 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-04-18T23:13:57.857 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.860 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.869 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.873 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.875 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.885 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:13:57.887 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T23:13:57.894 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T23:13:57.894 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T23:13:57.917 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T23:13:57.920 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T23:13:57.952 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T23:13:57.961 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T23:13:57.961 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T23:13:57.989 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T23:13:57.992 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T23:13:58.009 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.086 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.179 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.223 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.267 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-04-18T23:13:58.267 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T23:13:58.337 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.379 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.463 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.508 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.554 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T23:13:58.554 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T23:13:58.624 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.671 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:13:58.749 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.793 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:13:58.839 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T23:13:58.839 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T23:13:58.909 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-04-18T23:13:58.912 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-04-18T23:13:58.914 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-04-18T23:13:58.953 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:13:58.968 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:13:59.013 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:13:59.371 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T23:13:59.380 INFO:teuthology.task.internal:Starting timer... 2024-04-18T23:13:59.380 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T23:13:59.390 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T23:13:59.398 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-18T23:13:59.398 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2024-04-18T23:13:59.481 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2024-04-18T23:13:59.483 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2024-04-18T23:13:59.541 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2024-04-18T23:13:59.543 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-04-18T23:13:59.640 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-04-18T23:13:59.643 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T23:13:59.643 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2024-04-18T23:13:59.667 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2024-04-18T23:13:59.667 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2024-04-18T23:13:59.692 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2024-04-18T23:13:59.692 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-04-18T23:13:59.761 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-04-18T23:13:59.761 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi107.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive'} 2024-04-18T23:13:59.762 DEBUG:teuthology.orchestra.run.smithi107:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:13:59.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:13:59.792 DEBUG:teuthology.orchestra.run.smithi115:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:13:59.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:13:59.825 DEBUG:teuthology.orchestra.run.smithi171:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:13:59.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:13:59.855 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T23:13:59.855 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2024-04-18T23:13:59.894 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2024-04-18T23:13:59.937 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-04-18T23:13:59.978 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T23:13:59.988 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T23:14:00.004 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-04-18T23:14:00.005 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi107.front.sepia.ceph.com,smithi115.front.sepia.ceph.com,smithi171.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T23:17:50.507 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022/ansible_failures.yaml 2024-04-18T23:17:50.509 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi107.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi115.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi171.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-18T23:17:50.739 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=28523c7deb1a4bdcb8413d560f0d0963 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi107.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi115.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi171.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-18T23:17:50.741 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T23:17:50.750 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T23:17:50.750 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T23:17:50.760 DEBUG:teuthology.orchestra.run.smithi107:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-18T23:17:50.831 DEBUG:teuthology.orchestra.run.smithi115:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-18T23:17:50.898 DEBUG:teuthology.orchestra.run.smithi171:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-18T23:17:50.966 DEBUG:teuthology.orchestra.run.smithi107:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:17:51.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:51.001 DEBUG:teuthology.orchestra.run.smithi115:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:17:51.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:51.033 DEBUG:teuthology.orchestra.run.smithi171:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-18T23:17:51.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:51.067 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T23:17:51.076 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T23:17:51.142 INFO:teuthology.task.internal:Duration was 231.762064 seconds 2024-04-18T23:17:51.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T23:17:51.151 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T23:17:51.151 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T23:17:51.154 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T23:17:51.156 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T23:17:51.201 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:17:51.202 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:17:51.204 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:17:51.623 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T23:17:51.623 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-04-18T23:17:51.624 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-18T23:17:51.654 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-04-18T23:17:51.655 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-18T23:17:51.677 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T23:17:51.678 DEBUG:teuthology.orchestra.run.smithi171:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-18T23:17:51.702 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T23:17:51.703 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T23:17:51.705 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T23:17:51.720 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T23:17:51.775 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T23:17:51.775 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T23:17:51.777 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T23:17:51.791 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T23:17:51.902 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T23:17:51.912 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T23:17:51.912 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T23:17:51.941 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T23:17:51.970 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T23:17:51.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T23:17:52.009 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.011 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.013 DEBUG:teuthology.orchestra.run.smithi171:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.036 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-04-18T23:17:52.038 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-04-18T23:17:52.068 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-04-18T23:17:52.113 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:52.129 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:52.143 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:17:52.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:17:52.168 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T23:17:52.178 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T23:17:52.179 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022/remote/smithi107 2024-04-18T23:17:52.180 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T23:17:52.226 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022/remote/smithi115 2024-04-18T23:17:52.227 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T23:17:52.297 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022/remote/smithi171 2024-04-18T23:17:52.298 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T23:17:52.350 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T23:17:52.351 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T23:17:52.354 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T23:17:52.357 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T23:17:52.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T23:17:52.383 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T23:17:52.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T23:17:52.400 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T23:17:52.400 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T23:17:52.412 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T23:17:52.415 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T23:17:52.423 INFO:teuthology.orchestra.run.smithi107.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 23:17 /home/ubuntu/cephtest 2024-04-18T23:17:52.427 INFO:teuthology.orchestra.run.smithi115.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 23:17 /home/ubuntu/cephtest 2024-04-18T23:17:52.430 INFO:teuthology.orchestra.run.smithi171.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 23:17 /home/ubuntu/cephtest 2024-04-18T23:17:52.431 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T23:17:52.441 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T23:17:52.459 INFO:teuthology.nuke:Checking targets against current locks 2024-04-18T23:17:52.486 DEBUG:teuthology.nuke:shortname: smithi107 2024-04-18T23:17:52.487 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:17:52.515 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 23:03:42.615362', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCfLpngUNky7wsguiYxxAa//Om0lrrum51zbRpTxFXtvW+oUnLjHb9LlQ7y6f/ZSvPJm5W9mqlBcLf+DII1jFrU='} 2024-04-18T23:17:52.520 DEBUG:teuthology.nuke:shortname: smithi115 2024-04-18T23:17:52.520 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:17:52.543 DEBUG:teuthology.nuke:shortname: smithi171 2024-04-18T23:17:52.543 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:17:52.547 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 23:03:42.616802', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOO/NzbFwO/kOtMy1B2eOUarCvBv42DfIZlAMm10wy0rJ6UkVqluM8Gvat0pxJ+fPh+fqL/f+iEPqrIABZgJgXc='} 2024-04-18T23:17:52.579 INFO:teuthology.orchestra.console.smithi107:Power off 2024-04-18T23:17:52.580 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T23:17:52.593 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 23:03:42.618669', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPW+KTA/Mid6h/Kuh8PVMvxZL4F+Lh8a+ftimw8IcgYTOQW0XE/qO8N6fXXHV1+kua2Tj1JnGnLFSoNqsAP+jiA='} 2024-04-18T23:17:52.604 DEBUG:teuthology.orchestra.console.smithi107:power off output: Chassis Power Control: Down/Off 2024-04-18T23:17:52.604 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:52.631 INFO:teuthology.orchestra.console.smithi115:Power off 2024-04-18T23:17:52.631 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T23:17:52.642 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-04-18T23:17:52.676 INFO:teuthology.orchestra.console.smithi171:Power off 2024-04-18T23:17:52.676 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T23:17:52.687 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-04-18T23:17:52.687 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:52.711 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-04-18T23:17:52.711 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:52.721 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-04-18T23:17:52.736 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:17:56.643 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:56.722 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:56.737 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:17:56.754 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-04-18T23:17:56.839 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-04-18T23:17:56.848 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:18:00.759 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:18:00.840 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:18:00.850 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:18:00.879 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is off 2024-04-18T23:18:00.951 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-04-18T23:18:00.963 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:18:00.982 INFO:teuthology.orchestra.console.smithi107:Power off completed 2024-04-18T23:18:01.052 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-04-18T23:18:04.968 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:18:05.079 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-04-18T23:18:05.180 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-04-18T23:18:05.326 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 231.76206350326538 failure_reason: 'smithi107.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi115.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi171.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=28523c7deb1a4bdcb8413d560f0d0963 status: dead success: false 2024-04-18T23:18:05.326 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T23:18:05.413 INFO:teuthology.run:DEAD