2024-04-19T00:11:23.992 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T00:11:23.993 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663150 --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} --verbose -- /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663150/orig.config.yaml 2024-04-19T00:11:24.023 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T00:11:24.112 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/7663150 branch: wip-yuri5-testing-2024-04-17-1400 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7663150' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - 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: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHGrA+HsFfZkFNQO9JzunAf5EHgNxp4+972Yc30I66ZCMa5vSH93wiyQCvaZx2BClU0llamciRYGshjIL0/LjCQ= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFM01P4AFIzqjy6/y+vuD+IitsCURye/Z1alqqmqAPgrG4g9dIwUQtLRado+2w8r+Z5Ax32GDCEOxRuPaa0G7h8= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApXvJ6f2RVkRJqfHu7m8zJosG/UFEDQjm4miB/3ujfv4eaAGwG4hHQmH77HkpEAr5n0B3K1bF7mu0/oVUXw3tU= tasks: - 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 0x7f8b6ef0bf70>, signals=[15]) 2024-04-19T00:11:24.499 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T00:11:24.505 INFO:teuthology.task.internal:Opening connections... 2024-04-19T00:11:24.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-04-19T00:11:24.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:11:24.616 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-04-19T00:11:24.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:11:24.704 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-04-19T00:11:24.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:11:24.795 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T00:11:24.802 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-04-19T00:11:24.820 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-04-19T00:11:24.820 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-04-19T00:11:24.878 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-04-19T00:11:24.879 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T00:11:24.879 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-04-19T00:11:24.879 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T00:11:24.879 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T00:11:24.879 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T00:11:24.880 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-04-19T00:11:24.899 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-04-19T00:11:24.919 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-04-19T00:11:24.919 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-04-19T00:11:24.976 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T00:11:24.977 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T00:11:24.977 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-04-19T00:11:24.999 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-04-19T00:11:25.017 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-04-19T00:11:25.018 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Stream" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="9" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="9" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el9" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2024-04-19T00:11:25.075 INFO:teuthology.orchestra.run.smithi184.stdout:LOGO="fedora-logo-icon" 2024-04-19T00:11:25.076 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T00:11:25.076 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2024-04-19T00:11:25.076 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T00:11:25.076 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T00:11:25.076 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T00:11:25.076 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-04-19T00:11:25.091 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T00:11:25.100 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T00:11:25.106 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T00:11:25.106 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-04-19T00:11:25.108 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-04-19T00:11:25.110 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-04-19T00:11:25.133 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T00:11:25.139 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T00:11:25.139 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-04-19T00:11:25.166 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-04-19T00:11:25.169 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-04-19T00:11:25.287 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T00:11:25.354 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T00:11:25.369 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T00:11:25.369 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-19T00:11:25.370 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T00:11:25.370 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T00:11:25.371 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T00:11:25.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:11:25.387 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-19T00:11:25.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:11:25.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:11:25.389 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-04-19T00:11:25.390 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-19T00:11:25.447 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-361.el9.x86_64 2024-04-19T00:11:25.447 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-361.el9.x86_64 2024-04-19T00:11:25.447 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-04-19T00:11:25.449 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-361.el9.x86_64 2024-04-19T00:11:25.449 INFO:teuthology.orchestra.run.smithi184.stdout:5.14.0-361.el9.x86_64 2024-04-19T00:11:25.449 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-361.el9.x86_64 2024-04-19T00:11:25.449 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-04-19T00:11:25.450 INFO:teuthology.task.kernel:Running kernel on smithi184: 5.14.0-361.el9.x86_64 2024-04-19T00:11:25.450 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2024-04-19T00:11:27.493 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 14 MB/s | 6.4 MB 00:00 2024-04-19T00:11:27.516 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS-9 - AppStream 14 MB/s | 6.4 MB 00:00 2024-04-19T00:11:27.625 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - AppStream 14 MB/s | 6.4 MB 00:00 2024-04-19T00:11:28.941 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS-9 - BaseOS 5.6 MB/s | 2.0 MB 00:00 2024-04-19T00:11:29.067 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-04-19T00:11:29.110 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 3.7 MB/s | 2.0 MB 00:00 2024-04-19T00:11:29.924 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-19T00:11:30.399 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 9 - BaseOS 7.2 MB/s | 8.0 MB 00:01 2024-04-19T00:11:31.984 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-19T00:11:33.133 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 2.2 MB/s | 8.0 MB 00:03 2024-04-19T00:11:33.542 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 9 - AppStream 9.4 MB/s | 19 MB 00:02 2024-04-19T00:11:35.093 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-19T00:11:36.512 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 8.4 MB/s | 6.2 MB 00:00 2024-04-19T00:11:37.850 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 6.2 MB 00:00 2024-04-19T00:11:38.153 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 16 kB 00:00 2024-04-19T00:11:39.160 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-19T00:11:39.493 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-19T00:11:39.630 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-19T00:11:40.819 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-19T00:11:40.938 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-19T00:11:43.746 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 7.5 MB/s | 21 MB 00:02 2024-04-19T00:11:44.895 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-04-19T00:11:46.110 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-19T00:11:47.360 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T00:11:47.361 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T00:11:47.457 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-04-19T00:11:47.466 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-04-19T00:11:47.467 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:11:47.468 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 78 M 2024-04-19T00:11:47.468 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 125 M 2024-04-19T00:11:47.468 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-04-19T00:11:47.604 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 210 kB/s | 29 kB 00:00 2024-04-19T00:11:48.254 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T00:11:48.501 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T00:11:48.501 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T00:11:48.597 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:11:48.607 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout:Install 4 Packages 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 78 M 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 125 M 2024-04-19T00:11:48.608 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-19T00:11:48.737 INFO:teuthology.orchestra.run.smithi184.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 223 kB/s | 29 kB 00:00 2024-04-19T00:11:48.905 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 24 MB/s | 34 MB 00:01 2024-04-19T00:11:48.912 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-19T00:11:49.155 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 18 MB/s | 27 MB 00:01 2024-04-19T00:11:49.159 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-04-19T00:11:49.159 INFO:teuthology.orchestra.run.smithi063.stdout:Total 46 MB/s | 78 MB 00:01 2024-04-19T00:11:49.159 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-04-19T00:11:49.370 INFO:teuthology.orchestra.run.smithi184.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T00:11:49.565 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-04-19T00:11:49.565 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-04-19T00:11:49.854 INFO:teuthology.orchestra.run.smithi184.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 24 MB/s | 27 MB 00:01 2024-04-19T00:11:50.171 INFO:teuthology.orchestra.run.smithi184.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 22 MB/s | 34 MB 00:01 2024-04-19T00:11:50.174 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-19T00:11:50.174 INFO:teuthology.orchestra.run.smithi184.stdout:Total 50 MB/s | 78 MB 00:01 2024-04-19T00:11:50.174 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-19T00:11:50.432 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-04-19T00:11:50.432 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-04-19T00:11:50.510 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-19T00:11:50.510 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-19T00:11:51.277 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T00:11:51.278 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T00:11:51.330 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-19T00:11:51.330 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-19T00:11:51.399 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-19T00:11:51.411 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 78 M 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 125 M 2024-04-19T00:11:51.412 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-19T00:11:51.538 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 226 kB/s | 29 kB 00:00 2024-04-19T00:11:52.180 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T00:11:52.647 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 25 MB/s | 27 MB 00:01 2024-04-19T00:11:52.762 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-04-19T00:11:53.014 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 21 MB/s | 34 MB 00:01 2024-04-19T00:11:53.017 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-19T00:11:53.018 INFO:teuthology.orchestra.run.smithi105.stdout:Total 48 MB/s | 78 MB 00:01 2024-04-19T00:11:53.018 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-19T00:11:53.371 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-19T00:11:53.371 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-19T00:11:53.415 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:11:53.516 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-19T00:11:53.521 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:54.226 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-19T00:11:54.226 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-19T00:11:54.235 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:11:54.338 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:55.961 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:56.086 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:11:56.438 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-19T00:11:56.670 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:56.822 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:11:57.066 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:11:57.164 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:59.479 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:11:59.614 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:01.222 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:01.267 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:01.572 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:01.669 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:04.503 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:06.423 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:06.455 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:09.312 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:35.944 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:35.945 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:35.945 INFO:teuthology.orchestra.run.smithi184.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T00:12:35.945 INFO:teuthology.orchestra.run.smithi184.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T00:12:35.945 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:35.990 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:36.373 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:36.373 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:12:36.373 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:12:36.373 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:36.810 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:36.811 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-19T00:12:37.146 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:37.281 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:37.281 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:37.281 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-19T00:12:37.281 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T00:12:37.281 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T00:12:37.281 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T00:12:37.281 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T00:12:37.282 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:37.361 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:37.361 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:37.361 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.06 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 68.el9 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Group : Unspecified 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 8264254 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T00:12:37.403 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : builder@centos.org 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-19T00:12:37.404 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T00:12:37.405 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T00:12:37.405 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:37.405 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T00:12:37.623 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:37.623 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:37.623 INFO:teuthology.orchestra.run.smithi063.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T00:12:37.623 INFO:teuthology.orchestra.run.smithi063.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T00:12:37.623 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:37.675 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:38.019 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:38.019 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:12:38.019 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:12:38.019 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:38.024 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-04-19T00:12:38.454 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:38.454 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:38.454 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:38.455 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-04-19T00:12:38.766 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:38.874 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.874 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.874 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-19T00:12:38.874 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T00:12:38.874 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T00:12:38.874 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T00:12:38.874 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T00:12:38.875 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:38.957 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.957 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.957 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 68.el9 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8264254 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-04-19T00:12:38.995 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-19T00:12:38.996 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T00:12:38.997 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T00:12:38.997 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:38.998 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T00:12:39.193 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:39.193 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:39.194 INFO:teuthology.orchestra.run.smithi105.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T00:12:39.194 INFO:teuthology.orchestra.run.smithi105.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T00:12:39.194 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:39.236 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:39.362 INFO:teuthology.orchestra.run.smithi184.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T00:12:39.393 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-04-19T00:12:39.395 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-04-19T00:12:39.410 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.c1exwPsp3K 2024-04-19T00:12:39.410 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.c1exwPsp3K 2024-04-19T00:12:39.479 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.c1exwPsp3K 2024-04-19T00:12:39.613 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.c1exwPsp3K is 6KB 2024-04-19T00:12:39.619 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-04-19T00:12:39.636 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:39.636 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T00:12:39.636 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T00:12:39.636 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T00:12:39.663 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.c1exwPsp3K 2024-04-19T00:12:39.678 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T00:12:39.742 INFO:teuthology.orchestra.run.smithi184.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T00:12:39.742 INFO:teuthology.orchestra.run.smithi184.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T00:12:39.742 INFO:teuthology.orchestra.run.smithi184.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T00:12:39.743 INFO:teuthology.orchestra.run.smithi184.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T00:12:39.744 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:39.886 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-04-19T00:12:40.093 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T00:12:40.093 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:40.094 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-19T00:12:40.419 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:40.517 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.518 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.518 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-19T00:12:40.518 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T00:12:40.518 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T00:12:40.518 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T00:12:40.518 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T00:12:40.518 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T00:12:40.597 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.597 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.597 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-04-19T00:12:40.638 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-04-19T00:12:40.639 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T00:12:40.639 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T00:12:40.639 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T00:12:40.639 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T00:12:40.639 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T00:12:40.640 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T00:12:40.641 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-04-19T00:12:40.641 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T00:12:40.641 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T00:12:40.642 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T00:12:40.642 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:40.642 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T00:12:41.031 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T00:12:41.075 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-04-19T00:12:41.077 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-04-19T00:12:41.092 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.7GK86eweZO 2024-04-19T00:12:41.092 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7GK86eweZO 2024-04-19T00:12:41.164 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.7GK86eweZO 2024-04-19T00:12:41.242 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-04-19T00:12:41.305 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.7GK86eweZO is 6KB 2024-04-19T00:12:41.353 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.7GK86eweZO 2024-04-19T00:12:41.367 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T00:12:41.445 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T00:12:41.445 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T00:12:41.445 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T00:12:41.445 INFO:teuthology.orchestra.run.smithi063.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T00:12:41.446 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:41.591 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-04-19T00:12:42.654 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T00:12:42.675 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-04-19T00:12:42.677 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-04-19T00:12:42.694 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.OeSw3JlskG 2024-04-19T00:12:42.694 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OeSw3JlskG 2024-04-19T00:12:42.763 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.OeSw3JlskG 2024-04-19T00:12:42.903 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.OeSw3JlskG is 6KB 2024-04-19T00:12:42.951 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.OeSw3JlskG 2024-04-19T00:12:42.965 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T00:12:43.039 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T00:12:43.039 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T00:12:43.039 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T00:12:43.039 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T00:12:43.041 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:12:43.194 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-04-19T00:13:09.914 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T00:13:09.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-19T00:13:09.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:13:11.599 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T00:13:11.600 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-19T00:13:11.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:13:13.198 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T00:13:13.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T00:13:13.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:13:44.607 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-04-19T00:13:46.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-19T00:13:53.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-19T00:13:53.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:13:55.144 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-19T00:13:55.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:13:56.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-04-19T00:14:08.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-19T00:14:08.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:14:11.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-04-19T00:14:13.201 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T00:14:13.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-19T00:14:22.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T00:14:22.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:14:25.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-19T00:14:25.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:14:25.762 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-04-19T00:14:25.863 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-19T00:14:26.203 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T00:14:26.204 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T00:14:26.204 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-19T00:14:26.219 INFO:teuthology.orchestra.run.smithi105.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:14:26.219 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-19T00:14:26.220 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T00:14:26.220 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T00:14:26.240 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-19T00:14:26.241 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T00:14:26.241 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-19T00:14:26.256 INFO:teuthology.orchestra.run.smithi063.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:14:26.256 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-19T00:14:26.256 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T00:14:26.256 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T00:14:26.744 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-19T00:14:26.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T00:14:27.010 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-04-19T00:14:27.220 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T00:14:27.221 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T00:14:27.257 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T00:14:27.257 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T00:14:27.308 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-04-19T00:14:27.324 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-04-19T00:14:27.337 DEBUG:teuthology.parallel:result is None 2024-04-19T00:14:27.378 DEBUG:teuthology.parallel:result is None 2024-04-19T00:14:27.423 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-19T00:14:27.423 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T00:14:27.423 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-04-19T00:14:27.439 INFO:teuthology.orchestra.run.smithi184.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T00:14:27.439 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-19T00:14:27.439 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T00:14:27.439 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T00:14:28.440 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T00:14:28.440 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T00:14:28.512 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-04-19T00:14:28.552 DEBUG:teuthology.parallel:result is None 2024-04-19T00:14:28.552 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T00:14:28.561 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T00:14:28.561 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T00:14:28.563 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T00:14:28.566 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T00:14:28.581 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T00:14:28.590 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T00:14:28.600 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T00:14:28.600 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T00:14:28.621 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T00:14:28.623 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T00:14:28.676 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T00:14:28.687 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T00:14:28.687 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:14:28.689 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:14:28.692 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:14:28.721 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.729 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.735 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.743 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.754 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.769 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T00:14:28.770 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T00:14:28.778 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T00:14:28.778 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T00:14:28.788 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T00:14:28.792 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T00:14:28.821 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T00:14:28.831 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T00:14:28.831 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T00:14:28.855 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T00:14:28.868 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T00:14:28.883 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:28.947 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:28.999 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.081 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.120 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-19T00:14:29.120 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T00:14:29.186 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:29.227 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:29.288 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.370 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.424 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-19T00:14:29.424 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T00:14:29.496 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:29.539 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T00:14:29.614 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.656 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T00:14:29.705 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-19T00:14:29.705 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T00:14:29.777 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-04-19T00:14:29.779 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-04-19T00:14:29.781 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-04-19T00:14:29.829 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:14:29.836 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:14:29.963 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:14:30.349 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T00:14:30.357 INFO:teuthology.task.internal:Starting timer... 2024-04-19T00:14:30.358 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T00:14:30.369 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T00:14:30.377 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T00:14:30.377 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-04-19T00:14:30.479 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-04-19T00:14:30.482 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-04-19T00:14:30.550 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-04-19T00:14:30.552 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2024-04-19T00:14:30.702 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2024-04-19T00:14:30.712 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T00:14:30.712 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-04-19T00:14:30.742 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-04-19T00:14:30.743 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-04-19T00:14:30.765 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-04-19T00:14:30.766 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2024-04-19T00:14:30.926 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2024-04-19T00:14:30.926 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2024-04-19T00:14:30.927 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:14:30.958 INFO:teuthology.orchestra.run.smithi063.stdout:type=AVC msg=audit(1713485670.095:181): avc: denied { checkpoint_restore } for pid=1352 comm="agetty" capability=40 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability2 permissive=1 2024-04-19T00:14:30.958 DEBUG:teuthology.task.selinux:ubuntu@smithi063.front.sepia.ceph.com has 1 denials 2024-04-19T00:14:30.958 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:14:30.988 INFO:teuthology.orchestra.run.smithi105.stdout:type=AVC msg=audit(1713485671.166:187): avc: denied { checkpoint_restore } for pid=1332 comm="agetty" capability=40 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability2 permissive=1 2024-04-19T00:14:30.988 DEBUG:teuthology.task.selinux:ubuntu@smithi105.front.sepia.ceph.com has 1 denials 2024-04-19T00:14:30.989 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:14:31.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:14:31.059 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T00:14:31.059 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-04-19T00:14:31.112 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-04-19T00:14:31.151 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2024-04-19T00:14:31.187 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T00:14:31.196 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T00:14:31.216 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-19T00:14:31.217 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi105.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T00:18:16.697 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/7663150/ansible_failures.yaml 2024-04-19T00:18:16.699 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: smithi105.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: []smithi184.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: []smithi063.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-19T00:18:16.939 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=29eb75fb8a27403daf3b1b5289a993c9 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: smithi105.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: []smithi184.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: []smithi063.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-19T00:18:16.941 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T00:18:16.950 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T00:18:16.950 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T00:18:16.957 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:18:17.029 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:18:17.097 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:18:17.167 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:18:17.201 INFO:teuthology.orchestra.run.smithi063.stdout:type=AVC msg=audit(1713485670.095:181): avc: denied { checkpoint_restore } for pid=1352 comm="agetty" capability=40 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability2 permissive=1 2024-04-19T00:18:17.202 DEBUG:teuthology.task.selinux:ubuntu@smithi063.front.sepia.ceph.com has 1 denials 2024-04-19T00:18:17.202 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:18:17.234 INFO:teuthology.orchestra.run.smithi105.stdout:type=AVC msg=audit(1713485671.166:187): avc: denied { checkpoint_restore } for pid=1332 comm="agetty" capability=40 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability2 permissive=1 2024-04-19T00:18:17.235 DEBUG:teuthology.task.selinux:ubuntu@smithi105.front.sepia.ceph.com has 1 denials 2024-04-19T00:18:17.235 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:18:17.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:18:17.271 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T00:18:17.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T00:18:17.287 INFO:teuthology.task.internal:Duration was 226.929509 seconds 2024-04-19T00:18:17.287 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T00:18:17.296 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T00:18:17.296 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T00:18:17.298 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T00:18:17.300 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T00:18:17.344 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:18:17.345 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:18:17.364 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T00:18:17.835 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T00:18:17.835 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-04-19T00:18:17.835 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:18:17.864 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-04-19T00:18:17.865 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:18:17.892 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-04-19T00:18:17.892 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:18:17.920 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T00:18:17.920 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T00:18:17.922 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T00:18:17.938 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T00:18:17.993 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T00:18:17.994 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T00:18:17.996 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T00:18:18.007 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T00:18:18.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T00:18:18.131 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T00:18:18.132 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T00:18:18.161 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T00:18:18.190 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T00:18:18.220 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T00:18:18.231 DEBUG:teuthology.orchestra.run.smithi063:> 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-19T00:18:18.234 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T00:18:18.236 DEBUG:teuthology.orchestra.run.smithi184:> 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-19T00:18:18.259 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-04-19T00:18:18.261 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-04-19T00:18:18.289 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-04-19T00:18:18.310 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T00:18:18.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:18:18.336 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T00:18:18.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:18:18.357 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T00:18:18.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T00:18:18.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T00:18:18.383 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T00:18:18.384 DEBUG:teuthology.misc:Transferring archived files from smithi063:/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/7663150/remote/smithi063 2024-04-19T00:18:18.385 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T00:18:18.445 DEBUG:teuthology.misc:Transferring archived files from smithi105:/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/7663150/remote/smithi105 2024-04-19T00:18:18.445 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T00:18:18.492 DEBUG:teuthology.misc:Transferring archived files from smithi184:/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/7663150/remote/smithi184 2024-04-19T00:18:18.493 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T00:18:18.542 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T00:18:18.543 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T00:18:18.545 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T00:18:18.547 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T00:18:18.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T00:18:18.607 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T00:18:18.608 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T00:18:18.618 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T00:18:18.619 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T00:18:18.622 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T00:18:18.625 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T00:18:18.634 INFO:teuthology.orchestra.run.smithi063.stdout: 265433 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 00:18 /home/ubuntu/cephtest 2024-04-19T00:18:18.638 INFO:teuthology.orchestra.run.smithi105.stdout: 265390 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 00:18 /home/ubuntu/cephtest 2024-04-19T00:18:18.651 INFO:teuthology.orchestra.run.smithi184.stdout: 265595 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 00:18 /home/ubuntu/cephtest 2024-04-19T00:18:18.652 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T00:18:18.661 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T00:18:18.685 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T00:18:18.714 DEBUG:teuthology.nuke:shortname: smithi063 2024-04-19T00:18:18.715 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T00:18:18.747 DEBUG:teuthology.nuke:shortname: smithi105 2024-04-19T00:18:18.747 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T00:18:18.753 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.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/7663150', '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-19 00:06:14.180418', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHGrA+HsFfZkFNQO9JzunAf5EHgNxp4+972Yc30I66ZCMa5vSH93wiyQCvaZx2BClU0llamciRYGshjIL0/LjCQ='} 2024-04-19T00:18:18.770 DEBUG:teuthology.nuke:shortname: smithi184 2024-04-19T00:18:18.770 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T00:18:18.779 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.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/7663150', '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-19 00:06:14.181853', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFM01P4AFIzqjy6/y+vuD+IitsCURye/Z1alqqmqAPgrG4g9dIwUQtLRado+2w8r+Z5Ax32GDCEOxRuPaa0G7h8='} 2024-04-19T00:18:18.794 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.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/7663150', '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-19 00:06:14.183052', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApXvJ6f2RVkRJqfHu7m8zJosG/UFEDQjm4miB/3ujfv4eaAGwG4hHQmH77HkpEAr5n0B3K1bF7mu0/oVUXw3tU='} 2024-04-19T00:18:18.804 INFO:teuthology.orchestra.console.smithi063:Power off 2024-04-19T00:18:18.805 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T00:18:18.832 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-04-19T00:18:18.833 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:18.853 INFO:teuthology.orchestra.console.smithi184:Power off 2024-04-19T00:18:18.854 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T00:18:18.876 INFO:teuthology.orchestra.console.smithi105:Power off 2024-04-19T00:18:18.876 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T00:18:18.889 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-19T00:18:18.889 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-04-19T00:18:18.889 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:18.907 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-04-19T00:18:18.908 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:18.918 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-04-19T00:18:18.931 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-19T00:18:22.890 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:22.920 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:22.932 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:23.002 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-19T00:18:23.033 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-04-19T00:18:23.044 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-19T00:18:27.006 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:27.034 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:27.046 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:27.117 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-04-19T00:18:27.145 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-04-19T00:18:27.155 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-19T00:18:27.218 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-04-19T00:18:31.146 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:31.156 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T00:18:31.256 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-04-19T00:18:31.267 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-04-19T00:18:31.357 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-04-19T00:18:31.368 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-04-19T00:18:31.518 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 226.92950892448425 failure_reason: 'smithi105.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: []smithi184.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: []smithi063.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=29eb75fb8a27403daf3b1b5289a993c9 status: dead success: false 2024-04-19T00:18:31.518 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T00:18:31.618 INFO:teuthology.run:DEAD